Home
last modified time | relevance | path

Searched refs:SpvOpSubgroupReadInvocationKHR (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_subgroup.c178 case SpvOpSubgroupReadInvocationKHR: { in vtn_handle_subgroup()
179 bool has_scope = (opcode != SpvOpSubgroupReadInvocationKHR); in vtn_handle_subgroup()
H A Dspirv.h1800 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
2557 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
4354 case SpvOpSubgroupReadInvocationKHR: return "OpSubgroupReadInvocationKHR"; in SpvOpToString()
H A Dspirv_to_nir.c6476 case SpvOpSubgroupReadInvocationKHR: in vtn_handle_body_instruction()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.h968 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
H A Dspirv.h968 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h968 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h968 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.h990 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
H A Dspirv.h990 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.h996 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h996 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.h990 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.h990 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.h996 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
H A Dspirv.h996 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.h1215 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
1747 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.h1850 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
2631 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
4475 case SpvOpSubgroupReadInvocationKHR: return "OpSubgroupReadInvocationKHR"; in SpvOpToString()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.h1777 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
2521 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1752 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
2491 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c3101 SpvId result = emit_binop(ctx, SpvOpSubgroupReadInvocationKHR, type, in emit_read_invocation()