Searched refs:emit_alu_fma_64bit (Results 1 – 1 of 1) sorted by relevance
1099 static bool emit_alu_fma_64bit(const nir_alu_instr& alu, EAluOp opcode, Shader& shader);1187 case nir_op_ffma: return emit_alu_fma_64bit(*alu, op3_fma_64, shader); in from_nir()1637 static bool emit_alu_fma_64bit(const nir_alu_instr& alu, EAluOp opcode, Shader& shader) in emit_alu_fma_64bit() function