Home
last modified time | relevance | path

Searched refs:indexingFeatures (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp205 VkPhysicalDeviceDescriptorIndexingFeaturesEXT indexingFeatures; in checkSupport() local
206 deMemset(&indexingFeatures, 0, sizeof(indexingFeatures)); in checkSupport()
207 indexingFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT; in checkSupport()
216 indexingFeatures.pNext = &inlineUniformFeatures; in checkSupport()
217 features.pNext = &indexingFeatures; in checkSupport()
221 features.pNext = &indexingFeatures; in checkSupport()
241 !indexingFeatures.shaderUniformTexelBufferArrayDynamicIndexing || in checkSupport()
242 !indexingFeatures.shaderStorageTexelBufferArrayDynamicIndexing)) in checkSupport()
287 !indexingFeatures.runtimeDescriptorArray) in checkSupport()
837 VkPhysicalDeviceDescriptorIndexingFeaturesEXT indexingFeatures; in iterate() local
[all …]