Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DRenderTargetVk.cpp294 angle::Result RenderTargetVk::getCopyImageView(vk::Context *context, in getCopyImageView() function in rx::RenderTargetVk
304 *imageViewOut = &imageViews->getCopyImageView(); in getCopyImageView()
H A DRenderTargetVk.h113 angle::Result getCopyImageView(vk::Context *context, const vk::ImageView **imageViewOut) const;
H A DTextureVk.h249 const vk::ImageView &getCopyImageView() const;
H A Dvk_helpers.h3441 const ImageView &getCopyImageView() const in getCopyImageView() function
3478 return getCopyImageView().valid(); in hasCopyImageView()
3647 ImageView &getCopyImageView() in getCopyImageView() function
H A DTextureVk.cpp1431 ANGLE_TRY(colorReadRT->getCopyImageView(contextVk, &copyImageView)); in copySubImageImpl()
1502 &source->getCopyImageView(), SurfaceRotation::Identity); in copySubTextureImpl()
2881 &getCopyImageView(), SurfaceRotation::Identity); in reinitImageAsRenderable()
3762 const vk::ImageView &TextureVk::getCopyImageView() const in getCopyImageView() function in rx::TextureVk
H A DFramebufferVk.cpp1488 ANGLE_TRY(readRenderTarget->getCopyImageView(contextVk, &copyImageView)); in blit()
H A Dvk_helpers.cpp12277 contextVk, fetchType, aspectFlags, formatSwizzle, &getCopyImageView(), baseLevel, in initReadViewsImpl()