Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp844 std::vector<VkImageAspectFlags> imageAspects; in getBufferCopyRegions() local
848 imageAspects.push_back(VK_IMAGE_ASPECT_DEPTH_BIT); in getBufferCopyRegions()
851 imageAspects.push_back(VK_IMAGE_ASPECT_STENCIL_BIT); in getBufferCopyRegions()
853 if (imageAspects.empty()) in getBufferCopyRegions()
854 imageAspects.push_back(VK_IMAGE_ASPECT_COLOR_BIT); in getBufferCopyRegions()
866 for (size_t aspectIndex = 0; aspectIndex < imageAspects.size(); ++aspectIndex) in getBufferCopyRegions()
874 imageAspects[aspectIndex], in getBufferCopyRegions()