Searched refs:SpvOpExtInst (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c42 case SpvOpExtInst: return (struct type_args){ 1, 0 };
H A Dspirv_info.c547 case SpvOpExtInst: return "SpvOpExtInst";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c729 case SpvOpExtInst: return "SpvOpExtInst";
H A Dvtn_gather_types.c42 case SpvOpExtInst: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h836 SpvOpExtInst = 12, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c410 case SpvOpExtInst: {
4124 case SpvOpExtInst:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1176 SpvOpExtInst = 12, enumerator in enum:SpvOp_
1822 case SpvOpExtInst: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c553 case SpvOpExtInst: {
4851 case SpvOpExtInst: {
5289 case SpvOpExtInst: {
5573 case SpvOpExtInst:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1081 spirv_buffer_emit_word(&b->instructions, SpvOpExtInst | (words << 16));

Completed in 31 milliseconds