HomeSort by relevance Sort by last modified time
    Searched refs:cache_coherent (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_bufmgr.h 167 bool cache_coherent; member in struct:brw_bo
brw_bufmgr.c 410 bo->cache_coherent = bufmgr->has_llc;
722 assert(bo->cache_coherent || !(flags & MAP_WRITE));
756 if (!bo->cache_coherent && !bo->bufmgr->has_llc) {
900 if (bo->cache_coherent)
    [all...]
brw_program_cache.c 234 if (!cache->bo->cache_coherent && cpu_has_sse4_1)
intel_buffer_objects.c 347 if (!intel_obj->buffer->cache_coherent && cpu_has_sse4_1) {
brw_context.c     [all...]
intel_mipmap_tree.c     [all...]

Completed in 1152 milliseconds