Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c429 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
433 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) { in bo_alloc_internal()
439 bo->cache_coherent = true; in bo_alloc_internal()
507 bo->cache_coherent = true; in crocus_bo_create_userptr()
850 assert(bo->cache_coherent || !(flags & MAP_WRITE)); in crocus_bo_map_cpu()
877 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in crocus_bo_map_cpu()
1014 if (bo->cache_coherent) in can_map_cpu()
Dcrocus_bufmgr.h137 bool cache_coherent; member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h203 bool cache_coherent; member
Dbrw_bufmgr.c678 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
1081 assert(bo->cache_coherent || !(flags & MAP_WRITE)); in brw_bo_map_cpu()
1104 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in brw_bo_map_cpu()
1234 if (bo->cache_coherent) in can_map_cpu()
Dbrw_program_cache.c222 if (!cache->bo->cache_coherent && cpu_has_sse4_1) in brw_cache_new_bo()
Dbrw_buffer_objects.c382 if (!intel_obj->buffer->cache_coherent && cpu_has_sse4_1) { in brw_get_buffer_subdata()
Dbrw_context.c1787 bo->cache_coherent = false; in brw_process_dri2_buffer()
Dbrw_mipmap_tree.c891 image->bo->cache_coherent = false; in brw_miptree_create_for_dri_image()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3257 - iris: Delete unused bo->cache_coherent flag