Home
last modified time | relevance | path

Searched refs:gl_GlobalInvocationID (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/entrypoint/
H A Dcomp_ubo_entry_point.amber20 ; out_SSBO[gl_GlobalInvocationID.z] = in_data[gl_GlobalInvocationID.z];
25 OpEntryPoint GLCompute %main "main" %_ %gl_GlobalInvocationID %__0
32 OpName %gl_GlobalInvocationID "gl_GlobalInvocationID"
41 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
58 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
69 %18 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
71 %24 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
H A Dcomp_ssbo_entry_point.amber19 ; out_SSBO[gl_GlobalInvocationID.z] = data_SSBO[gl_GlobalInvocationID.z];
24 OpEntryPoint GLCompute %main "main" %_ %gl_GlobalInvocationID %__0
31 OpName %gl_GlobalInvocationID "gl_GlobalInvocationID"
40 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
57 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
67 %18 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
69 %24 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
H A Dcomp_pc_entry_point.amber19 ; out_SSBO[gl_GlobalInvocationID.z] = u_pushConstants.in_val;
24 OpEntryPoint GLCompute %main "main" %_ %gl_GlobalInvocationID %u_pushConstants
31 OpName %gl_GlobalInvocationID "gl_GlobalInvocationID"
40 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
54 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
64 %18 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opselect/
H A Dvector_select.amber22 ; bool cond = data_SSBO[gl_GlobalInvocationID.z].x == 0.0;
25 ; out_SSBO[gl_GlobalInvocationID.z] = (cond ? a : b);
31 OpEntryPoint GLCompute %main "main" %gl_GlobalInvocationID %_ %__0
41 OpName %gl_GlobalInvocationID "gl_GlobalInvocationID"
52 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
73 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
101 %23 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
109 %48 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
H A Dscalar_select.amber9 OpEntryPoint GLCompute %main "main" %gl_GlobalInvocationID %_ %__0
18 OpName %gl_GlobalInvocationID "gl_GlobalInvocationID"
27 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
44 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
57 %18 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
59 %24 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
H A Dstruct_select.amber26 ; out_SSBO[gl_GlobalInvocationID.z] = (data_SSBO[gl_GlobalInvocationID.z].a == 0 ? one : two);
33 OpEntryPoint GLCompute %main "main" %gl_GlobalInvocationID %_ %__0
52 OpName %gl_GlobalInvocationID "gl_GlobalInvocationID"
64 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
88 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
102 %27 = OpAccessChain %_ptr_Input_uint %gl_GlobalInvocationID %uint_2
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/spirv_asm/
H A Dundef_int3_simple.spvasm3210 OpEntryPoint Kernel %1 "undef_int3_simple" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
22 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
27 %12 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dundef_uint_simple.spvasm3210 OpEntryPoint Kernel %1 "undef_uint_simple" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
22 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
27 %12 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dundef_int_simple.spvasm3210 OpEntryPoint Kernel %1 "undef_int_simple" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
22 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
27 %12 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dundef_char_simple.spvasm3211 OpEntryPoint Kernel %1 "undef_char_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
24 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dcopy_ulong_simple.spvasm3211 OpEntryPoint Kernel %1 "copy_ulong_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
25 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dconstant_double_simple.spvasm3211 OpEntryPoint Kernel %1 "constant_double_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
25 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dundef_struct_int_char_simple.spvasm3211 OpEntryPoint Kernel %1 "undef_struct_int_char_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
25 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
30 %14 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dop_neg_float4.spvasm3210 OpEntryPoint Kernel %1 "op_neg_float4" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
24 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
28 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dunreachable_simple.spvasm3210 OpEntryPoint Kernel %1 "unreachable_simple" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
22 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
27 %12 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dcopy_short_simple.spvasm3211 OpEntryPoint Kernel %1 "copy_short_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
25 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dundef_short_simple.spvasm3211 OpEntryPoint Kernel %1 "undef_short_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
24 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dundef_struct_int_float_simple.spvasm3210 OpEntryPoint Kernel %1 "undef_struct_int_float_simple" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
24 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %14 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dconstant_uchar_simple.spvasm3211 OpEntryPoint Kernel %1 "constant_uchar_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
25 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dconstant_float_simple.spvasm3210 OpEntryPoint Kernel %1 "constant_float_simple" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
24 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
28 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dcopy_double_simple.spvasm3211 OpEntryPoint Kernel %1 "copy_double_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
25 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dop_neg_half.spvasm3211 OpEntryPoint Kernel %1 "op_neg_half" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
24 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
28 %12 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dcopy_int_simple.spvasm3210 OpEntryPoint Kernel %1 "copy_int_simple" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
23 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
27 %12 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dundef_float_simple.spvasm3210 OpEntryPoint Kernel %1 "undef_float_simple" %gl_GlobalInvocationID
12 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
13 OpDecorate %gl_GlobalInvocationID Constant
15 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
23 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
28 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
H A Dcopy_char_simple.spvasm3211 OpEntryPoint Kernel %1 "copy_char_simple" %gl_GlobalInvocationID
13 OpDecorate %gl_GlobalInvocationID BuiltIn GlobalInvocationId
14 OpDecorate %gl_GlobalInvocationID Constant
16 … OpDecorate %gl_GlobalInvocationID LinkageAttributes "__spirv_GlobalInvocationId" Import
25 %gl_GlobalInvocationID = OpVariable %_ptr_Input_v3uint Input
29 %13 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0

12345678910>>...26