Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DREADME.md46 * `onImageRead` and `onImageWrite` accumulate `VkImage` barriers.
DUtilsVk.cpp1430 ANGLE_TRY(contextVk->onImageRead(src->getAspectFlags(), vk::ImageLayout::FragmentShaderReadOnly, in blitResolveImpl()
1576 contextVk->onImageRead(src->getAspectFlags(), vk::ImageLayout::ComputeShaderReadOnly, src)); in stencilBlitResolveNoShaderExport()
1738 ANGLE_TRY(contextVk->onImageRead(VK_IMAGE_ASPECT_COLOR_BIT, in copyImage()
1880 ANGLE_TRY(contextVk->onImageRead(VK_IMAGE_ASPECT_COLOR_BIT, in drawOverlay()
1882 ANGLE_TRY(contextVk->onImageRead(VK_IMAGE_ASPECT_COLOR_BIT, in drawOverlay()
DFramebufferVk.cpp545 ANGLE_TRY(contextVk->onImageRead(imageAspectMask, vk::ImageLayout::TransferSrc, srcImage)); in blitWithCommand()
869 contextVk->onImageRead(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferSrc, srcImage)); in resolveColorWithCommand()
Dvk_helpers.cpp3297 contextVk->onImageRead(aspectFlags, ImageLayout::TransferSrc, update.image.image)); in flushStagedUpdates()
3406 ANGLE_TRY(contextVk->onImageRead(aspectFlags, ImageLayout::TransferSrc, this)); in copyImageDataToBuffer()
3603 ANGLE_TRY(contextVk->onImageRead(layoutChangeAspectFlags, ImageLayout::TransferSrc, this)); in readPixels()
3651 ANGLE_TRY(contextVk->onImageRead(layoutChangeAspectFlags, ImageLayout::TransferSrc, in readPixels()
DContextVk.h621 angle::Result onImageRead(VkImageAspectFlags aspectFlags,
DSurfaceVk.cpp1115 ANGLE_TRY(contextVk->onImageRead(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferSrc, in present()
DTextureVk.cpp582 contextVk->onImageRead(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferSrc, srcImage)); in copySubImageImplWithTransfer()
DContextVk.cpp4165 angle::Result ContextVk::onImageRead(VkImageAspectFlags aspectFlags, in onImageRead() function in rx::ContextVk