Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/runtime/
Dvk_texcompress_etc2.h25 VkPipelineCache pipeline_cache; member
Dvk_texcompress_astc.c421 VkPipelineCache pipeline_cache, VkFormat format) in create_astc_decode_pipeline()
488 … struct vk_texcompress_astc_state *astc, VkPipelineCache pipeline_cache, in vk_texcompress_astc_get_decode_pipeline()
587 VkPipelineCache pipeline_cache, in vk_texcompress_astc_init()
/external/virglrenderer/src/venus/
Dvkr_common.h122 VkPipelineCache pipeline_cache; member
/external/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c720 …_shader_object *objs, unsigned stage_mask, VkPipelineLayout layout, VkPipelineCache pipeline_cache) in create_gfx_pipeline_library()
Dzink_types.h1017 VkPipelineCache pipeline_cache; member
/external/rust/crates/ash/src/
Ddevice.rs2212 let mut pipeline_cache = mem::zeroed(); in create_pipeline_cache() localVariable