Home
last modified time | relevance | path

Searched refs:mem_cache (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c66 GList *mem_cache; member
630 alloc->priv->mem_cache = g_list_remove (alloc->priv->mem_cache, obj); in cached_kmsmem_disposed_cb()
642 iter = alloc->priv->mem_cache; in gst_kms_allocator_clear_cache()
652 g_list_free (alloc->priv->mem_cache); in gst_kms_allocator_clear_cache()
653 alloc->priv->mem_cache = NULL; in gst_kms_allocator_clear_cache()
668 alloc->priv->mem_cache = g_list_prepend (alloc->priv->mem_cache, mem); in gst_kms_allocator_cache()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c303 cache = device->mem_cache; in radv_create_shader_variants_from_pipeline_cache()
345 cache != device->mem_cache) in radv_create_shader_variants_from_pipeline_cache()
374 if (device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE && cache == device->mem_cache) in radv_create_shader_variants_from_pipeline_cache()
394 cache = device->mem_cache; in radv_pipeline_cache_insert_shaders()
474 if (device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE && cache == device->mem_cache) { in radv_pipeline_cache_insert_shaders()
Dradv_private.h765 struct radv_pipeline_cache *mem_cache; member
Dradv_device.c3243 device->mem_cache = radv_pipeline_cache_from_handle(pc); in radv_CreateDevice()
3324 VkPipelineCache pc = radv_pipeline_cache_to_handle(device->mem_cache); in radv_DestroyDevice()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1625 device->mem_cache = tu_pipeline_cache_from_handle(pc); in tu_CreateDevice()
1699 VkPipelineCache pc = tu_pipeline_cache_to_handle(device->mem_cache); in tu_DestroyDevice()
Dtu_private.h381 struct tu_pipeline_cache *mem_cache; member