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

/xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/
H A Dqpu_instr.h458 bool v3d_qpu_writes_tmu_not_tmuc(const struct v3d_device_info *devinfo,
H A Dqpu_instr.c712 v3d_qpu_writes_tmu_not_tmuc(const struct v3d_device_info *devinfo, function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_schedule.c735 if ((a->sig.wrtmuc && v3d_qpu_writes_tmu_not_tmuc(devinfo, b)) ||
736 (b->sig.wrtmuc && v3d_qpu_writes_tmu_not_tmuc(devinfo, a))) {

Completed in 7 milliseconds