Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tes.cpp171 emit_minmax(BRW_CONDITIONAL_L, in nir_emit_intrinsic()
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()
718 vec4_visitor::emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst, in emit_minmax() function in brw::vec4_visitor
1004 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in emit_texture()
Dbrw_vec4.h229 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_fs_builder.h389 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax() function
Dbrw_vec4_nir.cpp1408 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]); in nir_emit_alu()
1417 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]); in nir_emit_alu()
Dbrw_fs_nir.cpp1657 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L); in nir_emit_alu()
1663 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_GE); in nir_emit_alu()
5943 bld.emit_minmax(nir_dest[2], depth, brw_imm_d(1), BRW_CONDITIONAL_GE); in nir_emit_texture()