Searched refs:emit_math2_gen6 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4.h | 407 void emit_math2_gen6(enum opcode opcode, dst_reg dst, src_reg src0, src_reg src1);
|
D | brw_vs_emit.c | 769 static void emit_math2_gen6( struct brw_vs_compile *c, in emit_math2_gen6() function 812 emit_math2_gen6(c, function, dst, arg0, arg1, precision); in emit_math2()
|
D | brw_vec4_visitor.cpp | 283 vec4_visitor::emit_math2_gen6(enum opcode opcode, in emit_math2_gen6() function in brw::vec4_visitor 345 return emit_math2_gen6(opcode, dst, src0, src1); in emit_math()
|