Home
last modified time | relevance | path

Searched refs:fix_math_operand (Results 1 – 6 of 6) 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()
564 fix_math_operand(const src_reg &src) const in fix_math_operand() function
Dbrw_fs_builder.h287 fix_math_operand(src0))); in emit()
306 fix_math_operand(src0), in emit()
307 fix_math_operand(src1))); in emit()
776 fix_math_operand(const src_reg &src) const in fix_math_operand() function
Dbrw_vec4.h246 src_reg fix_math_operand(const src_reg &src);
Dbrw_vec4_visitor.cpp309 vec4_visitor::fix_math_operand(const src_reg &src) in fix_math_operand() function in brw::vec4_visitor
340 emit(opcode, dst, fix_math_operand(src0), fix_math_operand(src1)); in emit_math()
/external/mesa3d/docs/relnotes/
D10.2.4.rst97 - i965/vec4: Don't fix_math_operand() on Gen >= 8.
98 - i965/fs: Don't fix_math_operand() on Gen >= 8.
D10.2.5.rst148 - i965/vec4: Don't fix_math_operand() on Gen >= 8.
149 - i965/fs: Don't fix_math_operand() on Gen >= 8.