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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c114 case SpvOpImageQueryLevels: return (struct type_args){ 1, 0 };
H A Dspirv_info.c633 case SpvOpImageQueryLevels: return "SpvOpImageQueryLevels";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c815 case SpvOpImageQueryLevels: return "SpvOpImageQueryLevels";
H A Dvtn_gather_types.c114 case SpvOpImageQueryLevels: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h922 SpvOpImageQueryLevels = 106, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c2160 case SpvOpImageQueryLevels:
4162 case SpvOpImageQueryLevels:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1262 SpvOpImageQueryLevels = 106, enumerator in enum:SpvOp_
1908 case SpvOpImageQueryLevels: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c2712 case SpvOpImageQueryLevels:
5623 case SpvOpImageQueryLevels:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1049 return spirv_builder_emit_unop(b, SpvOpImageQueryLevels, result_type, image);

Completed in 34 milliseconds