Home
last modified time | relevance | path

Searched refs:pipeline_cache (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/compute/hs/vk/
Dhs_vk.h39 VkPipelineCache pipeline_cache);
Dhs_vk.c824 VkPipelineCache pipeline_cache) in hs_vk_create() argument
1006 pipeline_cache, in hs_vk_create()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c625 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/
DgenX_pipeline.c2529 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/
D20.3.0.rst320 - 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
D19.0.0.rst1125 - 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