Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_surface_builder.cpp755 bld.emit_minmax(offset(dst, bld, c), offset(src, bld, c), in emit_convert_to_integer()
761 bld.emit_minmax(offset(dst, bld, c), offset(dst, bld, c), in emit_convert_to_integer()
801 bld.emit_minmax(offset(dst, bld, c), in emit_convert_from_scaled()
826 bld.emit_minmax(offset(fdst, bld, c), offset(src, bld, c), in emit_convert_to_scaled()
829 bld.emit_minmax(offset(fdst, bld, c), offset(fdst, bld, c), in emit_convert_to_scaled()
906 bld.emit_minmax(offset(fdst, bld, c), offset(fdst, bld, c), in emit_convert_to_float()
Dbrw_vec4_visitor.cpp527 emit_minmax(BRW_CONDITIONAL_GE, max, src_reg(scaled), brw_imm_f(-1.0f)); in emit_unpack_snorm_4x8()
528 emit_minmax(BRW_CONDITIONAL_L, dst, src_reg(max), brw_imm_f(1.0f)); in emit_unpack_snorm_4x8()
555 emit_minmax(BRW_CONDITIONAL_GE, max, src0, brw_imm_f(-1.0f)); in emit_pack_snorm_4x8()
558 emit_minmax(BRW_CONDITIONAL_L, min, src_reg(max), brw_imm_f(1.0f)); in emit_pack_snorm_4x8()
721 vec4_visitor::emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst, in emit_minmax() function in brw::vec4_visitor
1101 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in emit_texture()
Dbrw_vec4.h237 vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst,
Dbrw_vec4_builder.h336 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax() function
Dbrw_fs_builder.h384 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax() function
Dbrw_fs_nir.cpp1135 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L); in nir_emit_alu()
1143 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_GE); in nir_emit_alu()
1468 bld.emit_minmax(tmp, retype(get_nir_src(deref_array->indirect), in get_nir_image_deref()
4502 bld.emit_minmax(nir_dest[2], depth, brw_imm_d(1), BRW_CONDITIONAL_GE); in nir_emit_texture()
Dbrw_vec4_nir.cpp1560 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]); in nir_emit_alu()
1568 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]); in nir_emit_alu()