Home
last modified time | relevance | path

Searched defs:external_semaphore_properties (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Dsemaphore.rs86 let external_semaphore_properties = unsafe { in validate_new() localVariable
263 let external_semaphore_properties = unsafe { in validate_export_fd() localVariable
407 let external_semaphore_properties = unsafe { in validate_export_win32_handle() localVariable
533 let external_semaphore_properties = unsafe { in validate_export_zircon_handle() localVariable
/aosp_15_r20/frameworks/native/vulkan/vkjson/
H A Dvkjson_instance.cc243 VkExternalSemaphoreProperties external_semaphore_properties = {}; in VkJsonGetDevice() local
H A Dvkjson.h145 external_semaphore_properties; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs82 external_semaphore_properties: OnceCache<ExternalSemaphoreInfo, ExternalSemaphoreProperties>, field
714 pub fn external_semaphore_properties( in external_semaphore_properties() method
776 let mut external_semaphore_properties = in external_semaphore_properties_unchecked() localVariable