Home
last modified time | relevance | path

Searched refs:protectedQueueConfig (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2036 const QueueCreationInfo protectedQueueConfig = { queueFamilyIndex, VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT, 1 }; in createDeviceQueue2WithTwoQueuesSmokeTest() local
2040 const std::vector<QueueCreationInfo> testCombination = { protectedQueueConfig, unprotectedQueueConfig }; in createDeviceQueue2WithTwoQueuesSmokeTest()
2068 const QueueCreationInfo protectedQueueConfig = { queueFamilyIndex, VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT, queueCount }; in createDeviceQueue2WithAllProtectedQueues() local
2069 const vector<QueueCreationInfo> testCombination = { protectedQueueConfig }; in createDeviceQueue2WithAllProtectedQueues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2047 const QueueCreationInfo protectedQueueConfig = { queueFamilyIndex, VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT, 1 }; in createDeviceQueue2WithTwoQueuesSmokeTest() local
2051 const std::vector<QueueCreationInfo> testCombination = { protectedQueueConfig, unprotectedQueueConfig }; in createDeviceQueue2WithTwoQueuesSmokeTest()
2079 const QueueCreationInfo protectedQueueConfig = { queueFamilyIndex, VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT, queueCount }; in createDeviceQueue2WithAllProtectedQueues() local
2080 const vector<QueueCreationInfo> testCombination = { protectedQueueConfig }; in createDeviceQueue2WithAllProtectedQueues()

Completed in 15 milliseconds