Searched refs:emit_dp (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp298 ir_to_mesa_instruction * emit_dp(ir_instruction *ir,
410 ir_to_mesa_visitor::emit_dp(ir_instruction *ir, function in class:ir_to_mesa_visitor
1272 emit_dp(ir, result_dst, temp, temp, vector_elements);
1296 emit_dp(ir, result_dst, temp, temp, vector_elements);
1323 emit_dp(ir, result_dst, op[0], op[0],
1377 emit_dp(ir, result_dst, op[0], op[1],
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp298 ir_to_mesa_instruction * emit_dp(ir_instruction *ir,
410 ir_to_mesa_visitor::emit_dp(ir_instruction *ir, function in class:ir_to_mesa_visitor
1272 emit_dp(ir, result_dst, temp, temp, vector_elements);
1296 emit_dp(ir, result_dst, temp, temp, vector_elements);
1323 emit_dp(ir, result_dst, op[0], op[0],
1377 emit_dp(ir, result_dst, op[0], op[1],
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h393 void emit_dp(dst_reg dst, src_reg src0, src_reg src1, unsigned elements);
H A Dbrw_vec4_visitor.cpp209 vec4_visitor::emit_dp(dst_reg dst, src_reg src0, src_reg src1, unsigned elements) function in class:brw::vec4_visitor
1212 emit_dp(result_dst, op[0], op[1], ir->operands[0]->type->vector_elements);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h393 void emit_dp(dst_reg dst, src_reg src0, src_reg src1, unsigned elements);
H A Dbrw_vec4_visitor.cpp209 vec4_visitor::emit_dp(dst_reg dst, src_reg src0, src_reg src1, unsigned elements) function in class:brw::vec4_visitor
1212 emit_dp(result_dst, op[0], op[1], ir->operands[0]->type->vector_elements);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp387 glsl_to_tgsi_instruction *emit_dp(ir_instruction *ir,
683 glsl_to_tgsi_visitor::emit_dp(ir_instruction *ir, function in class:glsl_to_tgsi_visitor
1580 emit_dp(ir, result_dst, temp, temp, vector_elements);
1636 emit_dp(ir, result_dst, temp, temp, vector_elements);
1664 emit_dp(ir, result_dst, op[0], op[0],
1740 emit_dp(ir, result_dst, op[0], op[1],
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp387 glsl_to_tgsi_instruction *emit_dp(ir_instruction *ir,
683 glsl_to_tgsi_visitor::emit_dp(ir_instruction *ir, function in class:glsl_to_tgsi_visitor
1580 emit_dp(ir, result_dst, temp, temp, vector_elements);
1636 emit_dp(ir, result_dst, temp, temp, vector_elements);
1664 emit_dp(ir, result_dst, op[0], op[0],
1740 emit_dp(ir, result_dst, op[0], op[1],

Completed in 584 milliseconds