Searched refs:map_would_stall (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1363 bool map_would_stall = false; local in function:iris_transfer_map
1377 map_would_stall = resource_is_busy(ice, res);
1379 if (map_would_stall && (usage & PIPE_TRANSFER_DONTBLOCK) &&
1435 if ((map_would_stall || res->aux.usage == ISL_AUX_USAGE_CCS_E) && !no_gpu) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1617 bool map_would_stall = false; local in function:crocus_transfer_map
1620 map_would_stall = resource_is_busy(ice, res) ||
1624 if (map_would_stall && (usage & PIPE_MAP_DONTBLOCK) &&
1688 if (map_would_stall && !no_gpu) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c2226 bool map_would_stall = false; local in function:iris_transfer_map
2229 map_would_stall =
2233 if (map_would_stall && (usage & PIPE_MAP_DONTBLOCK) &&
2288 if (!map_would_stall &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3856 - iris: Better determine map_would_stall for Z/S

Completed in 16 milliseconds