Home
last modified time | relevance | path

Searched refs:fix_math_operand (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_builder.h258 fix_math_operand(src0)))); in emit()
278 fix_math_operand(src0), in emit()
279 fix_math_operand(src1)))); in emit()
577 fix_math_operand(const src_reg &src) const in fix_math_operand() function
Dbrw_fs_builder.h292 fix_math_operand(src0))); in emit()
311 fix_math_operand(src0), in emit()
312 fix_math_operand(src1))); in emit()
623 fix_math_operand(const src_reg &src) const in fix_math_operand() function
Dbrw_vec4.h255 src_reg fix_math_operand(const src_reg &src);
Dbrw_vec4_visitor.cpp321 vec4_visitor::fix_math_operand(const src_reg &src) in fix_math_operand() function in brw::vec4_visitor
352 emit(opcode, dst, fix_math_operand(src0), fix_math_operand(src1)); in emit_math()