diff --git a/tests/wpt/webgpu/meta/webgpu/cts.html.ini b/tests/wpt/webgpu/meta/webgpu/cts.html.ini new file mode 100644 index 00000000000..0c194e42090 --- /dev/null +++ b/tests/wpt/webgpu/meta/webgpu/cts.html.ini @@ -0,0 +1,15795 @@ +[cts.html?q=webgpu:idl,constants,flags:*] + [webgpu:idl,constants,flags:BufferUsage:] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,createRenderPipeline:*] + [webgpu:api,validation,createRenderPipeline:sample_count_must_be_valid:sampleCount=2] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:color_formats_must_be_renderable:format="depth24plus-stencil8"] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:at_least_one_color_state_is_required:] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:sample_count_must_be_valid:sampleCount=8] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:color_formats_must_be_renderable:format="depth32float"] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:color_formats_must_be_renderable:format="rg8snorm"] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:color_formats_must_be_renderable:format="rg11b10float"] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:color_formats_must_be_renderable:format="depth24plus"] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:color_formats_must_be_renderable:format="rgba8snorm"] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:sample_count_must_be_equal_to_the_one_of_every_attachment_in_the_render_pass:attachmentSamples=4;pipelineSamples=1] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:sample_count_must_be_equal_to_the_one_of_every_attachment_in_the_render_pass:attachmentSamples=1;pipelineSamples=4] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:sample_count_must_be_valid:sampleCount=16] + expected: FAIL + + [webgpu:api,validation,createRenderPipeline:color_formats_must_be_renderable:format="r8snorm"] + expected: FAIL + + +[cts.html?q=webgpu:shader,execution,robust_access:*] + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4x3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3x4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_sizedArray";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4x2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2x3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3x4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4x3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4x3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4x2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4x3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2x3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4x3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_sizedArray";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4x2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3x4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3x2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_sizedArray";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4x2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_sizedArray";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3x2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2x4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3x4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_unsizedArray";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_sizedArray";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3x2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4x2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_sizedArray";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_sizedArray";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2x4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3x2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2x4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_unsizedArray";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_sizedArray";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2x4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_unsizedArray";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2x4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_unsizedArray";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2x3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_sizedArray";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4x3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3x2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector2";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_unsizedArray";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3x4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2x3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_sizedArray";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2x3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_sizedArray";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat2x3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat3x4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_unsizedArray";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector3";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector3";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_vector3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector2";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_sizedArray";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_vector4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="uint_vector3";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="int_unsizedArray";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="float_vector4";memory="storage";access="write"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat2x4";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="bool_unsizedArray";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat4";memory="storage";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="mat4x2";memory="uniform";access="read"] + expected: FAIL + + [webgpu:shader,execution,robust_access:bufferMemory:type="transposed_mat3x2";memory="storage";access="write"] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,render_pass:*] + [webgpu:api,validation,render_pass:it_is_invalid_to_draw_in_a_render_pass_with_missing_bind_groups:setBindGroup1=true;setBindGroup2=false] + expected: FAIL + + [webgpu:api,validation,render_pass:it_is_invalid_to_draw_in_a_render_pass_with_missing_bind_groups:setBindGroup1=false;setBindGroup2=true] + expected: FAIL + + [webgpu:api,validation,render_pass:it_is_invalid_to_draw_in_a_render_pass_with_missing_bind_groups:setBindGroup1=false;setBindGroup2=false] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,createTexture:*] + expected: CRASH + [webgpu:api,validation,createTexture:validation_of_mipLevelCount:width=32;height=31;mipLevelCount=7] + expected: FAIL + + [webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="r8snorm"] + expected: FAIL + + [webgpu:api,validation,createTexture:it_is_invalid_to_submit_a_destroyed_texture_before_and_after_encode:destroyBeforeEncode=false;destroyAfterEncode=true] + expected: FAIL + + [webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="rg11b10float"] + expected: FAIL + + [webgpu:api,validation,createTexture:it_is_invalid_to_submit_a_destroyed_texture_before_and_after_encode:destroyBeforeEncode=true;destroyAfterEncode=false] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=0] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=2] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=3] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=8] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=16] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=4;arrayLayerCount=2] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_mipLevelCount:width=32;height=32;mipLevelCount=0] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_mipLevelCount:width=32;height=32;mipLevelCount=100] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=4;mipLevelCount=2] + expected: FAIL + + [webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="rg8snorm"] + expected: FAIL + + [webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="rgba8snorm"] + expected: FAIL + + [webgpu:api,validation,createTexture:validation_of_mipLevelCount:width=31;height=32;mipLevelCount=7] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,buffers,map:*] + [webgpu:api,operation,buffers,map:createBufferMapped:size=12;mappable=false] + expected: FAIL + + [webgpu:api,operation,buffers,map:createBufferMapped:size=12;mappable=true] + expected: FAIL + + [webgpu:api,operation,buffers,map:createBufferMapped:size=524288;mappable=false] + expected: FAIL + + [webgpu:api,operation,buffers,map:mapReadAsync:size=12] + expected: FAIL + + [webgpu:api,operation,buffers,map:createBufferMapped:size=524288;mappable=true] + expected: FAIL + + [webgpu:api,operation,buffers,map:mapReadAsync:size=524288] + expected: FAIL + + [webgpu:api,operation,buffers,map:mapWriteAsync:size=12] + expected: FAIL + + [webgpu:api,operation,buffers,map:mapWriteAsync:size=524288] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,command_buffer,compute,basic:*] + [webgpu:api,operation,command_buffer,compute,basic:memcpy:] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,command_buffer,render,storeop:*] + [webgpu:api,operation,command_buffer,render,storeop:storeOp_controls_whether_1x1_drawn_quad_is_stored:storeOp="store"] + expected: FAIL + + [webgpu:api,operation,command_buffer,render,storeop:storeOp_controls_whether_1x1_drawn_quad_is_stored:storeOp="clear"] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,resource_init,copied_texture_clear:*] + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="depth-only";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="depth32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToBuffer";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,copied_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="CopyToTexture";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,setViewport:*] + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=-1;minDepth=0;maxDepth=1] + expected: FAIL + + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=1;minDepth=10;maxDepth=1] + expected: FAIL + + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=0;minDepth=0;maxDepth=1] + expected: FAIL + + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=1;minDepth=-1;maxDepth=1] + expected: FAIL + + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=0;height=1;minDepth=0;maxDepth=1] + expected: FAIL + + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=1;minDepth=0;maxDepth=-1] + expected: FAIL + + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=0;height=0;minDepth=0;maxDepth=1] + expected: FAIL + + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=-1;height=1;minDepth=0;maxDepth=1] + expected: FAIL + + [webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=1;minDepth=0;maxDepth=10] + expected: FAIL + + +[cts.html?q=webgpu:web-platform,copyImageBitmapToTexture:*] + expected: TIMEOUT + +[cts.html?q=webgpu:api,operation,buffers,map_oom:*] + [webgpu:api,operation,buffers,map_oom:mapWriteAsync:] + expected: FAIL + + [webgpu:api,operation,buffers,map_oom:mapReadAsync:] + expected: FAIL + + [webgpu:api,operation,buffers,map_oom:createBufferMapped:] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,error_scope:*] + [webgpu:api,validation,error_scope:if_no_error_scope_handles_an_error_it_fires_an_uncapturederror_event:] + expected: FAIL + + [webgpu:api,validation,error_scope:if_an_error_scope_matches_an_error_it_does_not_bubble_to_the_parent_scope:] + expected: FAIL + + [webgpu:api,validation,error_scope:errors_bubble_to_the_parent_scope_if_not_handled_by_the_current_scope:] + expected: FAIL + + [webgpu:api,validation,error_scope:simple_case_where_the_error_scope_catches_an_error:] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,createBindGroupLayout:*] + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=2;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=2;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="readonly-storage-buffer";textureComponentType="float"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:min_buffer_binding_size:type="comparison-sampler";minBufferBindingSize=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="comparison-sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=false;visibility=7] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=false;visibility=5] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=false;visibility=3] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=false;visibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="comparison-sampler";viewDimension="2d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="uniform-buffer";maxedVisibility=1;extraType="uniform-buffer";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampled-texture";maxedVisibility=2;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=4;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=4;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=4;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampler";maxedVisibility=2;extraType="comparison-sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="storage-buffer";textureComponentType="uint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="writeonly-storage-texture";multisampled=true] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="sampler";multisampled=undefined] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampler";hasDynamicOffset=true;visibility=3] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampler";hasDynamicOffset=true;visibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampler";hasDynamicOffset=true;visibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampler";hasDynamicOffset=true;visibility=0] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampler";hasDynamicOffset=true;visibility=7] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="comparison-sampler";viewDimension="cube-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampler";hasDynamicOffset=true;visibility=5] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampler";hasDynamicOffset=true;visibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=4;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=4;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="storage-buffer";viewDimension="3d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="writeonly-storage-texture";maxedVisibility=4;extraType="writeonly-storage-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="storage-buffer";maxedVisibility=4;extraType="storage-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="uniform-buffer";viewDimension="2d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="readonly-storage-buffer";viewDimension="cube-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="readonly-storage-buffer";multisampled=true] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="comparison-sampler";viewDimension="cube"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:min_buffer_binding_size:type="sampler";minBufferBindingSize=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:storage_texture_format:type="storage-buffer";storageTextureFormat="rgba8unorm"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="sampler";viewDimension="1d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=1;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=1;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-buffer";maxedVisibility=2;extraType="storage-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="comparison-sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="readonly-storage-buffer";multisampled=undefined] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=4;extraType="comparison-sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=4;extraType="comparison-sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-texture";maxedVisibility=1;extraType="readonly-storage-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-buffer";maxedVisibility=1;extraType="readonly-storage-buffer";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="uniform-buffer";multisampled=true] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-texture";maxedVisibility=4;extraType="readonly-storage-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="readonly-storage-texture";textureComponentType="uint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=2;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=2;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:min_buffer_binding_size:type="writeonly-storage-texture";minBufferBindingSize=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="comparison-sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="readonly-storage-buffer";viewDimension="cube"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="comparison-sampler";multisampled=undefined] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampler";maxedVisibility=4;extraType="comparison-sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="sampler";viewDimension="2d-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="storage-buffer";maxedVisibility=4;extraType="readonly-storage-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="readonly-storage-texture";multisampled=true] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="uniform-buffer";maxedVisibility=2;extraType="uniform-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-buffer";maxedVisibility=1;extraType="readonly-storage-buffer";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=2;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=2;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="sampler";viewDimension="cube-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampled-texture";maxedVisibility=4;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="storage-buffer";viewDimension="2d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="uniform-buffer";textureComponentType="uint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="writeonly-storage-texture";textureComponentType="uint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="sampler";viewDimension="cube"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="comparison-sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="comparison-sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="uniform-buffer";multisampled=undefined] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="readonly-storage-texture";textureComponentType="float"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="readonly-storage-buffer";textureComponentType="uint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-buffer";maxedVisibility=4;extraType="readonly-storage-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="comparison-sampler";hasDynamicOffset=true;visibility=6] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="writeonly-storage-texture";maxedVisibility=2;extraType="readonly-storage-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="readonly-storage-texture";multisampled=undefined] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=1;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=1;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="sampler";viewDimension="2d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="storage-buffer";maxedVisibility=2;extraType="storage-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="writeonly-storage-texture";textureComponentType="sint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:storage_texture_format:type="uniform-buffer";storageTextureFormat="rgba8unorm"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="uniform-buffer";textureComponentType="sint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="uniform-buffer";viewDimension="2d-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:min_buffer_binding_size:type="sampled-texture";minBufferBindingSize=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:storage_texture_format:type="sampled-texture";storageTextureFormat="rgba8unorm"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-texture";maxedVisibility=4;extraType="writeonly-storage-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="sampler";textureComponentType="uint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="uniform-buffer";viewDimension="cube-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="storage-buffer";maxedVisibility=2;extraType="readonly-storage-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=2;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=2;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=2;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-texture";maxedVisibility=2;extraType="writeonly-storage-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=2;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="readonly-storage-buffer";viewDimension="1d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:number_of_dynamic_buffers_exceeds_the_maximum_value:type="storage-buffer";maxDynamicBufferCount=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-texture";maxedVisibility=1;extraType="readonly-storage-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="storage-buffer";multisampled=undefined] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="comparison-sampler";multisampled=true] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="comparison-sampler";textureComponentType="float"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:storage_texture_format:type="comparison-sampler";storageTextureFormat="rgba8unorm"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="comparison-sampler";viewDimension="2d-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="readonly-storage-buffer";viewDimension="2d-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="writeonly-storage-texture";maxedVisibility=4;extraType="readonly-storage-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=1;extraType="comparison-sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="storage-buffer";textureComponentType="float"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampler";maxedVisibility=1;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="readonly-storage-texture";textureComponentType="sint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="readonly-storage-buffer";textureComponentType="sint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="writeonly-storage-texture";textureComponentType="float"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="uniform-buffer";maxedVisibility=1;extraType="uniform-buffer";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="uniform-buffer";maxedVisibility=2;extraType="uniform-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:storage_texture_format:type="sampler";storageTextureFormat="rgba8unorm"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="storage-buffer";viewDimension="cube"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=4;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=4;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="readonly-storage-buffer";viewDimension="2d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="comparison-sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=2;extraType="comparison-sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=2;extraType="comparison-sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="storage-buffer";textureComponentType="sint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="uniform-buffer";viewDimension="3d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampler";maxedVisibility=1;extraType="comparison-sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=true;visibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=true;visibility=5] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=true;visibility=6] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=true;visibility=7] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=true;visibility=0] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=true;visibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=true;visibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="writeonly-storage-texture";hasDynamicOffset=true;visibility=3] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:min_buffer_binding_size:type="readonly-storage-texture";minBufferBindingSize=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="sampler";textureComponentType="float"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampler";hasDynamicOffset=true;visibility=6] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="uniform-buffer";viewDimension="cube"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-buffer";maxedVisibility=4;extraType="storage-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="comparison-sampler";textureComponentType="sint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-texture";maxedVisibility=2;extraType="readonly-storage-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="storage-buffer";maxedVisibility=4;extraType="storage-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampler";maxedVisibility=4;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="comparison-sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="comparison-sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampled-texture";hasDynamicOffset=true;visibility=3] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampled-texture";hasDynamicOffset=true;visibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampled-texture";hasDynamicOffset=true;visibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampled-texture";hasDynamicOffset=true;visibility=0] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampled-texture";hasDynamicOffset=true;visibility=7] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampled-texture";hasDynamicOffset=true;visibility=6] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampled-texture";hasDynamicOffset=true;visibility=5] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="sampled-texture";hasDynamicOffset=true;visibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="readonly-storage-texture";hasDynamicOffset=true;visibility=0] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="readonly-storage-texture";hasDynamicOffset=true;visibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="readonly-storage-texture";hasDynamicOffset=true;visibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="readonly-storage-texture";hasDynamicOffset=true;visibility=3] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="readonly-storage-texture";hasDynamicOffset=true;visibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="readonly-storage-texture";hasDynamicOffset=true;visibility=5] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="readonly-storage-texture";hasDynamicOffset=true;visibility=6] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="readonly-storage-texture";hasDynamicOffset=true;visibility=7] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-buffer";maxedVisibility=2;extraType="storage-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="uniform-buffer";textureComponentType="float"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="sampler";textureComponentType="sint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="storage-buffer";hasDynamicOffset=true;visibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="sampler";viewDimension="3d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="comparison-sampler";viewDimension="1d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="storage-buffer";hasDynamicOffset=true;visibility=3] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="storage-buffer";hasDynamicOffset=true;visibility=5] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="storage-buffer";hasDynamicOffset=true;visibility=7] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampled-texture";maxedVisibility=1;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-buffer";maxedVisibility=2;extraType="readonly-storage-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="writeonly-storage-texture";maxedVisibility=2;extraType="writeonly-storage-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="uniform-buffer";maxedVisibility=4;extraType="uniform-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="comparison-sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=1;extraType="comparison-sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="uniform-buffer";maxedVisibility=4;extraType="uniform-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="storage-buffer";viewDimension="cube-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=4;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="storage-buffer";viewDimension="2d-array"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="readonly-storage-buffer";viewDimension="3d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=2;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="storage-buffer";hasDynamicOffset=false;visibility=7] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="storage-buffer";hasDynamicOffset=false;visibility=5] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="storage-buffer";hasDynamicOffset=false;visibility=3] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="storage-buffer";hasDynamicOffset=false;visibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-buffer";maxedVisibility=4;extraType="storage-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:storage_texture_format:type="readonly-storage-buffer";storageTextureFormat="rgba8unorm"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="comparison-sampler";hasDynamicOffset=true;visibility=7] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="comparison-sampler";hasDynamicOffset=true;visibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="comparison-sampler";hasDynamicOffset=true;visibility=5] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="comparison-sampler";hasDynamicOffset=true;visibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="comparison-sampler";hasDynamicOffset=true;visibility=3] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="comparison-sampler";hasDynamicOffset=true;visibility=0] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:visibility_and_dynamic_offsets:type="comparison-sampler";hasDynamicOffset=true;visibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="sampler";multisampled=true] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-buffer";maxedVisibility=2;extraType="readonly-storage-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="comparison-sampler";viewDimension="3d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="sampler";maxedVisibility=2;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=1;extraType="sampled-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=1;extraType="sampled-texture";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampler";maxedVisibility=1;extraType="sampled-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=1;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="uniform-buffer";viewDimension="1d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=1;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=1;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="storage-buffer";maxedVisibility=4;extraType="readonly-storage-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:texture_component_type:type="comparison-sampler";textureComponentType="uint"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="writeonly-storage-texture";maxedVisibility=4;extraType="writeonly-storage-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="readonly-storage-buffer";maxedVisibility=4;extraType="readonly-storage-buffer";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="writeonly-storage-texture";multisampled=undefined] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=4;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=4;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=4;extraType="sampler";extraVisibility=1] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:multisampled:type="storage-buffer";multisampled=true] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="storage-buffer";maxedVisibility=2;extraType="storage-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="sampler";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="comparison-sampler";maxedVisibility=1;extraType="sampler";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:view_dimension:type="storage-buffer";viewDimension="1d"] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="storage-buffer";maxedVisibility=2;extraType="readonly-storage-buffer";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:maxedType="writeonly-storage-texture";maxedVisibility=2;extraType="writeonly-storage-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-texture";maxedVisibility=2;extraType="writeonly-storage-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="writeonly-storage-texture";maxedVisibility=2;extraType="readonly-storage-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="writeonly-storage-texture";maxedVisibility=4;extraType="readonly-storage-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-texture";maxedVisibility=2;extraType="readonly-storage-texture";extraVisibility=2] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-texture";maxedVisibility=4;extraType="readonly-storage-texture";extraVisibility=4] + expected: FAIL + + [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="readonly-storage-texture";maxedVisibility=4;extraType="writeonly-storage-texture";extraVisibility=4] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,command_buffer,copies:*] + [webgpu:api,operation,command_buffer,copies:b2t2b:] + expected: FAIL + + [webgpu:api,operation,command_buffer,copies:b2t2t2b:] + expected: FAIL + + [webgpu:api,operation,command_buffer,copies:b2b:] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,createBindGroup:*] + expected: CRASH + +[cts.html?q=webgpu:api,operation,fences:*] + [webgpu:api,operation,fences:wait,many,serially:] + expected: FAIL + + [webgpu:api,operation,fences:initial,descriptor_with_initialValue:] + expected: FAIL + + [webgpu:api,operation,fences:wait,equal_to_signaled:] + expected: FAIL + + [webgpu:api,operation,fences:drop,promise:] + expected: FAIL + + [webgpu:api,operation,fences:wait,less_than_signaled:] + expected: FAIL + + [webgpu:api,operation,fences:wait,resolves_within_timeout:] + expected: FAIL + + [webgpu:api,operation,fences:wait,already_completed:] + expected: FAIL + + [webgpu:api,operation,fences:drop,fence_and_promise:] + expected: FAIL + + [webgpu:api,operation,fences:wait,many,parallel:] + expected: FAIL + + [webgpu:api,operation,fences:initial,empty_descriptor:] + expected: FAIL + + [webgpu:api,operation,fences:initial,no_descriptor:] + expected: FAIL + + [webgpu:api,operation,fences:wait,signaled_multiple_times:] + expected: FAIL + + [webgpu:api,operation,fences:wait,signaled_once:] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,setStencilReference:*] + +[cts.html?q=webgpu:api,validation,setBlendColor:*] + +[cts.html?q=webgpu:api,validation,render_pass_descriptor:*] + expected: CRASH + [webgpu:api,validation,render_pass_descriptor:check_the_use_of_multisampled_textures_as_color_attachments:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:check_mip_level_count_for_color_or_depth_stencil:mipLevelCount=2;baseMipLevel=0] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:it_is_invalid_to_use_a_resolve_target_with_array_layer_count_greater_than_1:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:use_a_resolve_target_in_a_format_different_than_the_attachment_is_not_allowed:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:it_is_invalid_to_use_a_resolve_target_in_error_state:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:size_of_the_resolve_target_must_be_the_same_as_the_color_attachment:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:attachments_must_have_the_same_size:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:check_layer_count_for_color_or_depth_stencil:arrayLayerCount=5;baseArrayLayer=0] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:it_is_invalid_to_use_a_resolve_target_with_mipmap_level_count_greater_than_1:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:it_is_invalid_to_set_resolve_target_if_color_attachment_is_non_multisampled:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:OOB_color_attachment_indices_are_handled:colorAttachmentsCount=5] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:attachments_must_match_whether_they_are_used_for_color_or_depth_stencil:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:it_is_invalid_to_use_a_multisampled_resolve_target:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:it_is_invalid_to_use_a_resolve_target_whose_usage_is_not_output_attachment:] + expected: FAIL + + [webgpu:api,validation,render_pass_descriptor:check_depth_stencil_attachment_sample_counts_mismatch:] + expected: FAIL + + +[cts.html?q=webgpu:examples:*] + [webgpu:examples:gpu,async:] + expected: FAIL + + [webgpu:examples:gpu,buffers:] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,render_pass,storeOp:*] + expected: ERROR + +[cts.html?q=webgpu:api,operation,resource_init,depth_stencil_attachment_clear:*] + expected: CRASH + +[cts.html?q=webgpu:api,operation,buffers,map_detach:*] + [webgpu:api,operation,buffers,map_detach:create_mapped:unmap=false;destroy=true] + expected: FAIL + + [webgpu:api,operation,buffers,map_detach:create_mapped:unmap=true;destroy=false] + expected: FAIL + + [webgpu:api,operation,buffers,map_detach:mapReadAsync:unmap=true;destroy=true] + expected: FAIL + + [webgpu:api,operation,buffers,map_detach:mapWriteAsync:unmap=true;destroy=false] + expected: FAIL + + [webgpu:api,operation,buffers,map_detach:mapWriteAsync:unmap=false;destroy=true] + expected: FAIL + + [webgpu:api,operation,buffers,map_detach:mapWriteAsync:unmap=true;destroy=true] + expected: FAIL + + [webgpu:api,operation,buffers,map_detach:mapReadAsync:unmap=false;destroy=true] + expected: FAIL + + [webgpu:api,operation,buffers,map_detach:create_mapped:unmap=true;destroy=true] + expected: FAIL + + [webgpu:api,operation,buffers,map_detach:mapReadAsync:unmap=true;destroy=false] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,command_buffer,basic:*] + +[cts.html?q=webgpu:api,operation,render_pipeline,culling_tests:*] + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="none";depthStencilFormat="depth24plus";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="back";depthStencilFormat="depth32float";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="none";depthStencilFormat="depth24plus";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="none";depthStencilFormat="depth32float";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="back";depthStencilFormat=null;primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="back";depthStencilFormat="depth24plus";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="front";depthStencilFormat=null;primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="front";depthStencilFormat="depth24plus";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="front";depthStencilFormat=null;primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="back";depthStencilFormat=null;primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="front";depthStencilFormat="depth24plus";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="front";depthStencilFormat="depth24plus-stencil8";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="front";depthStencilFormat="depth32float";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="none";depthStencilFormat="depth24plus-stencil8";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="back";depthStencilFormat="depth24plus-stencil8";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="none";depthStencilFormat=null;primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="none";depthStencilFormat=null;primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="none";depthStencilFormat="depth24plus-stencil8";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="front";depthStencilFormat="depth32float";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="back";depthStencilFormat="depth32float";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="front";depthStencilFormat="depth24plus-stencil8";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="back";depthStencilFormat="depth24plus";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="cw";cullMode="none";depthStencilFormat="depth32float";primitiveTopology="triangle-list"] + expected: FAIL + + [webgpu:api,operation,render_pipeline,culling_tests:culling:frontFace="ccw";cullMode="back";depthStencilFormat="depth24plus-stencil8";primitiveTopology="triangle-list"] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,queue_submit:*] + [webgpu:api,validation,queue_submit:submitting_with_a_mapped_buffer_is_disallowed:] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,resource_init,sampled_texture_clear:*] + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg11b10float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32sint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r16uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32sint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8snorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16float";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r8snorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32uint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg32uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8unorm";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg8unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba32float";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgb10a2unorm";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba8uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rg16sint";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm-srgb";aspect="all";mipLevelCount=5;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=true] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="r32float";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="rgba16uint";aspect="all";mipLevelCount=1;sampleCount=1;uninitializeMethod="Creation";readMethod="Sample";dimension="2d";sliceCount=7;nonPowerOfTwo=false] + expected: FAIL + + [webgpu:api,operation,resource_init,sampled_texture_clear:uninitialized_texture_is_zero:format="bgra8unorm";aspect="all";mipLevelCount=1;sampleCount=4;uninitializeMethod="StoreOpClear";readMethod="Sample";dimension="2d";sliceCount=1;nonPowerOfTwo=false] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,vertex_state:*] + [webgpu:api,validation,vertex_state:pipeline_vertex_buffers_are_backed_by_attributes_in_vertex_input:] + expected: FAIL + + [webgpu:api,validation,vertex_state:offset_should_be_within_vertex_buffer_arrayStride_if_arrayStride_is_not_zero:] + expected: FAIL + + [webgpu:api,validation,vertex_state:check_out_of_bounds_on_number_of_vertex_attributes_across_vertex_buffers:] + expected: FAIL + + [webgpu:api,validation,vertex_state:check_out_of_bounds_condition_on_input_strides:] + expected: FAIL + + [webgpu:api,validation,vertex_state:we_cannot_set_same_shader_location:] + expected: FAIL + + [webgpu:api,validation,vertex_state:check_attribute_offset_out_of_bounds:] + expected: FAIL + + [webgpu:api,validation,vertex_state:check_out_of_bounds_condition_on_attribute_shader_location:] + expected: FAIL + + [webgpu:api,validation,vertex_state:check_out_of_bounds_on_number_of_vertex_attributes_on_a_single_vertex_buffer:] + expected: FAIL + + [webgpu:api,validation,vertex_state:check_multiple_of_4_bytes_constraint_on_offset:] + expected: FAIL + + [webgpu:api,validation,vertex_state:identical_duplicate_attributes_are_invalid:] + expected: FAIL + + [webgpu:api,validation,vertex_state:check_out_of_bounds_condition_on_total_number_of_vertex_buffers:] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,fences:*] + [webgpu:api,validation,fences:signal_a_fence_on_a_different_device_does_not_update_fence_signaled_value:] + expected: FAIL + + [webgpu:api,validation,fences:wait_on_a_fence_with_a_value_greater_than_signaled_value_is_invalid:] + expected: FAIL + + [webgpu:api,validation,fences:wait_on_a_fence_without_signaling_the_value_is_invalid:] + expected: FAIL + + [webgpu:api,validation,fences:signal_a_fence_on_a_different_device_than_it_was_created_on_is_invalid:] + expected: FAIL + + [webgpu:api,validation,fences:signal_a_value_equal_to_signaled_value_is_invalid:] + expected: FAIL + + [webgpu:api,validation,fences:increasing_fence_value_by_more_than_1_succeeds:] + expected: FAIL + + [webgpu:api,validation,fences:signal_a_value_lower_than_signaled_value_is_invalid:] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,setScissorRect:*] + [webgpu:api,validation,setScissorRect:use_of_setScissorRect:x=0;y=0;width=0;height=1] + expected: FAIL + + [webgpu:api,validation,setScissorRect:use_of_setScissorRect:x=0;y=0;width=0;height=0] + expected: FAIL + + [webgpu:api,validation,setScissorRect:use_of_setScissorRect:x=0;y=0;width=1;height=0] + expected: FAIL + + +[cts.html?q=webgpu:shader,execution,robust_access_vertex:*] + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstInstance";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="indexCount";type="float";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="indexCount";type="vec2";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=100] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="float";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstIndex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="firstVertex";type="float";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="vec2";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="vec3";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="instanceCount";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=true;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=false;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=false;indirect=false;drawCallTestParameter="vertexCount";type="vec4";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=true;errorScale=10000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="firstIndex";type="vec4";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="firstInstance";type="float";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=true;errorScale=4] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=true;drawCallTestParameter="baseVertex";type="vec3";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=true;errorScale=1000000] + expected: FAIL + + [webgpu:shader,execution,robust_access_vertex:vertexAccess:indexed=true;indirect=false;drawCallTestParameter="instanceCount";type="vec2";additionalBuffers=4;partialLastNumber=true;offsetVertexBuffer=false;errorScale=1000000] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,encoding,cmds,index_access:*] + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=10000;firstIndex=0;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=6;firstIndex=1;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=6;firstIndex=6;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=6;firstIndex=1;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=6;firstIndex=6;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=6;firstIndex=10000;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=7;firstIndex=0;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=6;firstIndex=6;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=7;firstIndex=0;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=10000;firstIndex=0;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=10000;firstIndex=0;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=6;firstIndex=1;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=6;firstIndex=10000;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=7;firstIndex=0;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=6;firstIndex=10000;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=10000;firstIndex=0;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=7;firstIndex=0;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=6;firstIndex=10000;instanceCount=10000] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=false;indexCount=6;firstIndex=1;instanceCount=1] + expected: FAIL + + [webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:indirect=true;indexCount=6;firstIndex=6;instanceCount=1] + expected: FAIL + + +[cts.html?q=webgpu:web-platform,canvas,context_creation:*] + +[cts.html?q=webgpu:api,validation,setBindGroup:*] + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[0,4294967295\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[1024,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[0,4294967295\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[1,2\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[0,1024\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[0,512\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[4294967295,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[4294967295,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_passed_but_not_expected,compute_pass:type="renderpass"] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[256\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[0,512\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[1,2\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[0,4294967295\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[256,0,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[256,0,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[4294967295,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[0,512\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[0,1024\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[256\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[256,0,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[1,2\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[512,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[1024,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[512,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[1024,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_passed_but_not_expected,compute_pass:type="compute"] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="compute";dynamicOffsets=[512,0\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderpass";dynamicOffsets=[0,1024\]] + expected: FAIL + + [webgpu:api,validation,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:type="renderbundle";dynamicOffsets=[256\]] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,command_buffer,render,rendering:*] + [webgpu:api,operation,command_buffer,render,rendering:fullscreen_quad:] + expected: FAIL + + +[cts.html?q=webgpu:api,operation,buffers,create_mapped:*] + [webgpu:api,operation,buffers,create_mapped:createBufferMapped:size=12;mappable=true] + expected: FAIL + + [webgpu:api,operation,buffers,create_mapped:createBufferMapped:size=524288;mappable=true] + expected: FAIL + + [webgpu:api,operation,buffers,create_mapped:createBufferMapped:size=524288;mappable=false] + expected: FAIL + + [webgpu:api,operation,buffers,create_mapped:createBufferMapped:size=12;mappable=false] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,createView:*] + [webgpu:api,validation,createView:Using_defaults_validates_the_same_as_setting_values_for_more_than_1_array_layer:dimension="2d"] + expected: FAIL + + [webgpu:api,validation,createView:Using_defaults_validates_the_same_as_setting_values_for_more_than_1_array_layer:arrayLayerCount=6] + expected: FAIL + + [webgpu:api,validation,createView:creating_cube_map_texture_view:dimension="cube"] + expected: FAIL + + [webgpu:api,validation,createView:it_is_invalid_to_use_a_texture_view_created_from_a_destroyed_texture:] + expected: FAIL + + [webgpu:api,validation,createView:test_the_format_compatibility_rules_when_creating_a_texture_view:] + expected: FAIL + + [webgpu:api,validation,createView:creating_cube_map_texture_view:dimension="cube";arrayLayerCount=12] + expected: FAIL + + [webgpu:api,validation,createView:Using_defaults_validates_the_same_as_setting_values_for_more_than_1_array_layer:format="r8unorm"] + expected: FAIL + + [webgpu:api,validation,createView:Using_defaults_validates_the_same_as_setting_values_for_only_1_array_layer:format="r8unorm"] + expected: FAIL + + [webgpu:api,validation,createView:creating_cube_map_texture_view:dimension="cube";arrayLayerCount=3] + expected: FAIL + + [webgpu:api,validation,createView:creating_cube_map_texture_view:dimension="cube";arrayLayerCount=7] + expected: FAIL + + [webgpu:api,validation,createView:creating_cube_map_texture_view:dimension="cube-array";arrayLayerCount=13] + expected: FAIL + + [webgpu:api,validation,createView:creating_cube_map_texture_view:dimension="cube-array";arrayLayerCount=11] + expected: FAIL + + [webgpu:api,validation,createView:creating_cube_map_texture_view:dimension="cube-array";arrayLayerCount=12] + expected: FAIL + + [webgpu:api,validation,createView:creating_texture_view_on_a_2D_array_texture:arrayLayerCount=0;baseArrayLayer=5] + expected: FAIL + + [webgpu:api,validation,createView:creating_texture_view_on_a_2D_array_texture:arrayLayerCount=0;baseArrayLayer=0] + expected: FAIL + + [webgpu:api,validation,createView:creating_texture_view_on_a_2D_array_texture:arrayLayerCount=0;baseArrayLayer=1] + expected: FAIL + + [webgpu:api,validation,createView:creating_texture_view_on_a_2D_non_array_texture:mipLevelCount=0;baseMipLevel=0] + expected: FAIL + + [webgpu:api,validation,createView:creating_texture_view_on_a_2D_non_array_texture:mipLevelCount=0;baseMipLevel=1] + expected: FAIL + + [webgpu:api,validation,createView:Using_defaults_validates_the_same_as_setting_values_for_only_1_array_layer:arrayLayerCount=0] + expected: FAIL + + [webgpu:api,validation,createView:creating_texture_view_on_a_2D_non_array_texture:mipLevelCount=0;baseMipLevel=5] + expected: FAIL + + [webgpu:api,validation,createView:creating_cube_map_texture_view:dimension="cube";arrayLayerCount=6] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,setVertexBuffer:*] + [webgpu:api,validation,setVertexBuffer:vertex_buffers_inherit_from_previous_pipeline:] + expected: FAIL + + [webgpu:api,validation,setVertexBuffer:vertex_buffers_do_not_inherit_between_render_passes:] + expected: FAIL + + +[cts.html?q=webgpu:api,validation,render_pass,storeOp:*] + expected: ERROR + +[cts.html?q=webgpu:api,validation,createPipelineLayout:*] + +[cts.html?q=webgpu:api,operation,command_buffer,render,basic:*] + [webgpu:api,operation,command_buffer,render,basic:clear:] + expected: FAIL + diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web-platform/reftests/canvas_clear.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web-platform/reftests/canvas_clear.html.ini new file mode 100644 index 00000000000..86e10a61825 --- /dev/null +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web-platform/reftests/canvas_clear.html.ini @@ -0,0 +1,2 @@ +[canvas_clear.html] + expected: FAIL diff --git a/tests/wpt/webgpu/meta/webgpu/webgpu/web-platform/reftests/canvas_complex_bgra8unorm.html.ini b/tests/wpt/webgpu/meta/webgpu/webgpu/web-platform/reftests/canvas_complex_bgra8unorm.html.ini new file mode 100644 index 00000000000..2dec29cbaea --- /dev/null +++ b/tests/wpt/webgpu/meta/webgpu/webgpu/web-platform/reftests/canvas_complex_bgra8unorm.html.ini @@ -0,0 +1,2 @@ +[canvas_complex_bgra8unorm.html] + expected: TIMEOUT