Home
last modified time | relevance | path

Searched refs:cache_coherent (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c428 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
435 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) { in bo_alloc_internal()
441 bo->cache_coherent = true; in bo_alloc_internal()
509 bo->cache_coherent = true; in crocus_bo_create_userptr()
852 assert(bo->cache_coherent || !(flags & MAP_WRITE)); in crocus_bo_map_cpu()
879 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in crocus_bo_map_cpu()
1019 if (bo->cache_coherent) in can_map_cpu()
Dcrocus_bufmgr.h137 bool cache_coherent; member
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3257 - iris: Delete unused bo->cache_coherent flag