Searched refs:enableSparseBinding (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 78 bool enableSparseBinding; member 156 cfg.enableProtected, cfg.enableSparseBinding) in GPQInstanceBase() 175 if (m_config.enableSparseBinding) flags |= (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT); in createImage() 502 if (m_config.enableSparseBinding && (VK_FALSE == sparseEnabled)) in checkSupport() 524 if (m_config.enableSparseBinding) in checkSupport() 643 if (m_config.enableSparseBinding) vertCreateFlags |= VK_BUFFER_CREATE_SPARSE_BINDING_BIT; in iterate() 786 if (m_config.enableSparseBinding) vertCreateFlags |= VK_BUFFER_CREATE_SPARSE_BINDING_BIT; in iterate() 972 cfg.enableSparseBinding = (mod.first & VK_QUEUE_SPARSE_BINDING_BIT) != 0; in createGlobalPriorityQueueTests()
|
H A D | vktGlobalPriorityQueueUtils.hpp | 59 bool enableSparseBinding);
|
H A D | vktGlobalPriorityQueueUtils.cpp | 100 bool enableSparseBinding) in SpecialDevice() 139 if (enableSparseBinding) in SpecialDevice() 94 SpecialDevice(Context& ctx, VkQueueFlagBits transitionFrom, VkQueueFlagBits transitionTo, VkQueueGlobalPriorityKHR priorityFrom, VkQueueGlobalPriorityKHR priorityTo, bool enableProtected, bool enableSparseBinding) SpecialDevice() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 77 bool enableSparseBinding; member 236 cfg.enableProtected, cfg.enableSparseBinding) in GPQInstanceBase() 253 if (m_config.enableSparseBinding) flags |= (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT); in createImage() 549 if (m_config.enableSparseBinding && (VK_FALSE == sparseEnabled)) in checkSupport() 573 if (m_config.enableSparseBinding) in checkSupport() 746 if (m_config.enableSparseBinding) buffsCreateFlags |= VK_BUFFER_CREATE_SPARSE_BINDING_BIT; in iterate() 1074 cfg.enableSparseBinding = (mod.first & VK_QUEUE_SPARSE_BINDING_BIT) != 0; in createGlobalPriorityQueueTests()
|
H A D | vktGlobalPriorityQueueUtils.hpp | 80 bool enableSparseBinding);
|
H A D | vktGlobalPriorityQueueUtils.cpp | 176 bool enableSparseBinding) in SpecialDevice() 205 if (enableSparseBinding) in SpecialDevice() 170 SpecialDevice(Context& ctx, VkQueueFlagBits transitionFrom, VkQueueFlagBits transitionTo, VkQueueGlobalPriorityKHR priorityFrom, VkQueueGlobalPriorityKHR priorityTo, bool enableProtected, bool enableSparseBinding) SpecialDevice() argument
|
Completed in 6 milliseconds