Searched refs:timelineSemaphoreProperties (Results 1 – 2 of 2) sorted by relevance
93 VkPhysicalDeviceTimelineSemaphoreProperties timelineSemaphoreProperties; in getMaxTimelineSemaphoreValueDifference() local96 deMemset(&timelineSemaphoreProperties, 0, sizeof(timelineSemaphoreProperties)); in getMaxTimelineSemaphoreValueDifference()97 …timelineSemaphoreProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIE… in getMaxTimelineSemaphoreValueDifference()101 properties.pNext = &timelineSemaphoreProperties; in getMaxTimelineSemaphoreValueDifference()105 return timelineSemaphoreProperties.maxTimelineSemaphoreValueDifference; in getMaxTimelineSemaphoreValueDifference()
5130 …VkPhysicalDeviceTimelineSemaphoreProperties timelineSemaphoreProperties = initVulkanStructure… in devicePropertyExtensionsConsistencyVulkan12() local5131 extProperties = initVulkanStructure(&timelineSemaphoreProperties); in devicePropertyExtensionsConsistencyVulkan12()5255 …if ((timelineSemaphoreProperties.maxTimelineSemaphoreValueDifference != vulkan12Properties.maxTime… in devicePropertyExtensionsConsistencyVulkan12()