Lines Matching defs:properties
599 std::vector<deUint32> getFamilyIndices (const std::vector<vk::VkQueueFamilyProperties>& properties)
601 std::vector<deUint32> indices (properties.size(), 0);
603 for (deUint32 ndx = 0; ndx < properties.size(); ndx++)
1250 vk::VkPhysicalDeviceProperties2 properties = { vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2 };
1252 properties.pNext = &propertiesId;
1254 vki.getPhysicalDeviceProperties2(physicalDevice, &properties);
1594 log << TestLog::Message << "External image format properties: " << imageFormatInfo << "\n"<< externalProperties << TestLog::EndMessage;
1616 vk::VkExternalBufferProperties properties =
1622 m_vki.getPhysicalDeviceExternalBufferProperties(m_physicalDevice, &info, &properties);
1624 log << TestLog::Message << "External buffer properties: " << info << "\n" << properties << TestLog::EndMessage;
1626 if ((properties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT) == 0)
1629 if (properties.externalMemoryProperties.externalMemoryFeatures & vk::VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT)