Home
last modified time | relevance | path

Searched refs:enableProtected (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp99 bool enableProtected, in SpecialDevice()
134 if (enableProtected) in SpecialDevice()
159 queueCreateInfos[0].flags = queueCreateInfos[1].flags = enableProtected ? VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT : 0; in SpecialDevice()
180 if (enableProtected) devFeatures.pNext = &memFeatures; in SpecialDevice()
202 if (enableProtected) in SpecialDevice()
94 SpecialDevice(Context& ctx, VkQueueFlagBits transitionFrom, VkQueueFlagBits transitionTo, VkQueueGlobalPriorityKHR priorityFrom, VkQueueGlobalPriorityKHR priorityTo, bool enableProtected, bool enableSparseBinding) SpecialDevice() argument
H A DvktGlobalPriorityQueueTests.cpp77 bool enableProtected; member
156 cfg.enableProtected, cfg.enableSparseBinding) in GPQInstanceBase()
174 if (m_config.enableProtected) flags |= VK_IMAGE_CREATE_PROTECTED_BIT; in createImage()
176 const MemoryRequirement memReqs = m_config.enableProtected ? MemoryRequirement::Protected : MemoryRequirement::Any; in createImage()
245 | (m_config.enableProtected ? VK_COMMAND_POOL_CREATE_PROTECTED_BIT : 0); in makeCommandPool()
340 m_config.enableProtected in submitCommands()
356 m_config.enableProtected in submitCommands()
496 if (m_config.enableProtected && (VK_FALSE == memFeatures.protectedMemory)) in checkSupport()
519 if (m_config.enableProtected) in checkSupport()
642 if (m_config.enableProtected) vertCreateFlag in iterate()
[all...]
H A DvktGlobalPriorityQueueUtils.hpp58 bool enableProtected,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp175 bool enableProtected, in SpecialDevice()
200 if (enableProtected) in SpecialDevice()
225 queueCreateInfos[0].flags = queueCreateInfos[1].flags = enableProtected ? VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT : 0; in SpecialDevice()
279 if (enableProtected) in SpecialDevice()
170 SpecialDevice(Context& ctx, VkQueueFlagBits transitionFrom, VkQueueFlagBits transitionTo, VkQueueGlobalPriorityKHR priorityFrom, VkQueueGlobalPriorityKHR priorityTo, bool enableProtected, bool enableSparseBinding) SpecialDevice() argument
H A DvktGlobalPriorityQueueTests.cpp76 bool enableProtected; member
236 cfg.enableProtected, cfg.enableSparseBinding) in GPQInstanceBase()
252 if (m_config.enableProtected) flags |= VK_IMAGE_CREATE_PROTECTED_BIT; in createImage()
543 if (m_config.enableProtected && (VK_FALSE == memFeatures.protectedMemory)) in checkSupport()
568 if (m_config.enableProtected) in checkSupport()
742 const MemoryRequirement memReqs = (m_config.enableProtected ? MemoryRequirement::Protected : MemoryRequirement::Any); in iterate()
745 if (m_config.enableProtected) buffsCreateFlags |= VK_BUFFER_CREATE_PROTECTED_BIT; in iterate()
1073 cfg.enableProtected = (mod.first & VK_QUEUE_PROTECTED_BIT) != 0; in createGlobalPriorityQueueTests()
H A DvktGlobalPriorityQueueUtils.hpp79 bool enableProtected,

Completed in 6 milliseconds