Home
last modified time | relevance | path

Searched refs:sparseBinding (Results 1 – 25 of 64) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp267 …const deUint32 numQueues = (enabledFeatures.features.sparseBinding && (queueIndex != sparseQueu… in createDefaultDevice()
531 …, m_sparseQueueFamilyIndex (m_deviceFeatures.getCoreFeatures2().features.sparseBinding ? findQue… in DefaultDevice()
560 if (!m_deviceFeatures.getCoreFeatures2().features.sparseBinding) in getSparseQueue()
830 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SPARSE_BINDING , sparseBinding ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.cpp267 …const deUint32 numQueues = (enabledFeatures.features.sparseBinding && (queueIndex != sparseQueu… in createDefaultDevice()
531 …, m_sparseQueueFamilyIndex (m_deviceFeatures.getCoreFeatures2().features.sparseBinding ? findQue… in DefaultDevice()
560 if (!m_deviceFeatures.getCoreFeatures2().features.sparseBinding) in getSparseQueue()
830 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SPARSE_BINDING , sparseBinding ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktSafetyCriticalApiTests.cpp213 if (context.getDeviceFeatures().sparseBinding != VK_FALSE) in forbiddenDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktSafetyCriticalApiTests.cpp213 if (context.getDeviceFeatures().sparseBinding != VK_FALSE) in forbiddenDeviceFeatures()
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc192 features->sparseBinding = VK_TRUE; in NamesToVulkanFeatures()
457 if (available_features.sparseBinding == VK_FALSE && in AreAllRequiredFeaturesSupported()
458 required_features.sparseBinding == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferTests.cpp147 …((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkSupport()
762 if ((params.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkMaintenance4Support()
DvktApiBufferMemoryRequirementsTests.cpp404 … (createBits.contains(VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && (VK_FALSE == features.sparseBinding)) in checkSupport()
DvktApiFeatureInfo.cpp277 { LIMIT(sparseAddressSpaceSize), FEATURE(sparseBinding), 0, 0, 0, 0.0f }, in validateFeatureLimits()
752 …{ PN(features.sparseBinding), PN(limits.sparseAddressSpaceSize), LIM_MIN_DEVSIZ… in validateLimits12()
2726 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, sparseBinding), in deviceFeatures()
4151 if (deviceFeatures.sparseBinding) in getValidImageCreateFlags()
4203 …DE_ASSERT(deviceFeatures.sparseBinding || (createFlags & (VK_IMAGE_CREATE_SPARSE_BINDING_BIT|VK_IM… in isRequiredImageParameterCombination()
6591 if (!context.getDeviceFeatures().sparseBinding) in sparseImageFormatProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp147 …((m_testCase.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkSupport()
762 if ((params.flags & VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && !physicalDeviceFeatures.sparseBinding) in checkMaintenance4Support()
DvktApiBufferMemoryRequirementsTests.cpp404 … (createBits.contains(VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && (VK_FALSE == features.sparseBinding)) in checkSupport()
DvktApiFeatureInfo.cpp277 { LIMIT(sparseAddressSpaceSize), FEATURE(sparseBinding), 0, 0, 0, 0.0f }, in validateFeatureLimits()
752 …{ PN(features.sparseBinding), PN(limits.sparseAddressSpaceSize), LIM_MIN_DEVSIZ… in validateLimits12()
2726 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, sparseBinding), in deviceFeatures()
4151 if (deviceFeatures.sparseBinding) in getValidImageCreateFlags()
4203 …DE_ASSERT(deviceFeatures.sparseBinding || (createFlags & (VK_IMAGE_CREATE_SPARSE_BINDING_BIT|VK_IM… in isRequiredImageParameterCombination()
6591 if (!context.getDeviceFeatures().sparseBinding) in sparseImageFormatProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp104 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, sparseBinding) in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp410 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.sparseBinding == DE_FALSE); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp104 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, sparseBinding) in isCoreFeaturesSupported()
DvktSpvAsmComputeShaderCase.cpp410 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.sparseBinding == DE_FALSE); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp945 if (!deviceFeatures.sparseBinding) in checkSparseSupportForImageType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp945 if (!deviceFeatures.sparseBinding) in checkSparseSupportForImageType()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Ddevice.cc321 if (available_features.sparseBinding == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsparsemem.adoc35 * The <<features-sparseBinding, pname:sparseBinding>> feature is the base,
55 * _Sparse Residency_ builds on (and requires) the pname:sparseBinding
538 The basic pname:sparseBinding feature allows the resource to reserve its own
686 * pname:sparseBinding: Support for creating slink:VkBuffer and
Dsparsemem.txt35 * <<features-sparseBinding,Sparse binding>> is the base feature, and
55 * _Sparse Residency_ builds on (and requires) the pname:sparseBinding
532 The basic pname:sparseBinding feature allows the resource to reserve its own
680 * pname:sparseBinding: Support for creating slink:VkBuffer and
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md488 * `sparseBinding`
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c352 DEBUG_BOOL_STRUCT ("support for", features, sparseBinding); in dump_features10()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp914 pFeatures->sparseBinding = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp548 …const VkBool32 sparseEnabled = devFeatures.features.sparseBinding & devFeatures.features.sparseRes… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp548 …const VkBool32 sparseEnabled = devFeatures.features.sparseBinding & devFeatures.features.sparseRes… in checkSupport()

123