OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qpu_rn
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu.h
42
qpu_rn
(int n)
function
130
static inline struct qpu_reg qpu_r0(void) { return
qpu_rn
(0); }
131
static inline struct qpu_reg qpu_r1(void) { return
qpu_rn
(1); }
132
static inline struct qpu_reg qpu_r2(void) { return
qpu_rn
(2); }
133
static inline struct qpu_reg qpu_r3(void) { return
qpu_rn
(3); }
134
static inline struct qpu_reg qpu_r4(void) { return
qpu_rn
(4); }
135
static inline struct qpu_reg qpu_r5(void) { return
qpu_rn
(5); }
vc4_register_allocate.c
270
temp_registers[i] =
qpu_rn
(0);
vc4_qpu_emit.c
303
src[i] =
qpu_rn
(0);
Completed in 59 milliseconds