Searched refs:default_pipeline_cache (Results 1 – 7 of 7) sorted by relevance
290 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()
2685 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()
1059 struct vk_pipeline_cache * default_pipeline_cache; member
1851 &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()
1856 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()
579 struct v3dv_pipeline_cache default_pipeline_cache; member
137 - anv: clean up default_pipeline_cache in anv_device