Home
last modified time | relevance | path

Searched refs:cache_coherent (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A 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()
H A Dcrocus_bufmgr.h137 bool cache_coherent; member

Completed in 4 milliseconds