Searched refs:_reads_reg (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu_validate.c | 46 _reads_reg(uint64_t inst, uint32_t r, bool ignore_a, bool ignore_b) in _reads_reg() function 86 return _reads_reg(inst, r, false, false); in reads_reg() 92 return _reads_reg(inst, r, false, true); in reads_a_reg() 98 return _reads_reg(inst, r, true, false); in reads_b_reg()
|
Completed in 2 milliseconds