Home
last modified time | relevance | path

Searched refs:SpvOpEndInvocationInterlockEXT (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.h1241 SpvOpEndInvocationInterlockEXT = 5365, enumerator
1773 case SpvOpEndInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv.h1915 SpvOpEndInvocationInterlockEXT = 5365, enumerator
2664 case SpvOpEndInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
4461 case SpvOpEndInvocationInterlockEXT: return "OpEndInvocationInterlockEXT"; in SpvOpToString()
H A Dspirv_to_nir.c6506 case SpvOpEndInvocationInterlockEXT: in vtn_handle_body_instruction()
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.h1971 SpvOpEndInvocationInterlockEXT = 5365, enumerator
2744 case SpvOpEndInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
4588 case SpvOpEndInvocationInterlockEXT: return "OpEndInvocationInterlockEXT"; in SpvOpToString()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.h1888 SpvOpEndInvocationInterlockEXT = 5365, enumerator
2624 case SpvOpEndInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1859 SpvOpEndInvocationInterlockEXT = 5365, enumerator
2590 case SpvOpEndInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c554 …spirv_buffer_emit_word(&b->instructions, (end ? SpvOpEndInvocationInterlockEXT : SpvOpBeginInvocat… in spirv_builder_emit_interlock()