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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c141 case SpvOpSDiv: return (struct type_args){ 1, 0 };
H A Dspirv_info.c660 case SpvOpSDiv: return "SpvOpSDiv";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c842 case SpvOpSDiv: return "SpvOpSDiv";
H A Dvtn_gather_types.c141 case SpvOpSDiv: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h949 SpvOpSDiv = 135, enumerator in enum:SpvOp_
H A Dvtn_alu.c236 case SpvOpSDiv: return nir_op_idiv;
H A Dspirv_to_nir.c4313 case SpvOpSDiv:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1289 SpvOpSDiv = 135, enumerator in enum:SpvOp_
1935 case SpvOpSDiv: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c278 case SpvOpSDiv: return nir_op_idiv;
H A Dspirv_to_nir.c5732 case SpvOpSDiv:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1789 BINOP(nir_op_idiv, SpvOpSDiv)

Completed in 178 milliseconds