Home
last modified time | relevance | path

Searched refs:coreResult (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp5312 VkResult coreResult; in imageFormatProperties2() local
5321coreResult = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, imageFormatInfo.format, im… in imageFormatProperties2()
5327 if ((coreResult != extResult) || in imageFormatProperties2()
5331 …<< TestLog::Message << "vkGetPhysicalDeviceImageFormatProperties() returned " << coreResult << ", … in imageFormatProperties2()