Searched refs:emit_cmp (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c1599 emit_cmp(struct ntd_context *ctx, nir_alu_instr *alu, function in typeref:typename:bool
1886 return emit_cmp(ctx, alu, DXIL_FCMP_UNE, val, zero);
2121 case nir_op_ieq: return emit_cmp(ctx, alu, DXIL_ICMP_EQ, src[0], src[1]);
2122 case nir_op_ine: return emit_cmp(ctx, alu, DXIL_ICMP_NE, src[0], src[1]);
2123 case nir_op_ige: return emit_cmp(ctx, alu, DXIL_ICMP_SGE, src[0], src[1]);
2124 case nir_op_uge: return emit_cmp(ctx, alu, DXIL_ICMP_UGE, src[0], src[1]);
2125 case nir_op_ilt: return emit_cmp(ctx, alu, DXIL_ICMP_SLT, src[0], src[1]);
2126 case nir_op_ult: return emit_cmp(ctx, alu, DXIL_ICMP_ULT, src[0], src[1]);
2127 case nir_op_feq: return emit_cmp(ctx, alu, DXIL_FCMP_OEQ, src[0], src[1]);
2128 case nir_op_fneu: return emit_cmp(ct
[all...]
H A Ddxil_module.c3001 emit_cmp(struct dxil_module *m, struct dxil_instr *instr) function in typeref:typename:bool
3265 return emit_cmp(m, instr);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c129 static void emit_cmp(const struct lp_build_tgsi_action *action, function in typeref:typename:void
691 bld_base->op_actions[TGSI_OPCODE_CMP].emit = emit_cmp;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1578 emit_cmp(struct svga_shader_emitter *emit, function in typeref:typename:boolean
2806 return emit_cmp( emit, insn );
H A Dsvga_tgsi_vgpu10.c3764 emit_cmp(struct svga_shader_emitter_v10 *emit, function in typeref:typename:boolean
5893 return emit_cmp(emit, inst);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1576 emit_cmp(struct svga_shader_emitter *emit, function in typeref:typename:boolean
2804 return emit_cmp( emit, insn );
H A Dsvga_tgsi_vgpu10.c6453 emit_cmp(struct svga_shader_emitter_v10 *emit, function in typeref:typename:boolean
9388 return emit_cmp(emit, inst);

Completed in 40 milliseconds