Home
last modified time | relevance | path

Searched refs:protectedMemoryFeature (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1745 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in createDeviceQueue2Test() local
1755 features2.pNext = &protectedMemoryFeature; in createDeviceQueue2Test()
1758 if (protectedMemoryFeature.protectedMemory == VK_FALSE) in createDeviceQueue2Test()
1843 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in checkProtectedMemorySupport() local
1853 features2.pNext = &protectedMemoryFeature; in checkProtectedMemorySupport()
1856 if (protectedMemoryFeature.protectedMemory == VK_FALSE) in checkProtectedMemorySupport()
1886 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in createProtectedDeviceWithQueueConfig() local
1896 features2.pNext = &protectedMemoryFeature; in createProtectedDeviceWithQueueConfig()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1756 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in createDeviceQueue2Test() local
1766 features2.pNext = &protectedMemoryFeature; in createDeviceQueue2Test()
1769 if (protectedMemoryFeature.protectedMemory == VK_FALSE) in createDeviceQueue2Test()
1854 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in checkProtectedMemorySupport() local
1864 features2.pNext = &protectedMemoryFeature; in checkProtectedMemorySupport()
1867 if (protectedMemoryFeature.protectedMemory == VK_FALSE) in checkProtectedMemorySupport()
1897 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in createProtectedDeviceWithQueueConfig() local
1907 features2.pNext = &protectedMemoryFeature; in createProtectedDeviceWithQueueConfig()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp198 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in createTestDevice() local
204 pNext = &protectedMemoryFeature; in createTestDevice()
230 protMemSupported = protectedMemoryFeature.protectedMemory; in createTestDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp199 VkPhysicalDeviceProtectedMemoryFeatures protectedMemoryFeature = in createTestDevice() local
205 pNext = &protectedMemoryFeature; in createTestDevice()
229 protMemSupported = protectedMemoryFeature.protectedMemory; in createTestDevice()

Completed in 12 milliseconds