Searched refs:get_semaphore_counter_value (Results 1 – 3 of 3) sorted by relevance
24 pub unsafe fn get_semaphore_counter_value(&self, semaphore: vk::Semaphore) -> VkResult<u64> { in get_semaphore_counter_value() method
4331 pub get_semaphore_counter_value: crate::vk::PFN_vkGetSemaphoreCounterValue, field4483 get_semaphore_counter_value: unsafe { in load()4484 unsafe extern "system" fn get_semaphore_counter_value( in load() function4491 stringify!(get_semaphore_counter_value) in load()4499 get_semaphore_counter_value in load()
657 pub unsafe fn get_semaphore_counter_value(&self, semaphore: vk::Semaphore) -> VkResult<u64> { in get_semaphore_counter_value() method659 (self.device_fn_1_2.get_semaphore_counter_value)(self.handle(), semaphore, &mut value) in get_semaphore_counter_value()