Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Dtimeline_semaphore.rs8 pub struct TimelineSemaphore { struct
10 fp: vk::KhrTimelineSemaphoreFn, argument
13 impl TimelineSemaphore { impl
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkTimelineSemaphore.cpp25 TimelineSemaphore::TimelineSemaphore(const VkSemaphoreCreateInfo *pCreateInfo, void *mem, const VkA… in TimelineSemaphore() function in vk::TimelineSemaphore
34 TimelineSemaphore::TimelineSemaphore() in TimelineSemaphore() function in vk::TimelineSemaphore
H A DVkTimelineSemaphore.hpp39 class TimelineSemaphore : public Semaphore, public Object<TimelineSemaphore, VkSemaphore> class