Searched refs:resource_is_busy (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_query.c192 else if (vs->vws->resource_is_busy(vs->vws, query->buf->hw_res))
H A Dvirgl_winsys.h81 boolean (*resource_is_busy)(struct virgl_winsys *vws, member in struct:virgl_winsys
H A Dvirgl_resource.c171 wait = (flush || vws->resource_is_busy(vws, res->hw_res));
215 (readback || (wait && vws->resource_is_busy(vws, res->hw_res))))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp73 resource_is_busy(struct d3d12_context *ctx, function in typeref:typename:bool
93 if (!resource_is_busy(ctx, res))
643 if (!(usage & PIPE_MAP_UNSYNCHRONIZED) && resource_is_busy(ctx, res)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c890 resource_is_busy(struct iris_context *ice, function in typeref:typename:bool
912 if (!resource_is_busy(ice, res)) {
1377 map_would_stall = resource_is_busy(ice, res);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1093 resource_is_busy(struct crocus_context *ice, function in typeref:typename:bool
1148 if (!resource_is_busy(ice, res)) {
1620 map_would_stall = resource_is_busy(ice, res) ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1713 resource_is_busy(struct iris_context *ice, function in typeref:typename:bool
1768 if (!resource_is_busy(ice, res)) {
2230 resource_is_busy(ice, res) ||
2441 resource_is_busy(ice, res) ||
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c701 vtws->base.resource_is_busy = virgl_vtest_resource_is_busy;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c1255 qdws->base.resource_is_busy = virgl_drm_resource_is_busy;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst3360 - iris: Make a resource_is_busy() helper

Completed in 54 milliseconds