Home
last modified time | relevance | path

Searched refs:timelineSemaphoreProperties (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp93 VkPhysicalDeviceTimelineSemaphoreProperties timelineSemaphoreProperties; in getMaxTimelineSemaphoreValueDifference() local
96 deMemset(&timelineSemaphoreProperties, 0, sizeof(timelineSemaphoreProperties)); in getMaxTimelineSemaphoreValueDifference()
97timelineSemaphoreProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIE… in getMaxTimelineSemaphoreValueDifference()
101 properties.pNext = &timelineSemaphoreProperties; in getMaxTimelineSemaphoreValueDifference()
105 return timelineSemaphoreProperties.maxTimelineSemaphoreValueDifference; in getMaxTimelineSemaphoreValueDifference()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp5130 …VkPhysicalDeviceTimelineSemaphoreProperties timelineSemaphoreProperties = initVulkanStructure… in devicePropertyExtensionsConsistencyVulkan12() local
5131 extProperties = initVulkanStructure(&timelineSemaphoreProperties); in devicePropertyExtensionsConsistencyVulkan12()
5255 …if ((timelineSemaphoreProperties.maxTimelineSemaphoreValueDifference != vulkan12Properties.maxTime… in devicePropertyExtensionsConsistencyVulkan12()