Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp1099 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