Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3105 VkPhysicalDeviceProperties2 extProperties; in deviceProperties2() local
3107 extProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in deviceProperties2()
3108 extProperties.pNext = DE_NULL; in deviceProperties2()
3111 vki.getPhysicalDeviceProperties2(physicalDevice, &extProperties); in deviceProperties2()
3113 TCU_CHECK(extProperties.sType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2); in deviceProperties2()
3114 TCU_CHECK(extProperties.pNext == DE_NULL); in deviceProperties2()
3125 const deUint8* extPropertyBytes = reinterpret_cast<deUint8*>(&extProperties.properties) + offset; in deviceProperties2()
3131 log << TestLog::Message << extProperties.properties << TestLog::EndMessage; in deviceProperties2()
3183 extProperties.pNext = &IDProperties[ndx]; in deviceProperties2()
3185 vki.getPhysicalDeviceProperties2(physicalDevice, &extProperties); in deviceProperties2()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp386 VkImageFormatProperties2 extProperties = in testFormat() local
408 …hysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &imageFormatInfo, &extProperties); in testFormat()