Searched refs:default_pipeline_cache (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_blorp.c35 assert(device->default_pipeline_cache.cache);
38 anv_pipeline_cache_search(&device->default_pipeline_cache, key, key_size);
65 assert(device->default_pipeline_cache.cache);
73 anv_pipeline_cache_upload_kernel(&device->default_pipeline_cache,
H A DgenX_pipeline.c1922 cache = &device->default_pipeline_cache;
2010 cache = &device->default_pipeline_cache;
H A Danv_pipeline_cache.c622 *user_cache_hit = cache != &device->default_pipeline_cache;
H A Danv_device.c2373 anv_pipeline_cache_init(&device->default_pipeline_cache, device, true);
2428 anv_pipeline_cache_finish(&device->default_pipeline_cache);
H A Danv_private.h1137 struct anv_pipeline_cache default_pipeline_cache; member in struct:anv_device
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_blorp.c35 assert(device->default_pipeline_cache.cache);
38 anv_pipeline_cache_search(&device->default_pipeline_cache, key, key_size);
65 assert(device->default_pipeline_cache.cache);
73 anv_pipeline_cache_upload_kernel(&device->default_pipeline_cache, stage,
H A DgenX_pipeline.c2486 cache = &device->default_pipeline_cache;
2756 cache = &device->default_pipeline_cache;
2901 cache = &device->default_pipeline_cache;
H A Danv_pipeline.c2999 anv_device_search_for_kernel(device, &device->default_pipeline_cache,
3029 anv_device_upload_kernel(device, &device->default_pipeline_cache,
3051 anv_device_search_for_kernel(device, &device->default_pipeline_cache,
3072 anv_device_upload_kernel(device, &device->default_pipeline_cache,
H A Danv_pipeline_cache.c688 *user_cache_hit = cache != &device->default_pipeline_cache;
H A Danv_device.c3247 anv_pipeline_cache_init(&device->default_pipeline_cache, device,
3265 anv_pipeline_cache_finish(&device->default_pipeline_cache);
3331 anv_pipeline_cache_finish(&device->default_pipeline_cache);
H A Danv_private.h1201 struct anv_pipeline_cache default_pipeline_cache; member in struct:anv_device
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1856 &pipeline->device->default_pipeline_cache;
2519 if (cache_hit && cache != &pipeline->device->default_pipeline_cache)
3050 cache = &device->default_pipeline_cache;
3193 if (cache_hit && cache != &pipeline->device->default_pipeline_cache)
3286 cache = &device->default_pipeline_cache;
H A Dv3dv_device.c1814 v3dv_pipeline_cache_init(&device->default_pipeline_cache, device, 0,
1841 v3dv_pipeline_cache_finish(&device->default_pipeline_cache);
H A Dv3dv_private.h463 struct v3dv_pipeline_cache default_pipeline_cache; member in struct:v3dv_device

Completed in 61 milliseconds