Searched refs:copyAspectFlags (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.h | 126 VkImageAspectFlagBits copyAspectFlags,
|
D | vk_helpers.cpp | 6900 VkImageAspectFlagBits copyAspectFlags, in readPixels() argument 6944 if (copyAspectFlags != VK_IMAGE_ASPECT_COLOR_BIT) in readPixels() 6946 readFormat = &GetDepthStencilImageToBufferFormat(*readFormat, copyAspectFlags); in readPixels() 6952 srcSubresource.aspectMask = copyAspectFlags; in readPixels() 6970 ASSERT(copyAspectFlags == VK_IMAGE_ASPECT_COLOR_BIT); in readPixels() 6975 resolveRegion.dstSubresource.aspectMask = copyAspectFlags; in readPixels() 7006 copyAccess.onImageTransferRead(copyAspectFlags, src); in readPixels()
|
D | FramebufferVk.cpp | 2709 VkImageAspectFlagBits copyAspectFlags, in readPixelsImpl() argument 2717 copyAspectFlags, levelGL, layer, pixels, in readPixelsImpl()
|
D | vk_helpers.h | 1866 VkImageAspectFlagBits copyAspectFlags,
|