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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c96 case SpvOpImageSampleImplicitLod: return (struct type_args){ 1, 0 };
H A Dspirv_info.c614 case SpvOpImageSampleImplicitLod: return "SpvOpImageSampleImplicitLod";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c796 case SpvOpImageSampleImplicitLod: return "SpvOpImageSampleImplicitLod";
H A Dvtn_gather_types.c96 case SpvOpImageSampleImplicitLod: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h903 SpvOpImageSampleImplicitLod = 87, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c2124 case SpvOpImageSampleImplicitLod:
2215 case SpvOpImageSampleImplicitLod:
4149 case SpvOpImageSampleImplicitLod:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c761 int opcode = SpvOpImageSampleImplicitLod;
764 opcode += SpvOpImageSampleProjImplicitLod - SpvOpImageSampleImplicitLod;
766 opcode += SpvOpImageSampleExplicitLod - SpvOpImageSampleImplicitLod;
768 opcode += SpvOpImageSampleDrefImplicitLod - SpvOpImageSampleImplicitLod;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1243 SpvOpImageSampleImplicitLod = 87, enumerator in enum:SpvOp_
1889 case SpvOpImageSampleImplicitLod: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c2667 case SpvOpImageSampleImplicitLod:
2780 case SpvOpImageSampleImplicitLod:
5604 case SpvOpImageSampleImplicitLod:

Completed in 32 milliseconds