Searched refs:pipeline_cache (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/compute/common/vk/ |
D | cache_vk.c | 31 VkPipelineCache * pipeline_cache) in vk_pipeline_cache_create() argument 68 pipeline_cache)); in vk_pipeline_cache_create() 83 VkPipelineCache pipeline_cache) in vk_pipeline_cache_destroy() argument 87 vkGetPipelineCacheData(device,pipeline_cache,&data_size,NULL); in vk_pipeline_cache_destroy() 93 vkGetPipelineCacheData(device,pipeline_cache,&data_size,data); in vk_pipeline_cache_destroy() 106 vkDestroyPipelineCache(device,pipeline_cache,allocator); in vk_pipeline_cache_destroy()
|
D | cache_vk.h | 25 VkPipelineCache * pipeline_cache); 31 VkPipelineCache pipeline_cache);
|
/external/skqp/src/compute/hs/vk/ |
D | hs_vk.h | 39 VkPipelineCache pipeline_cache);
|
D | hs_vk.c | 824 VkPipelineCache pipeline_cache) in hs_vk_create() argument 1006 pipeline_cache, in hs_vk_create()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 625 VkPipelineCache pipeline_cache; in main() local 627 vk_pipeline_cache_create(device,NULL,".vk_cache",&pipeline_cache); in main() 661 pipeline_cache); in main() 1184 vk_pipeline_cache_destroy(device,NULL,".vk_cache",pipeline_cache); in main()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 2529 ANV_FROM_HANDLE(anv_pipeline_cache, pipeline_cache, pipelineCache); 2536 pipeline_cache, 2568 ANV_FROM_HANDLE(anv_pipeline_cache, pipeline_cache, pipelineCache); 2574 VkResult res = compute_pipeline_create(_device, pipeline_cache,
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 320 - v3dv/pipeline_cache: bare basic support for pipeline cache 321 - v3dv/pipeline_cache: cache nir shaders 323 - v3dv/pipeline_cache: cache v3dv_shader_variants 324 - v3dv/pipeline_cache: support to serialize/deserialize cached NIRs 325 - v3dv/pipeline_cache: MergePipelineCaches implementation 327 - v3dv/pipeline_cache: add default pipeline cache 357 - v3dv/pipeline_cache: set a max size for the pipeline cache 358 - v3dv/pipeline_cache: extend pipeline cache envvar
|
D | 19.0.0.rst | 1125 - anv/pipeline_cache: fix incorrect guards for NIR cache 1126 - anv/pipeline_cache: free NIR shader cache 1348 - anv/pipeline_cache: Add support for caching NIR
|