Searched refs:trans_constreg_operand (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue.c | 171 static bool trans_constreg_operand(struct rogue_instr *instr, in trans_constreg_operand() function 206 CHECK(trans_constreg_operand(instr, u + 1, nir_alu_src_const(alu, u))); in trans_nir_alu_fmax() 234 CHECK(trans_constreg_operand(instr, u + 1, nir_alu_src_const(alu, u))); in trans_nir_alu_fmin() 280 return trans_constreg_operand(instr, 1, nir_alu_src_const(alu, 0)); in trans_nir_alu_mov()
|