Searched refs:emit_alu_op1 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alu.cpp | 1091 static bool emit_alu_op1(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, 1219 case nir_op_i2f32: return emit_alu_op1(*alu, op1_int_to_flt, shader); in from_nir() 1220 case nir_op_u2f32: return emit_alu_op1(*alu, op1_uint_to_flt, shader); in from_nir() 1224 case nir_op_f2u32: return emit_alu_op1(*alu, op1_flt_to_uint, shader); in from_nir() 1225 case nir_op_f2i32: return emit_alu_op1(*alu, op1_flt_to_int, shader); in from_nir() 1281 case nir_op_b2b1: return emit_alu_op1(*alu, op1_mov, shader); in from_nir() 1282 case nir_op_b2b32: return emit_alu_op1(*alu, op1_mov, shader); in from_nir() 1287 case nir_op_bit_count: return emit_alu_op1(*alu, op1_bcnt_int, shader); in from_nir() 1289 case nir_op_bitfield_reverse: return emit_alu_op1(*alu, op1_bfrev_int, shader); in from_nir() 1307 case nir_op_fabs: return emit_alu_op1(*al in from_nir() 1826 static bool emit_alu_op1(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, const AluOpFlags& flags) emit_alu_op1() function [all...] |
Completed in 3 milliseconds