Home
last modified time | relevance | path

Searched refs:has_llc (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_device_info.c173 .has_llc = true,
204 .has_llc = true,
234 .has_llc = true, \
306 .has_llc = false,
426 .has_llc = true, \
517 .has_llc = false,
572 .has_llc = false, \
1047 .has_llc = false, \
1064 .has_llc = false, \
Dintel_device_info.h121 bool has_llc; member
Dintel_dev_info.c164 fprintf(stdout, " LLC: %u\n", devinfo.has_llc); in main()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c161 bool has_llc:1; member
428 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
879 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in crocus_bo_map_cpu()
1027 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc) in can_map_cpu()
1659 bufmgr->has_llc = devinfo->has_llc; in crocus_bufmgr_create()
Dcrocus_screen.c374 return devinfo->has_llc; in crocus_get_param()
Dcrocus_batch.c222 batch->use_shadow_copy = !devinfo->has_llc; in crocus_init_batch()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c234 bool has_llc:1; member
1083 bool is_coherent = bufmgr->has_llc || in iris_bo_alloc()
1146 !bufmgr->has_llc && bufmgr->vram.size == 0) { in iris_bo_alloc()
2411 bufmgr->has_llc = devinfo->has_llc; in iris_bufmgr_create()
Diris_screen.c378 return devinfo->has_llc; in iris_get_param()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c142 unsigned int has_llc : 1; member
1614 if (!bufmgr_gem->has_llc) in drm_intel_gem_bo_map_unsynchronized()
1752 if (bufmgr_gem->has_llc || is_cache_coherent(bo)) { in mmap_read()
3648 bufmgr_gem->has_llc = (IS_GEN6(bufmgr_gem->pci_device) | in drm_intel_bufmgr_gem_init()
3651 bufmgr_gem->has_llc = *gp.value; in drm_intel_bufmgr_gem_init()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c478 } else if (device->info.has_llc) { in anv_physical_device_init_heaps()
831 if (!device->info.has_llc && in anv_physical_device_try_create()
4192 if (!device->info.has_llc && in anv_MapMemory()
Danv_allocator.c1765 if (!device->info.has_llc) { in anv_device_alloc_bo()