Home
last modified time | relevance | path

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

/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.h1240 SpvOpBeginInvocationInterlockEXT = 5364, enumerator
1772 case SpvOpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv.h1914 SpvOpBeginInvocationInterlockEXT = 5364, enumerator
2663 case SpvOpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
4460 case SpvOpBeginInvocationInterlockEXT: return "OpBeginInvocationInterlockEXT"; in SpvOpToString()
H A Dspirv_to_nir.c6502 case SpvOpBeginInvocationInterlockEXT: in vtn_handle_body_instruction()
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.h1970 SpvOpBeginInvocationInterlockEXT = 5364, enumerator
2743 case SpvOpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
4587 case SpvOpBeginInvocationInterlockEXT: return "OpBeginInvocationInterlockEXT"; in SpvOpToString()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.h1887 SpvOpBeginInvocationInterlockEXT = 5364, enumerator
2623 case SpvOpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1858 SpvOpBeginInvocationInterlockEXT = 5364, enumerator
2589 case SpvOpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c554 …d(&b->instructions, (end ? SpvOpEndInvocationInterlockEXT : SpvOpBeginInvocationInterlockEXT) | (1… in spirv_builder_emit_interlock()