Searched refs:emit_idiv (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_idiv.c161 emit_idiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, nir_op op) function in typeref:typename:nir_ssa_def *
198 return emit_idiv(bld, numer, denom, op);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c280 static void emit_idiv(const struct lp_build_tgsi_action *action, function in typeref:typename:void
736 bld_base->op_actions[TGSI_OPCODE_IDIV].emit = emit_idiv;
822 bld_base->op_actions[TGSI_OPCODE_I64DIV].emit = emit_idiv;

Completed in 4 milliseconds