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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dspirv_info.c740 case SpvOpEndStreamPrimitive: return "SpvOpEndStreamPrimitive";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c922 case SpvOpEndStreamPrimitive: return "SpvOpEndStreamPrimitive";
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1029 SpvOpEndStreamPrimitive = 221, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c3353 case SpvOpEndStreamPrimitive: {
3361 case SpvOpEndStreamPrimitive:
3373 case SpvOpEndStreamPrimitive: {
4399 case SpvOpEndStreamPrimitive:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1369 SpvOpEndStreamPrimitive = 221, enumerator in enum:SpvOp_
2015 case SpvOpEndStreamPrimitive: *hasResult = false; *hasResultType = false; break;
H A Dspirv_to_nir.c4129 case SpvOpEndStreamPrimitive: {
4131 if (opcode == SpvOpEmitStreamVertex || opcode == SpvOpEndStreamPrimitive)
4140 case SpvOpEndStreamPrimitive:
5842 case SpvOpEndStreamPrimitive:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c277 op = SpvOpEndStreamPrimitive;

Completed in 33 milliseconds