Home
last modified time | relevance | path

Searched refs:SpvOpDemoteToHelperInvocation (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv.h1916 SpvOpDemoteToHelperInvocation = 5380, enumerator
2665 case SpvOpDemoteToHelperInvocation: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
4462 case SpvOpDemoteToHelperInvocation: return "OpDemoteToHelperInvocation"; in SpvOpToString()
H A Dspirv_to_nir.c6510 case SpvOpDemoteToHelperInvocation: { in vtn_handle_body_instruction()
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.h1986 SpvOpDemoteToHelperInvocation = 5380, enumerator
2759 case SpvOpDemoteToHelperInvocation: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
4603 case SpvOpDemoteToHelperInvocation: return "OpDemoteToHelperInvocation"; in SpvOpToString()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.h1889 SpvOpDemoteToHelperInvocation = 5380, enumerator
2625 case SpvOpDemoteToHelperInvocation: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1860 SpvOpDemoteToHelperInvocation = 5380, enumerator
2591 case SpvOpDemoteToHelperInvocation: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c835 spirv_buffer_emit_word(&b->instructions, SpvOpDemoteToHelperInvocation | (1 << 16)); in spirv_builder_emit_demote()