Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_device_info.c150 .has_llc = true,
179 .has_llc = true,
208 .has_llc = true, \
278 .has_llc = false,
398 .has_llc = true, \
486 .has_llc = false,
539 .has_llc = false, \
974 .has_llc = false, \
Dgen_device_info.h70 bool has_llc; member
Dintel_device_info.c102 fprintf(stdout, " LLC: %u\n", devinfo.has_llc); in main()
/external/igt-gpu-tools/lib/
Dioctl_wrappers.c886 static int has_llc = -1; in gem_has_llc() local
888 if (has_llc < 0) { in gem_has_llc()
893 gp.value = &has_llc; in gem_has_llc()
895 has_llc = 0; in gem_has_llc()
900 return has_llc; in gem_has_llc()
/external/minigbm/
Di915.c50 int32_t has_llc; member
299 get_param.value = &i915->has_llc; in i915_init()
677 if (!i915->has_llc && bo->meta.tiling == I915_TILING_NONE) in i915_bo_flush()
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c175 bool has_llc:1; member
560 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
1040 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in iris_bo_map_cpu()
1184 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc) in can_map_cpu()
1846 bufmgr->has_llc = devinfo->has_llc; in iris_bufmgr_create()
Diris_screen.c367 return devinfo->has_llc; in iris_get_param()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c178 bool has_llc:1; member
672 bo->cache_coherent = bufmgr->has_llc; in bo_alloc_internal()
1099 if (!bo->cache_coherent && !bo->bufmgr->has_llc) { in brw_bo_map_cpu()
1237 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc) in can_map_cpu()
1876 bufmgr->has_llc = devinfo->has_llc; in brw_bufmgr_create()
Dintel_pixel_read.c95 if (!devinfo->has_llc || in intel_readpixels_tiled_memcpy()
Dintel_tex_image.c206 if (!devinfo->has_llc || in intel_texsubimage_tiled_memcpy()
755 if (!devinfo->has_llc || in intel_gettexsubimage_tiled_memcpy()
Dbrw_misc_state.c661 (devinfo->has_llc ? GEN9_SUBSLICE_HASHING_16x4 : in brw_emit_hashing_mode()
Dintel_batchbuffer.c137 batch->use_shadow_copy = !devinfo->has_llc; in intel_batchbuffer_init()
Dintel_mipmap_tree.c3092 if (devinfo->has_llc && in use_intel_mipree_map_blit()
/external/mesa3d/src/intel/vulkan/
Danv_wsi.c296 if (!device->info.has_llc) { in anv_QueuePresentKHR()
Danv_device.c183 if (device->info.has_llc) { in anv_physical_device_init_heaps()
395 if (!device->info.has_llc && in anv_physical_device_try_create()
2521 if (!device->info.has_llc) in anv_device_init_trivial_batch()
2579 if (!device->info.has_llc) in anv_device_init_hiz_clear_value_bo()
3845 if (!device->info.has_llc && in anv_MapMemory()
3912 if (device->info.has_llc) in anv_FlushMappedMemoryRanges()
3930 if (device->info.has_llc) in anv_InvalidateMappedMemoryRanges()
Danv_allocator.c1681 if (!device->info.has_llc) { in anv_device_alloc_bo()
Danv_batch_chain.c1585 if (!cmd_buffer->device->info.has_llc) { in setup_execbuf_for_cmd_buffer()
Danv_queue.c811 if (!device->info.has_llc) in anv_queue_submit_simple_batch()
Danv_private.h1766 if (flush && !device->info.has_llc) in write_reloc()
/external/libdrm/intel/
Dintel_bufmgr_gem.c143 unsigned int has_llc : 1; member
1656 if (!bufmgr_gem->has_llc) in drm_intel_gem_bo_map_unsynchronized()
3720 bufmgr_gem->has_llc = (IS_GEN6(bufmgr_gem->pci_device) | in drm_intel_bufmgr_gem_init()
3723 bufmgr_gem->has_llc = *gp.value; in drm_intel_bufmgr_gem_init()