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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c112 case SpvOpImageQuerySize: return (struct type_args){ 1, 0 };
H A Dspirv_info.c631 case SpvOpImageQuerySize: return "SpvOpImageQuerySize";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c813 case SpvOpImageQuerySize: return "SpvOpImageQuerySize";
H A Dvtn_gather_types.c112 case SpvOpImageQuerySize: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h920 SpvOpImageQuerySize = 104, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c2152 case SpvOpImageQuerySize:
2533 case SpvOpImageQuerySize:
2602 if (opcode != SpvOpImageQuerySize) {
2614 case SpvOpImageQuerySize:
4173 case SpvOpImageQuerySize: {
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2702 case SpvOpImageQuerySize:
3228 case SpvOpImageQuerySize:
3376 case SpvOpImageQuerySize:
3412 case SpvOpImageQuerySize:
5638 case SpvOpImageQuerySize: {
H A Dspirv.h1260 SpvOpImageQuerySize = 104, enumerator in enum:SpvOp_
1906 case SpvOpImageQuerySize: *hasResult = true; *hasResultType = true; break;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1024 int opcode = SpvOpImageQuerySize;

Completed in 31 milliseconds