Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDevicePropertiesForContextDefs.inl10 …xingProperties& Context::getDescriptorIndexingProperties (void) const { return m_device->getD… function in Context
DvkDevicePropertiesForContextDecl.inl10 const vk::VkPhysicalDeviceDescriptorIndexingProperties& getDescriptorIndexingProperties (void…
DvkDevicePropertiesForDefaultDeviceDefs.inl10 const VkPhysicalDeviceDescriptorIndexingProperties& getDescriptorIndexingProperties (void) co… function
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp935 static void getDescriptorIndexingProperties(T *properties) in getDescriptorIndexingProperties() function
964 getDescriptorIndexingProperties(properties); in getProperties()
1009 getDescriptorIndexingProperties(properties); in getProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1175 …IndexingPropertiesEXT& descriptorIndexingPropertiesEXT = context.getDescriptorIndexingProperties(); in validateLimitsExtDescriptorIndexing()