Searched refs:SpvOpMemoryBarrier (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dspirv_info.c742 case SpvOpMemoryBarrier: return "SpvOpMemoryBarrier";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c924 case SpvOpMemoryBarrier: return "SpvOpMemoryBarrier";
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1031 SpvOpMemoryBarrier = 225, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c3387 case SpvOpMemoryBarrier: {
4401 case SpvOpMemoryBarrier:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1371 SpvOpMemoryBarrier = 225, enumerator in enum:SpvOp_
2017 case SpvOpMemoryBarrier: *hasResult = false; *hasResultType = false; break;
H A Dspirv_to_nir.c4149 case SpvOpMemoryBarrier: {
5844 case SpvOpMemoryBarrier:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1512 spirv_buffer_emit_word(&b->instructions, SpvOpMemoryBarrier | (3 << 16));

Completed in 31 milliseconds