Home
last modified time | relevance | path

Searched refs:emit_math2_gen6 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h407 void emit_math2_gen6(enum opcode opcode, dst_reg dst, src_reg src0, src_reg src1);
Dbrw_vs_emit.c769 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()
Dbrw_vec4_visitor.cpp283 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()