Lines Matching defs:properties2
173 vk::VkPhysicalDeviceProperties2 properties2;
174 deMemset(&properties2, 0, sizeof(properties2));
175 properties2.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
176 properties2.pNext = &subgroupProperties;
178 context.getInstanceInterface().getPhysicalDeviceProperties2(context.getPhysicalDevice(), &properties2);
1621 vk::VkPhysicalDeviceProperties2 properties2;
1622 deMemset(&properties2, 0, sizeof(properties2));
1623 properties2.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
1624 properties2.pNext = &subgroupProperties;
1626 m_context.getInstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &properties2);
1659 if (sizes[i] > properties2.properties.limits.maxStorageBufferRange)
1831 if (sizes[1] > properties2.properties.limits.maxStorageBufferRange)