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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c279 case SpvOpImageSparseTexelsResident: return (struct type_args){ 1, 0 };
H A Dspirv_info.c825 case SpvOpImageSparseTexelsResident: return "SpvOpImageSparseTexelsResident";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1007 case SpvOpImageSparseTexelsResident: return "SpvOpImageSparseTexelsResident";
H A Dvtn_gather_types.c279 case SpvOpImageSparseTexelsResident: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1114 SpvOpImageSparseTexelsResident = 316, enumerator in enum:SpvOp_
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1454 SpvOpImageSparseTexelsResident = 316, enumerator in enum:SpvOp_
2100 case SpvOpImageSparseTexelsResident: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c2644 } else if (opcode == SpvOpImageSparseTexelsResident) {
5603 case SpvOpImageSparseTexelsResident:
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2776 - nir,spirv: implement SpvOpImageSparseTexelsResident

Completed in 28 milliseconds