Searched refs:mem_cache (Results 1 – 6 of 6) sorted by relevance
66 GList *mem_cache; member630 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()
303 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()
765 struct radv_pipeline_cache *mem_cache; member
3243 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()
1625 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()
381 struct tu_pipeline_cache *mem_cache; member