Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp13958 VkImageFormatProperties imgFmtProps; in TEST_F() local
13960 … image_create_info.usage, image_create_info.flags, &imgFmtProps); in TEST_F()
13961 image_create_info.extent.depth = imgFmtProps.maxExtent.depth + 1; in TEST_F()
13968 image_create_info.mipLevels = imgFmtProps.maxMipLevels + 1; in TEST_F()
13975 image_create_info.arrayLayers = imgFmtProps.maxArrayLayers + 1; in TEST_F()
13982 int samples = imgFmtProps.sampleCounts >> 1; in TEST_F()