Searched refs:has_llc (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/intel/dev/ |
D | gen_device_info.c | 150 .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, \
|
D | gen_device_info.h | 70 bool has_llc; member
|
D | intel_device_info.c | 102 fprintf(stdout, " LLC: %u\n", devinfo.has_llc); in main()
|
/external/igt-gpu-tools/lib/ |
D | ioctl_wrappers.c | 886 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/ |
D | i915.c | 50 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/ |
D | iris_bufmgr.c | 175 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()
|
D | iris_screen.c | 367 return devinfo->has_llc; in iris_get_param()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 178 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()
|
D | intel_pixel_read.c | 95 if (!devinfo->has_llc || in intel_readpixels_tiled_memcpy()
|
D | intel_tex_image.c | 206 if (!devinfo->has_llc || in intel_texsubimage_tiled_memcpy() 755 if (!devinfo->has_llc || in intel_gettexsubimage_tiled_memcpy()
|
D | brw_misc_state.c | 661 (devinfo->has_llc ? GEN9_SUBSLICE_HASHING_16x4 : in brw_emit_hashing_mode()
|
D | intel_batchbuffer.c | 137 batch->use_shadow_copy = !devinfo->has_llc; in intel_batchbuffer_init()
|
D | intel_mipmap_tree.c | 3092 if (devinfo->has_llc && in use_intel_mipree_map_blit()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_wsi.c | 296 if (!device->info.has_llc) { in anv_QueuePresentKHR()
|
D | anv_device.c | 183 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()
|
D | anv_allocator.c | 1681 if (!device->info.has_llc) { in anv_device_alloc_bo()
|
D | anv_batch_chain.c | 1585 if (!cmd_buffer->device->info.has_llc) { in setup_execbuf_for_cmd_buffer()
|
D | anv_queue.c | 811 if (!device->info.has_llc) in anv_queue_submit_simple_batch()
|
D | anv_private.h | 1766 if (flush && !device->info.has_llc) in write_reloc()
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 143 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()
|