Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDepthClampTests.cpp79 const VkFormat depthStencilImageFormatsToTest[] = {VK_FORMAT_D16_UNORM, VK_FORMAT_X8_D24_UN… variable
827 for (int i = 0; i < DE_LENGTH_OF_ARRAY(depthStencilImageFormatsToTest); ++i) in createTests()
829 const auto format = depthStencilImageFormatsToTest[i]; in createTests()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp2333 const VkFormat depthStencilImageFormatsToTest[] = { in createImageClearingTestsCommon() local
2336 …st size_t numOfDepthStencilImageFormatsToTest = DE_LENGTH_OF_ARRAY(depthStencilImageFormatsToTest); in createImageClearingTestsCommon()
2719 … const VkFormat format = depthStencilImageFormatsToTest[imageFormatIndex]; in createImageClearingTestsCommon()
2963 … const VkFormat format = depthStencilImageFormatsToTest[imageFormatIndex]; in createImageClearingTestsCommon()