Searched refs:cache_coherent (Results 1 – 9 of 9) sorted by relevance
429 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()
137 bool cache_coherent; member
203 bool cache_coherent; member
678 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()
222 if (!cache->bo->cache_coherent && cpu_has_sse4_1) in brw_cache_new_bo()
382 if (!intel_obj->buffer->cache_coherent && cpu_has_sse4_1) { in brw_get_buffer_subdata()
1787 bo->cache_coherent = false; in brw_process_dri2_buffer()
891 image->bo->cache_coherent = false; in brw_miptree_create_for_dri_image()
3257 - iris: Delete unused bo->cache_coherent flag