Searched refs:default_pipeline_cache (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 35 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 D | genX_pipeline.c | 1922 cache = &device->default_pipeline_cache; 2010 cache = &device->default_pipeline_cache;
|
| H A D | anv_pipeline_cache.c | 622 *user_cache_hit = cache != &device->default_pipeline_cache;
|
| H A D | anv_device.c | 2373 anv_pipeline_cache_init(&device->default_pipeline_cache, device, true); 2428 anv_pipeline_cache_finish(&device->default_pipeline_cache);
|
| H A D | anv_private.h | 1137 struct anv_pipeline_cache default_pipeline_cache; member in struct:anv_device
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 35 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 D | genX_pipeline.c | 2486 cache = &device->default_pipeline_cache; 2756 cache = &device->default_pipeline_cache; 2901 cache = &device->default_pipeline_cache;
|
| H A D | anv_pipeline.c | 2999 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 D | anv_pipeline_cache.c | 688 *user_cache_hit = cache != &device->default_pipeline_cache;
|
| H A D | anv_device.c | 3247 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 D | anv_private.h | 1201 struct anv_pipeline_cache default_pipeline_cache; member in struct:anv_device
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 1856 &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 D | v3dv_device.c | 1814 v3dv_pipeline_cache_init(&device->default_pipeline_cache, device, 0, 1841 v3dv_pipeline_cache_finish(&device->default_pipeline_cache);
|
| H A D | v3dv_private.h | 463 struct v3dv_pipeline_cache default_pipeline_cache; member in struct:v3dv_device
|
Completed in 61 milliseconds