Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_builder.h257 fix_math_operand(src0)))); in emit()
277 fix_math_operand(src0), in emit()
278 fix_math_operand(src1)))); in emit()
576 fix_math_operand(const src_reg &src) const in fix_math_operand() function
Dbrw_fs_builder.h291 fix_math_operand(src0))); in emit()
310 fix_math_operand(src0), in emit()
311 fix_math_operand(src1))); in emit()
622 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()