Home
last modified time | relevance | path

Searched refs:VK_QUEUE_PROTECTED_BIT (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp136 flagFrom |= VK_QUEUE_PROTECTED_BIT; in SpecialDevice()
137 flagTo |= VK_QUEUE_PROTECTED_BIT; in SpecialDevice()
H A DvktGlobalPriorityQueueTests.cpp462 case VK_QUEUE_PROTECTED_BIT: s = "VK_QUEUE_PROTECTED_BIT"; break; in operator <<()
498 TCU_THROW(NotSupportedError, "Queue families with VK_QUEUE_PROTECTED_BIT not supported"); in checkSupport()
521 flagsFrom |= VK_QUEUE_PROTECTED_BIT; in checkSupport()
522 flagsTo |= VK_QUEUE_PROTECTED_BIT; in checkSupport()
922 { VK_QUEUE_PROTECTED_BIT, "protected" } in createGlobalPriorityQueueTests()
971 cfg.enableProtected = (mod.first & VK_QUEUE_PROTECTED_BIT) != 0; in createGlobalPriorityQueueTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp202 flagFrom |= VK_QUEUE_PROTECTED_BIT; in SpecialDevice()
203 flagTo |= VK_QUEUE_PROTECTED_BIT; in SpecialDevice()
H A DvktGlobalPriorityQueueTests.cpp511 case VK_QUEUE_PROTECTED_BIT: s = "VK_QUEUE_PROTECTED_BIT"; break; in operator <<()
545 TCU_THROW(NotSupportedError, "Queue families with VK_QUEUE_PROTECTED_BIT not supported"); in checkSupport()
570 flagFrom |= VK_QUEUE_PROTECTED_BIT; in checkSupport()
571 flagTo |= VK_QUEUE_PROTECTED_BIT; in checkSupport()
1023 { VK_QUEUE_PROTECTED_BIT, "protected" }, in createGlobalPriorityQueueTests()
1024 { VK_QUEUE_SPARSE_BINDING_BIT|VK_QUEUE_PROTECTED_BIT, "sparse_protected" }, in createGlobalPriorityQueueTests() local
1073 cfg.enableProtected = (mod.first & VK_QUEUE_PROTECTED_BIT) != 0; in createGlobalPriorityQueueTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2017 const VkQueueFlags requiredCaps = VK_QUEUE_PROTECTED_BIT; in createDeviceQueue2WithTwoQueuesSmokeTest()
2057 map<deUint32, VkQueueFamilyProperties> queueFamilyProperties = findQueueFamiliesWithCaps(instanceDriver, physicalDevice, VK_QUEUE_PROTECTED_BIT); in createDeviceQueue2WithAllProtectedQueues()
2157 map<deUint32, VkQueueFamilyProperties> queueFamilyProperties = findQueueFamiliesWithCaps(instanceDriver, physicalDevice, VK_QUEUE_PROTECTED_BIT); in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2217 map<deUint32, VkQueueFamilyProperties> queueFamilyProperties = findQueueFamiliesWithCaps(instanceDriver, physicalDevice, VK_QUEUE_PROTECTED_BIT); in createDeviceQueue2WithMultipleQueueCombinations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2028 const VkQueueFlags requiredCaps = VK_QUEUE_PROTECTED_BIT; in createDeviceQueue2WithTwoQueuesSmokeTest()
2068 map<deUint32, VkQueueFamilyProperties> queueFamilyProperties = findQueueFamiliesWithCaps(instanceDriver, physicalDevice, VK_QUEUE_PROTECTED_BIT); in createDeviceQueue2WithAllProtectedQueues()
2168 map<deUint32, VkQueueFamilyProperties> queueFamilyProperties = findQueueFamiliesWithCaps(instanceDriver, physicalDevice, VK_QUEUE_PROTECTED_BIT); in createDeviceQueue2WithNProtectedAndMUnprotectedQueues()
2228 map<deUint32, VkQueueFamilyProperties> queueFamilyProperties = findQueueFamiliesWithCaps(instanceDriver, physicalDevice, VK_QUEUE_PROTECTED_BIT); in createDeviceQueue2WithMultipleQueueCombinations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp96 if (prop.queueFlags & vk::VK_QUEUE_PROTECTED_BIT) in checkProtectedQueueSupport()
119 | vk::VK_QUEUE_PROTECTED_BIT in chooseProtectedMemQueueFamilyIndex()
H A DvktProtectedMemWsiSwapchainTests.cpp739 vk::VkQueueFlags requiredFlags = vk::VK_QUEUE_PROTECTED_BIT; in executeSwapchainParameterCases()
762 log << tcu::TestLog::Message << "No 2 queues with required flags (VK_QUEUE_PROTECTED_BIT) found. Skipping test case " << 2u << "/" << 2u << tcu::TestLog::EndMessage; in executeSwapchainParameterCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp96 if (prop.queueFlags & vk::VK_QUEUE_PROTECTED_BIT) in checkProtectedQueueSupport()
119 | vk::VK_QUEUE_PROTECTED_BIT in chooseProtectedMemQueueFamilyIndex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.h230 return ((mProperties.queueFlags & VK_QUEUE_PROTECTED_BIT) > 0); in supportsProtected()
H A DRendererVk.cpp1404 (VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT | VK_QUEUE_PROTECTED_BIT), 0, in initialize()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c956 ((qf[i].queueFlags) & VK_QUEUE_PROTECTED_BIT) ? " protected" : "", in setup_queue_families()
/third_party/glfw/deps/glad/
H A Dvulkan.h1077 VK_QUEUE_PROTECTED_BIT = 16, enumerator
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2039 eProtected = VK_QUEUE_PROTECTED_BIT,
H A Dvulkan_core.h2366 VK_QUEUE_PROTECTED_BIT = 0x00000010, enumerator
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1307 VK_QUEUE_PROTECTED_BIT = 0x00000010, enumerator
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h1931 VK_QUEUE_PROTECTED_BIT = 0x00000010, enumerator
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2245 VK_QUEUE_PROTECTED_BIT = 0x00000010, enumerator
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h2018 VK_QUEUE_PROTECTED_BIT = 0x00000010, enumerator
H A Dvulkan_enums.hpp2856 eProtected = VK_QUEUE_PROTECTED_BIT,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2049 VK_QUEUE_PROTECTED_BIT = 0x00000010, enumerator

Completed in 542 milliseconds