Searched refs:SpvOpBeginInvocationInterlockEXT (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1112 case SpvOpBeginInvocationInterlockEXT: return "SpvOpBeginInvocationInterlockEXT";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1561 SpvOpBeginInvocationInterlockEXT = 5364, enumerator in enum:SpvOp_
2205 case SpvOpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break;
H A Dspirv_to_nir.c5920 case SpvOpBeginInvocationInterlockEXT:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c475 spirv_buffer_emit_word(&b->instructions, (end ? SpvOpEndInvocationInterlockEXT : SpvOpBeginInvocationInterlockEXT) | (1 << 16));

Completed in 23 milliseconds