Home
last modified time | relevance | path

Searched refs:v3d_qpu_writes_tmu_not_tmuc (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/broadcom/qpu/
Dqpu_instr.h458 bool v3d_qpu_writes_tmu_not_tmuc(const struct v3d_device_info *devinfo,
Dqpu_instr.c712 v3d_qpu_writes_tmu_not_tmuc(const struct v3d_device_info *devinfo, in v3d_qpu_writes_tmu_not_tmuc() function
/third_party/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c735 if ((a->sig.wrtmuc && v3d_qpu_writes_tmu_not_tmuc(devinfo, b)) || in qpu_compatible_peripheral_access()
736 (b->sig.wrtmuc && v3d_qpu_writes_tmu_not_tmuc(devinfo, a))) { in qpu_compatible_peripheral_access()