Searched refs:protectedQueueConfig (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 2036 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 D | vktApiDeviceInitializationTests.cpp | 2047 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