Searched refs:iris_bo_busy (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_perf.c103 perf_cfg->vtbl.bo_busy = (bo_busy_t)iris_bo_busy;
H A Diris_bufmgr.h423 bool iris_bo_busy(struct iris_bo *bo);
H A Diris_bufmgr.c491 iris_bo_busy(struct iris_bo *bo) function in typeref:typename:bool
585 return !iris_bo_busy(bo);
854 if (iris_bo_busy(cur))
1340 if (!bo->idle && iris_bo_busy(bo))
H A Diris_resource.c1716 bool busy = iris_bo_busy(res->bo);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.h308 int iris_bo_busy(struct iris_bo *bo);
H A Diris_bufmgr.c312 iris_bo_busy(struct iris_bo *bo) function in typeref:typename:int
410 if (!iris_bo_busy(bo)) {
H A Diris_resource.c893 bool busy = iris_bo_busy(res->bo);

Completed in 14 milliseconds