Searched refs:SpvOpSampledImage (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c95 case SpvOpSampledImage: return (struct type_args){ 1, 0 };
H A Dspirv_info.c613 case SpvOpSampledImage: return "SpvOpSampledImage";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c795 case SpvOpSampledImage: return "SpvOpSampledImage";
H A Dvtn_gather_types.c95 case SpvOpSampledImage: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h902 SpvOpSampledImage = 86, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c2082 if (opcode == SpvOpSampledImage) {
4147 case SpvOpSampledImage:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1242 SpvOpSampledImage = 86, enumerator in enum:SpvOp_
1888 case SpvOpSampledImage: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c2621 if (opcode == SpvOpSampledImage) {
5601 case SpvOpSampledImage:

Completed in 49 milliseconds