Searched refs:emit_minmax (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tes.cpp193 emit_minmax(BRW_CONDITIONAL_L,
H A Dbrw_vec4_visitor.cpp528 emit_minmax(BRW_CONDITIONAL_GE, max, src_reg(scaled), brw_imm_f(-1.0f));
529 emit_minmax(BRW_CONDITIONAL_L, dst, src_reg(max), brw_imm_f(1.0f));
556 emit_minmax(BRW_CONDITIONAL_GE, max, src0, brw_imm_f(-1.0f));
559 emit_minmax(BRW_CONDITIONAL_L, min, src_reg(max), brw_imm_f(1.0f));
731 vec4_visitor::emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst, function in class:brw::vec4_visitor
1099 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z),
H A Dbrw_vec4.h236 vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst,
H A Dbrw_vec4_builder.h335 emit_minmax(const dst_reg &dst, const src_reg &src0, function in class:brw::vec4_builder
H A Dbrw_fs_builder.h398 emit_minmax(const dst_reg &dst, const src_reg &src0, function in class:brw::fs_builder
H A Dbrw_vec4_nir.cpp1371 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]);
1381 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]);
H A Dbrw_fs_nir.cpp1594 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L);
1601 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_GE);
5501 bld.emit_minmax(nir_dest[2], depth, brw_imm_d(1), BRW_CONDITIONAL_GE);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_tes.cpp172 emit_minmax(BRW_CONDITIONAL_L,
H A Dbrw_vec4_visitor.cpp515 emit_minmax(BRW_CONDITIONAL_GE, max, src_reg(scaled), brw_imm_f(-1.0f));
516 emit_minmax(BRW_CONDITIONAL_L, dst, src_reg(max), brw_imm_f(1.0f));
543 emit_minmax(BRW_CONDITIONAL_GE, max, src0, brw_imm_f(-1.0f));
546 emit_minmax(BRW_CONDITIONAL_L, min, src_reg(max), brw_imm_f(1.0f));
718 vec4_visitor::emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst, function in class:brw::vec4_visitor
1004 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z),
H A Dbrw_vec4.h234 vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst,
H A Dbrw_vec4_builder.h335 emit_minmax(const dst_reg &dst, const src_reg &src0, function in class:brw::vec4_builder
H A Dbrw_fs_builder.h389 emit_minmax(const dst_reg &dst, const src_reg &src0, function in class:brw::fs_builder
H A Dbrw_vec4_nir.cpp1439 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]);
1448 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]);
H A Dtest_fs_cmod_propagation.cpp3162 bld.emit_minmax(dest2, src2, src3, BRW_CONDITIONAL_GE);
3205 bld.emit_minmax(dest2, src2, src3, BRW_CONDITIONAL_GE);
3250 bld.emit_minmax(dest, src0, src1, BRW_CONDITIONAL_GE);
H A Dbrw_fs_nir.cpp1681 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L);
1687 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_GE);
6312 bld.emit_minmax(nir_dest[2], depth, brw_imm_d(1), BRW_CONDITIONAL_GE);

Completed in 39 milliseconds