Home
last modified time | relevance | path

Searched refs:SpvOpTerminateInvocation (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_structured_cfg.c384 case SpvOpTerminateInvocation: in structured_post_order_traversal()
978 case SpvOpTerminateInvocation: in branch_type_for_terminator()
H A Dvtn_cfg.c380 case SpvOpTerminateInvocation: in vtn_cfg_handle_prepass_instruction()
H A Dspirv.h1785 SpvOpTerminateInvocation = 4416, enumerator
2542 case SpvOpTerminateInvocation: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
4339 case SpvOpTerminateInvocation: return "OpTerminateInvocation"; in SpvOpToString()
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.h1835 SpvOpTerminateInvocation = 4416, enumerator
2616 case SpvOpTerminateInvocation: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
4460 case SpvOpTerminateInvocation: return "OpTerminateInvocation"; in SpvOpToString()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.h1770 SpvOpTerminateInvocation = 4416, enumerator
2514 case SpvOpTerminateInvocation: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1745 SpvOpTerminateInvocation = 4416, enumerator
2484 case SpvOpTerminateInvocation: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c828 spirv_buffer_emit_word(&b->instructions, SpvOpTerminateInvocation | (1 << 16)); in spirv_builder_emit_terminate()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.3.0.rst1053 - spirv: Handle SpvOpTerminateInvocation