Home
last modified time | relevance | path

Searched refs:create_pipeline_cache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/
Dcache.rs121 (fns.v1_0.create_pipeline_cache)( in new_impl()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1341 pub create_pipeline_cache: PFN_vkCreatePipelineCache, field
2183 create_pipeline_cache: unsafe { in load()
2184 unsafe extern "system" fn create_pipeline_cache( in load() function
2192 stringify!(create_pipeline_cache) in load()
2199 create_pipeline_cache in load()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs2207 pub unsafe fn create_pipeline_cache( in create_pipeline_cache() method
2213 (self.device_fn_1_0.create_pipeline_cache)( in create_pipeline_cache()