Home
last modified time | relevance | path

Searched defs:destroy_sampler_ycbcr_conversion (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sampler/
Dycbcr.rs484 let destroy_sampler_ycbcr_conversion = if self.device.api_version() >= Version::V1_1 { in drop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs3963 pub destroy_sampler_ycbcr_conversion: crate::vk::PFN_vkDestroySamplerYcbcrConversion, field
4189 unsafe extern "system" fn destroy_sampler_ycbcr_conversion( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs884 pub unsafe fn destroy_sampler_ycbcr_conversion( in destroy_sampler_ycbcr_conversion() method