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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c108 case SpvOpImage: return (struct type_args){ 1, 0 };
H A Dspirv_info.c627 case SpvOpImage: return "SpvOpImage";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c809 case SpvOpImage: return "SpvOpImage";
H A Dvtn_gather_types.c108 case SpvOpImage: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h916 SpvOpImage = 100, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c2093 } else if (opcode == SpvOpImage) {
4148 case SpvOpImage:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1256 SpvOpImage = 100, enumerator in enum:SpvOp_
1902 case SpvOpImage: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c2635 } else if (opcode == SpvOpImage) {
5602 case SpvOpImage:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c818 spirv_buffer_emit_word(&b->instructions, SpvOpImage | (4 << 16));

Completed in 33 milliseconds