Searched refs:emit_dot (Results 1 – 2 of 2) sorted by relevance
72 bool emit_dot(const nir_alu_instr& instr, int n);
125 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