Searched refs:indexingFeatures (Results 1 – 1 of 1) sorted by relevance
205 VkPhysicalDeviceDescriptorIndexingFeaturesEXT indexingFeatures; in checkSupport() local206 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 …]