Searched refs:emit_minmax (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_surface_builder.cpp | 775 bld.emit_minmax(offset(dst, bld, c), offset(src, bld, c), in emit_convert_to_integer() 781 bld.emit_minmax(offset(dst, bld, c), offset(dst, bld, c), in emit_convert_to_integer() 821 bld.emit_minmax(offset(dst, bld, c), in emit_convert_from_scaled() 846 bld.emit_minmax(offset(fdst, bld, c), offset(src, bld, c), in emit_convert_to_scaled() 849 bld.emit_minmax(offset(fdst, bld, c), offset(fdst, bld, c), in emit_convert_to_scaled() 926 bld.emit_minmax(offset(fdst, bld, c), offset(fdst, bld, c), in emit_convert_to_float()
|
D | brw_vec4_visitor.cpp | 527 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() 726 vec4_visitor::emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst, in emit_minmax() function in brw::vec4_visitor 1094 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in emit_texture()
|
D | brw_vec4.h | 237 vec4_instruction *emit_minmax(enum brw_conditional_mod conditionalmod, dst_reg dst,
|
D | brw_vec4_builder.h | 335 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax() function
|
D | brw_fs_builder.h | 383 emit_minmax(const dst_reg &dst, const src_reg &src0, in emit_minmax() function
|
D | brw_vec4_nir.cpp | 1448 inst = emit_minmax(BRW_CONDITIONAL_L, dst, op[0], op[1]); in nir_emit_alu() 1457 inst = emit_minmax(BRW_CONDITIONAL_GE, dst, op[0], op[1]); in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1251 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_L); in nir_emit_alu() 1258 inst = bld.emit_minmax(result, op[0], op[1], BRW_CONDITIONAL_GE); in nir_emit_alu() 1625 bld.emit_minmax(tmp, retype(get_nir_src(deref_array->indirect), in get_nir_image_deref() 4813 bld.emit_minmax(nir_dest[2], depth, brw_imm_d(1), BRW_CONDITIONAL_GE); in nir_emit_texture()
|