Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_subgroup.c194 case SpvOpSubgroupReadInvocationKHR: { in vtn_handle_subgroup()
195 bool has_scope = (opcode != SpvOpSubgroupReadInvocationKHR); in vtn_handle_subgroup()
Dspirv.h1562 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
2241 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
Dspirv_to_nir.c6150 case SpvOpSubgroupReadInvocationKHR: in vtn_handle_body_instruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h968 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
Dspirv.h968 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/spirv-headers/include/spirv/1.0/
Dspirv.h968 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.h990 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h996 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h990 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/spirv-headers/include/spirv/1.2/
Dspirv.h996 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
Dspirv.h996 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/spirv-headers/include/spirv/1.1/
Dspirv.h990 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
/third_party/skia/third_party/externals/spirv-cross/
Dspirv.h1405 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
1977 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
Dspirv.h1524 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
2179 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1525 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
2180 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/spirv-headers/include/spirv/unified1/
Dspirv.h1583 SpvOpSubgroupReadInvocationKHR = 4432, enumerator
2264 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/
Dcore.insts-unified1.inc460 …{"SubgroupReadInvocationKHR", SpvOpSubgroupReadInvocationKHR, 1, pygen_variable_caps_SubgroupBallo…
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2935 SpvId result = emit_binop(ctx, SpvOpSubgroupReadInvocationKHR, type, in emit_read_invocation()