Searched refs:emit_alu_cube (Results 1 – 1 of 1) sorted by relevance
1142 static bool emit_alu_cube(const nir_alu_instr& alu, Shader& shader);1408 case nir_op_cube_r600: return emit_alu_cube(*alu, shader); in from_nir()2527 static bool emit_alu_cube(const nir_alu_instr& alu, Shader& shader) in emit_alu_cube() function