Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h167 bool cache_coherent; member
Dbrw_bufmgr.c410 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
722 assert(bo->cache_coherent || !(flags & MAP_WRITE)); in brw_bo_map_cpu()
756 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in brw_bo_map_cpu()
900 if (bo->cache_coherent) in can_map_cpu()
Dbrw_program_cache.c234 if (!cache->bo->cache_coherent && cpu_has_sse4_1) in brw_cache_new_bo()
Dintel_buffer_objects.c347 if (!intel_obj->buffer->cache_coherent && cpu_has_sse4_1) { in brw_get_buffer_subdata()
Dbrw_context.c1610 bo->cache_coherent = false; in intel_process_dri2_buffer()
Dintel_mipmap_tree.c1099 image->bo->cache_coherent = false; in intel_miptree_create_for_dri_image()