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

  /external/mesa3d/src/intel/common/
gen_device_info.h 59 bool has_llc; member in struct:gen_device_info
gen_device_info.c 85 .has_llc = true,
112 .has_llc = true,
139 .has_llc = true, \
205 .has_llc = false,
319 .has_llc = true, \
401 .has_llc = false,
453 .has_llc = false, \
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_bufmgr.c 119 bool has_llc:1; member in struct:brw_bufmgr
410 bo->cache_coherent = bufmgr->has_llc;
756 if (!bo->cache_coherent && !bo->bufmgr->has_llc) {
908 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc)
    [all...]
intel_pixel_read.c 97 if (!devinfo->has_llc ||
intel_tex_image.c 207 if (!devinfo->has_llc ||
656 if (!devinfo->has_llc ||
intel_batchbuffer.c 86 batch->use_shadow_copy = !devinfo->has_llc;
    [all...]
intel_mipmap_tree.c     [all...]
  /external/minigbm/
i915.c 39 int32_t has_llc; member in struct:i915_device
296 get_param.value = &i915->has_llc;
540 if (!i915->has_llc && bo->tiling == I915_TILING_NONE)
  /external/mesa3d/src/intel/vulkan/
genX_blorp_exec.c 169 if (!device->info.has_llc)
anv_device.c 182 if (device->info.has_llc) {
350 if (!device->info.has_llc &&
    [all...]
anv_batch_chain.c 909 if (!primary->device->info.has_llc) {
    [all...]
anv_queue.c 75 if (!device->info.has_llc)
    [all...]
anv_allocator.c 367 if (!pool->device->info.has_llc) {
    [all...]
anv_private.h     [all...]
  /external/libdrm/intel/
intel_bufmgr_gem.c 143 unsigned int has_llc : 1; member in struct:_drm_intel_bufmgr_gem
    [all...]

Completed in 560 milliseconds