Home
last modified time | relevance | path

Searched refs:default_pipeline_cache (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline_cache.c290 cache = device->default_pipeline_cache; in anv_device_search_for_kernel()
298 cache != device->default_pipeline_cache; in anv_device_search_for_kernel()
321 cache = device->default_pipeline_cache; in anv_device_upload_kernel()
349 cache = device->default_pipeline_cache; in anv_device_search_for_nir()
362 cache = device->default_pipeline_cache; in anv_device_upload_nir()
H A Danv_device.c2685 device->default_pipeline_cache = in anv_CreateDevice()
2687 if (!device->default_pipeline_cache) { in anv_CreateDevice()
2722 vk_pipeline_cache_destroy(device->default_pipeline_cache, NULL); in anv_CreateDevice()
2784 vk_pipeline_cache_destroy(device->default_pipeline_cache, NULL); in anv_DestroyDevice()
H A Danv_private.h1059 struct vk_pipeline_cache * default_pipeline_cache; member
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1851 &pipeline->device->default_pipeline_cache; in pipeline_stage_get_nir()
2514 if (cache_hit && cache != &pipeline->device->default_pipeline_cache) in pipeline_compile_graphics()
3028 cache = &device->default_pipeline_cache; in graphics_pipeline_create()
3188 if (cache_hit && cache != &pipeline->device->default_pipeline_cache) in pipeline_compile_compute()
3293 cache = &device->default_pipeline_cache; in compute_pipeline_create()
H A Dv3dv_device.c1856 v3dv_pipeline_cache_init(&device->default_pipeline_cache, device, 0, in v3dv_CreateDevice()
1888 v3dv_pipeline_cache_finish(&device->default_pipeline_cache); in v3dv_CreateDevice()
1912 v3dv_pipeline_cache_finish(&device->default_pipeline_cache); in v3dv_DestroyDevice()
H A Dv3dv_private.h579 struct v3dv_pipeline_cache default_pipeline_cache; member
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.2.0.rst137 - anv: clean up default_pipeline_cache in anv_device