Searched refs:emit_dot (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_alu.cpp | 1129 static bool emit_dot(const nir_alu_instr& alu, int nelm, Shader& shader); 1315 case nir_op_fdot2: return emit_dot(*alu, 2, shader); in from_nir() 1316 case nir_op_fdot3: return emit_dot(*alu, 3, shader); in from_nir() 1317 case nir_op_fdot4: return emit_dot(*alu, 4, shader); in from_nir() 2089 static bool emit_dot(const nir_alu_instr& alu, int n, Shader& shader) in emit_dot() function
|