Home
last modified time | relevance | path

Searched refs:timelineSemaphoreFeatures (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp400 …VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_D… in basicMultiQueueCase() local
408 addToChainVulkanStructure(&nextPtr, timelineSemaphoreFeatures); in basicMultiQueueCase()
DvktSynchronizationOperationMultiQueueTests.cpp145 …VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_D… in MultiQueues() local
153 addToChainVulkanStructure(&nextPtr, timelineSemaphoreFeatures); in MultiQueues()
DvktSynchronizationCrossInstanceSharingTests.cpp339 …VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_… in createTestDevice() local
371 addToChainVulkanStructure(&nextPtr, timelineSemaphoreFeatures); in createTestDevice()
DvktSynchronizationSmokeTests.cpp121 …VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_… in createTestDevice() local
154 addToChainVulkanStructure(&nextPtr, timelineSemaphoreFeatures); in createTestDevice()
DvktSynchronizationTimelineSemaphoreTests.cpp1287 …VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_… in createTestDevice() local
1288 …sicalFeatures { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2, &timelineSemaphoreFeatures, context… in createTestDevice()
1289 void** nextPtr = &timelineSemaphoreFeatures.pNext; in createTestDevice()
DvktSynchronizationSignalOrderTests.cpp106 …VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures { VK_STRUCTURE_TYPE_PHYSICAL_D… in createTestDevice() local
113 addToChainVulkanStructure(&nextPtr, timelineSemaphoreFeatures); in createTestDevice()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1599 VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate() local
1672 …FEATURE_TABLE_ITEM(vulkan12Features, timelineSemaphoreFeatures, timelineSemaphore, "VK_… in featureBitInfluenceOnDeviceCreate()
4937 …VkPhysicalDeviceTimelineSemaphoreFeatures timelineSemaphoreFeatures = initVulkanStructure(&ho… in deviceFeatureExtensionsConsistencyVulkan12() local
4938 …AddressFeatures bufferDeviceAddressFeatures = initVulkanStructure(&timelineSemaphoreFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
4961 log << TestLog::Message << timelineSemaphoreFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()
5075 if (( timelineSemaphoreFeatures.timelineSemaphore != vulkan12Features.timelineSemaphore )) in deviceFeatureExtensionsConsistencyVulkan12()