Searched refs:qpu_rn (Results 1 – 3 of 3) sorted by relevance
42 qpu_rn(int n) in qpu_rn() function130 static inline struct qpu_reg qpu_r0(void) { return qpu_rn(0); } in qpu_r0()131 static inline struct qpu_reg qpu_r1(void) { return qpu_rn(1); } in qpu_r1()132 static inline struct qpu_reg qpu_r2(void) { return qpu_rn(2); } in qpu_r2()133 static inline struct qpu_reg qpu_r3(void) { return qpu_rn(3); } in qpu_r3()134 static inline struct qpu_reg qpu_r4(void) { return qpu_rn(4); } in qpu_r4()135 static inline struct qpu_reg qpu_r5(void) { return qpu_rn(5); } in qpu_r5()
221 temp_registers[i] = qpu_rn(0); in vc4_register_allocate()
299 src[i] = qpu_rn(0); in vc4_generate_code_block()