Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c560 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
570 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) { in bo_alloc_internal()
576 bo->cache_coherent = true; in bo_alloc_internal()
655 bo->cache_coherent = true; in iris_bo_create_userptr()
1014 assert(bo->cache_coherent || !(flags & MAP_WRITE)); in iris_bo_map_cpu()
1040 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in iris_bo_map_cpu()
1176 if (bo->cache_coherent) in can_map_cpu()
1476 bo->cache_coherent = false; in iris_bo_make_external_locked()
Diris_bufmgr.h234 bool cache_coherent; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h203 bool cache_coherent; member
Dbrw_bufmgr.c672 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
1076 assert(bo->cache_coherent || !(flags & MAP_WRITE)); in brw_bo_map_cpu()
1099 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in brw_bo_map_cpu()
1229 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()
Dintel_buffer_objects.c349 if (!intel_obj->buffer->cache_coherent && cpu_has_sse4_1) { in brw_get_buffer_subdata()
Dbrw_context.c1736 bo->cache_coherent = false; in intel_process_dri2_buffer()
Dintel_mipmap_tree.c891 image->bo->cache_coherent = false; in intel_miptree_create_for_dri_image()