Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp997 const VkImageViewCreateInfo depthImageViewCreateInfo = makeImageViewCreateInfo(*depthImage, depthFormat, static_cast<VkImageAspectFlags>(VK_IMAGE_ASPECT_DEPTH_BIT)); in runTest() local
998 const Move<VkImageView> depthImageView = createImageView(vk, device, &depthImageViewCreateInfo); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp964 const VkImageViewCreateInfo depthImageViewCreateInfo = makeImageViewCreateInfo(*depthImage, depthFormat, static_cast<VkImageAspectFlags>(VK_IMAGE_ASPECT_DEPTH_BIT)); in runTest() local
965 const Move<VkImageView> depthImageView = createImageView(vk, device, &depthImageViewCreateInfo); in runTest()

Completed in 9 milliseconds