Home
last modified time | relevance | path

Searched refs:emit_minmax (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp515 emit_minmax(BRW_CONDITIONAL_GE, max, src_reg(scaled), brw_imm_f(-1.0f)); in emit_unpack_snorm_4x8()
516 emit_minmax(BRW_CONDITIONAL_L, dst, src_reg(max), brw_imm_f(1.0f)); in emit_unpack_snorm_4x8()
543 emit_minmax(BRW_CONDITIONAL_GE, max, src0, brw_imm_f(-1.0f)); in emit_pack_snorm_4x8()
546 emit_minmax(BRW_CONDITIONAL_L, min, src_reg(max), brw_imm_f(1.0f)); in emit_pack_snorm_4x8()
719 vec4_visitor::emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst, in emit_minmax() function in brw::vec4_visitor
Dbrw_vec4_tes.cpp165 emit_minmax(BRW_CONDITIONAL_L, in nir_emit_intrinsic()
Dbrw_vec4.h231 vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst,
Dbrw_vec4_builder.h335 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax() function
Dbrw_vec4_nir.cpp1427 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]); in nir_emit_alu()
1436 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]); in nir_emit_alu()
2277 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in nir_emit_texture()
Dbrw_fs_builder.h389 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax() function
Dtest_fs_cmod_propagation.cpp3162 bld.emit_minmax(dest2, src2, src3, BRW_CONDITIONAL_GE); in TEST_F()
3205 bld.emit_minmax(dest2, src2, src3, BRW_CONDITIONAL_GE); in TEST_F()
3250 bld.emit_minmax(dest, src0, src1, BRW_CONDITIONAL_GE); in TEST_F()
Dbrw_fs_nir.cpp1689 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L); in nir_emit_alu()
1695 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_GE); in nir_emit_alu()
6544 bld.emit_minmax(nir_dest[2], depth, brw_imm_d(1), BRW_CONDITIONAL_GE); in nir_emit_texture()