Searched refs:emit_math2_gen4 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h408 void emit_math2_gen4(enum opcode opcode, dst_reg dst, src_reg src0, src_reg src1);
H A Dbrw_vec4_visitor.cpp320 vec4_visitor::emit_math2_gen4(enum opcode opcode, function in class:brw::vec4_visitor
347 return emit_math2_gen4(opcode, dst, src0, src1);
H A Dbrw_vs_emit.c735 static void emit_math2_gen4( struct brw_vs_compile *c, function
814 emit_math2_gen4(c, function, dst, arg0, arg1, precision);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h408 void emit_math2_gen4(enum opcode opcode, dst_reg dst, src_reg src0, src_reg src1);
H A Dbrw_vec4_visitor.cpp320 vec4_visitor::emit_math2_gen4(enum opcode opcode, function in class:brw::vec4_visitor
347 return emit_math2_gen4(opcode, dst, src0, src1);
H A Dbrw_vs_emit.c735 static void emit_math2_gen4( struct brw_vs_compile *c, function
814 emit_math2_gen4(c, function, dst, arg0, arg1, precision);

Completed in 155 milliseconds