Home
last modified time | relevance | path

Searched refs:emit_dot (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.h72 bool emit_dot(const nir_alu_instr& instr, int n);
Dsfn_emitaluinstruction.cpp125 case nir_op_fdot2: return emit_dot(instr, 2); in do_emit()
126 case nir_op_fdot3: return emit_dot(instr, 3); in do_emit()
127 case nir_op_fdot4: return emit_dot(instr, 4); in do_emit()
592 bool EmitAluInstruction::emit_dot(const nir_alu_instr& instr, int n) in emit_dot() function in r600::EmitAluInstruction