Searched refs:SpvOpISub (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c136 case SpvOpISub: return (struct type_args){ 1, 0 };
H A Dspirv_info.c655 case SpvOpISub: return "SpvOpISub";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c837 case SpvOpISub: return "SpvOpISub";
H A Dvtn_gather_types.c136 case SpvOpISub: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h944 SpvOpISub = 130, enumerator in enum:SpvOp_
H A Dvtn_alu.c231 case SpvOpISub: return nir_op_isub;
H A Dspirv_to_nir.c4308 case SpvOpISub:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c273 case SpvOpISub: return nir_op_isub;
842 case SpvOpISub:
H A Dspirv.h1284 SpvOpISub = 130, enumerator in enum:SpvOp_
1930 case SpvOpISub: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5727 case SpvOpISub:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1787 BINOP(nir_op_isub, SpvOpISub)

Completed in 64 milliseconds