Searched refs:IDProperties (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2880 VkPhysicalDeviceIDProperties IDProperties[count]; local
2890 deMemset(&IDProperties[ndx], 0xFF, sizeof(VkPhysicalDeviceIDProperties ));
2898 IDProperties[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES;
2899 IDProperties[ndx].pNext = &maintenance3Properties[ndx];
2916 extProperties.pNext = &IDProperties[ndx];
2921 IDProperties[ndx].pNext = DE_NULL;
2930 deMemCmp(&IDProperties[0], &IDProperties[1], sizeof(VkPhysicalDeviceIDProperties )) != 0 ||
2941 log << TestLog::Message << toString(IDProperties[0]) << TestLog::EndMessage

Completed in 107 milliseconds