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

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2848 VkPhysicalDeviceProperties2 extProperties; local
2850 extProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
2851 extProperties.pNext = DE_NULL;
2854 vki.getPhysicalDeviceProperties2(devices[deviceNdx], &extProperties);
2856 TCU_CHECK(extProperties.sType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2);
2857 TCU_CHECK(extProperties.pNext == DE_NULL);
2868 const deUint8* extPropertyBytes = reinterpret_cast<deUint8*>(&extProperties.properties) + offset;
2875 << TestLog::Message << extProperties.properties << TestLog::EndMessage;
2916 extProperties.pNext = &IDProperties[ndx];
2918 vki.getPhysicalDeviceProperties2(devices[deviceNdx], &extProperties);
2983 VkFormatProperties2 extProperties; local
3086 VkPhysicalDeviceMemoryProperties2 extProperties; local
3153 VkImageFormatProperties2 extProperties; local
[all...]

Completed in 91 milliseconds