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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1412 bool no_gpu = usage & (PIPE_TRANSFER_PERSISTENT | local in function:iris_transfer_map
1428 no_gpu = true;
1433 no_gpu = true;
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.c1667 bool no_gpu = usage & (PIPE_MAP_PERSISTENT | local in function:crocus_transfer_map
1682 no_gpu = true;
1686 no_gpu = true;
1688 if (map_would_stall && !no_gpu) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3852 - iris: Fold a condition into no_gpu for consistency
H A D21.2.0.rst3238 - iris: Replace no_gpu flag with PIPE_MAP_DIRECTLY

Completed in 18 milliseconds