Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp886 std::vector<VkImageAspectFlags> imageAspects; in getBufferCopyRegions() local
890 imageAspects.push_back(VK_IMAGE_ASPECT_DEPTH_BIT); in getBufferCopyRegions()
893 imageAspects.push_back(VK_IMAGE_ASPECT_STENCIL_BIT); in getBufferCopyRegions()
895 if (imageAspects.empty()) in getBufferCopyRegions()
896 imageAspects.push_back(VK_IMAGE_ASPECT_COLOR_BIT); in getBufferCopyRegions()
908 for (size_t aspectIndex = 0; aspectIndex < imageAspects.size(); ++aspectIndex) in getBufferCopyRegions()
916 imageAspects[aspectIndex], in getBufferCopyRegions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp876 std::vector<VkImageAspectFlags> imageAspects; in getBufferCopyRegions() local
880 imageAspects.push_back(VK_IMAGE_ASPECT_DEPTH_BIT); in getBufferCopyRegions()
883 imageAspects.push_back(VK_IMAGE_ASPECT_STENCIL_BIT); in getBufferCopyRegions()
885 if (imageAspects.empty()) in getBufferCopyRegions()
886 imageAspects.push_back(VK_IMAGE_ASPECT_COLOR_BIT); in getBufferCopyRegions()
898 for (size_t aspectIndex = 0; aspectIndex < imageAspects.size(); ++aspectIndex) in getBufferCopyRegions()
906 imageAspects[aspectIndex], in getBufferCopyRegions()

Completed in 5 milliseconds