/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 267 …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/ |
D | vktTestCase.cpp | 267 …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/ |
D | vktSafetyCriticalApiTests.cpp | 213 if (context.getDeviceFeatures().sparseBinding != VK_FALSE) in forbiddenDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktSafetyCriticalApiTests.cpp | 213 if (context.getDeviceFeatures().sparseBinding != VK_FALSE) in forbiddenDeviceFeatures()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_vulkan.cc | 192 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/ |
D | vktApiBufferTests.cpp | 147 …((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()
|
D | vktApiBufferMemoryRequirementsTests.cpp | 404 … (createBits.contains(VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && (VK_FALSE == features.sparseBinding)) in checkSupport()
|
D | vktApiFeatureInfo.cpp | 277 { 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/ |
D | vktApiBufferTests.cpp | 147 …((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()
|
D | vktApiBufferMemoryRequirementsTests.cpp | 404 … (createBits.contains(VK_BUFFER_CREATE_SPARSE_BINDING_BIT) && (VK_FALSE == features.sparseBinding)) in checkSupport()
|
D | vktApiFeatureInfo.cpp | 277 { 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/ |
D | vktSpvAsmUtils.cpp | 104 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, sparseBinding) in isCoreFeaturesSupported()
|
D | vktSpvAsmComputeShaderCase.cpp | 410 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.sparseBinding == DE_FALSE); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 104 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, sparseBinding) in isCoreFeaturesSupported()
|
D | vktSpvAsmComputeShaderCase.cpp | 410 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.sparseBinding == DE_FALSE); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 945 if (!deviceFeatures.sparseBinding) in checkSparseSupportForImageType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 945 if (!deviceFeatures.sparseBinding) in checkSparseSupportForImageType()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | device.cc | 321 if (available_features.sparseBinding == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | sparsemem.adoc | 35 * 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
|
D | sparsemem.txt | 35 * <<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/ |
D | vk_script.md | 488 * `sparseBinding`
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 352 DEBUG_BOOL_STRUCT ("support for", features, sparseBinding); in dump_features10()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 914 pFeatures->sparseBinding = VK_TRUE; in getPhysicalDeviceFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktGlobalPriorityQueueTests.cpp | 548 …const VkBool32 sparseEnabled = devFeatures.features.sparseBinding & devFeatures.features.sparseRes… in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktGlobalPriorityQueueTests.cpp | 548 …const VkBool32 sparseEnabled = devFeatures.features.sparseBinding & devFeatures.features.sparseRes… in checkSupport()
|