Home
last modified time | relevance | path

Searched refs:fix_3src_operand (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_builder.h299 fix_3src_operand(src0), in emit()
300 fix_3src_operand(src1), in emit()
301 fix_3src_operand(src2))); in emit()
548 fix_3src_operand(const src_reg &src) const in fix_3src_operand() function
Dbrw_fs_builder.h333 fix_3src_operand(src0), in emit()
334 fix_3src_operand(src1), in emit()
335 fix_3src_operand(src2))); in emit()
607 fix_3src_operand(const src_reg &src) const in fix_3src_operand() function
Dbrw_vec4_nir.cpp1896 op[0] = fix_3src_operand(op[0]); in nir_emit_alu()
1897 op[1] = fix_3src_operand(op[1]); in nir_emit_alu()
1898 op[2] = fix_3src_operand(op[2]); in nir_emit_alu()
1910 op[0] = fix_3src_operand(op[0]); in nir_emit_alu()
1911 op[1] = fix_3src_operand(op[1]); in nir_emit_alu()
1912 op[2] = fix_3src_operand(op[2]); in nir_emit_alu()
2010 op[0] = fix_3src_operand(op[0]); in nir_emit_alu()
2011 op[1] = fix_3src_operand(op[1]); in nir_emit_alu()
2012 op[2] = fix_3src_operand(op[2]); in nir_emit_alu()
Dbrw_vec4_visitor.cpp282 vec4_visitor::fix_3src_operand(const src_reg &src) in fix_3src_operand() function in brw::vec4_visitor
737 return emit(LRP(dst, fix_3src_operand(a), fix_3src_operand(y), in emit_lrp()
738 fix_3src_operand(x))); in emit_lrp()
Dbrw_vec4.h249 src_reg fix_3src_operand(const src_reg &src);