Lines Matching defs:multiviewProperties
658 VkPhysicalDeviceMultiviewProperties multiviewProperties =
668 deviceProperties2.pNext = &multiviewProperties;
673 newParameters.extent.depth = multiviewProperties.maxMultiviewViewCount;
675 vector<deUint32> viewMasks(multiviewProperties.maxMultiviewViewCount);
676 for (deUint32 i = 0; i < multiviewProperties.maxMultiviewViewCount; i++)
800 VkPhysicalDeviceMultiviewProperties multiviewProperties =
810 propertiesDeviceProperties2.pNext = &multiviewProperties;
815 if (multiviewProperties.maxMultiviewViewCount < 6u)
819 if (multiviewProperties.maxMultiviewInstanceIndex < 134217727u) //134217727u = 2^27 -1
822 if (multiviewProperties.maxMultiviewViewCount <m_parameters.extent.depth)
4470 VkPhysicalDeviceMultiviewProperties multiviewProperties =
4480 propertiesDeviceProperties2.pNext = &multiviewProperties;
4484 if (multiviewProperties.maxMultiviewViewCount < m_parameters.viewMasks.size())