Searched refs:rogue_instr_set_operand_vreg (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue.c | 159 CHECK(rogue_instr_set_operand_vreg(instr, dest_index, nir_dest_reg)); in setup_alu_dest() 212 CHECK(rogue_instr_set_operand_vreg(instr, u + 1, nir_src_reg)); in trans_nir_alu_fmax() 240 CHECK(rogue_instr_set_operand_vreg(instr, u + 1, nir_src_reg)); in trans_nir_alu_fmin() 284 CHECK(rogue_instr_set_operand_vreg(instr, 1, nir_src_reg)); in trans_nir_alu_mov() 304 CHECK(rogue_instr_set_operand_vreg(instr, 0, nir_dest_reg)); in trans_nir_alu_pack_unorm_4x8() 333 CHECK(rogue_instr_set_operand_vreg(instr, 1, nir_in_reg_a)); in trans_nir_alu_fmul() 334 CHECK(rogue_instr_set_operand_vreg(instr, 2, nir_in_reg_b)); in trans_nir_alu_fmul() 358 CHECK(rogue_instr_set_operand_vreg(instr, 1, nir_in_reg_a)); in trans_nir_alu_ffma() 359 CHECK(rogue_instr_set_operand_vreg(instr, 2, nir_in_reg_b)); in trans_nir_alu_ffma() 360 CHECK(rogue_instr_set_operand_vreg(inst in trans_nir_alu_ffma() [all...] |
H A D | rogue_instr.h | 106 bool rogue_instr_set_operand_vreg(struct rogue_instr *instr,
|
H A D | rogue_instr.c | 191 bool rogue_instr_set_operand_vreg(struct rogue_instr *instr, in rogue_instr_set_operand_vreg() function
|
Completed in 2 milliseconds