| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_tes.cpp | 193 emit_minmax(BRW_CONDITIONAL_L,
|
| H A D | brw_vec4_visitor.cpp | 528 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 D | brw_vec4.h | 236 vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst,
|
| H A D | brw_vec4_builder.h | 335 emit_minmax(const dst_reg &dst, const src_reg &src0, function in class:brw::vec4_builder
|
| H A D | brw_fs_builder.h | 398 emit_minmax(const dst_reg &dst, const src_reg &src0, function in class:brw::fs_builder
|
| H A D | brw_vec4_nir.cpp | 1371 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 D | brw_fs_nir.cpp | 1594 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 D | brw_vec4_tes.cpp | 172 emit_minmax(BRW_CONDITIONAL_L,
|
| H A D | brw_vec4_visitor.cpp | 515 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 D | brw_vec4.h | 234 vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst,
|
| H A D | brw_vec4_builder.h | 335 emit_minmax(const dst_reg &dst, const src_reg &src0, function in class:brw::vec4_builder
|
| H A D | brw_fs_builder.h | 389 emit_minmax(const dst_reg &dst, const src_reg &src0, function in class:brw::fs_builder
|
| H A D | brw_vec4_nir.cpp | 1439 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 D | test_fs_cmod_propagation.cpp | 3162 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 D | brw_fs_nir.cpp | 1681 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);
|