Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDevicePropertiesForContextDefs.inl25 …MultiviewProperties& Context::getMultiviewProperties (void) const { return m_device->get… function in Context
DvkDevicePropertiesForContextDecl.inl25 const vk::VkPhysicalDeviceMultiviewProperties& getMultiviewProperties (void) const;
DvkDevicePropertiesForDefaultDeviceDefs.inl25 const VkPhysicalDeviceMultiviewProperties& getMultiviewProperties (void) const { return m… function
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp595 static void getMultiviewProperties(T *properties) in getMultiviewProperties() function
603 getMultiviewProperties(properties); in getProperties()
657 getMultiviewProperties(properties); in getProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp959 const VkPhysicalDeviceMultiviewProperties& multiviewProperties = context.getMultiviewProperties(); in validateLimitsKhrMultiview()