Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DREADME.md46 * `onImageRead` and `onImageWrite` accumulate `VkImage` barriers.
DOverlayVk.cpp126 ANGLE_TRY(contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferDst, in createFont()
DUtilsVk.cpp1581 ANGLE_TRY(contextVk->onImageWrite(depthStencilImage->getAspectFlags(), in stencilBlitResolveNoShaderExport()
1745 contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::ColorAttachment, dest)); in copyImage()
1812 ANGLE_TRY(contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, in cullOverlayWidgets()
1882 ANGLE_TRY(contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, in drawOverlay()
DFramebufferVk.cpp250 contextVk->onImageWrite(image.getAspectFlags(), vk::ImageLayout::TransferDst, &image)); in clearImpl()
600 ANGLE_TRY(contextVk->onImageWrite(imageAspectMask, vk::ImageLayout::TransferDst, dstImage)); in blitWithCommand()
949 ANGLE_TRY(contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferDst, in resolveColorWithCommand()
DTextureVk.cpp613 ANGLE_TRY(contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferDst, in copySubImageImplWithTransfer()
642 ANGLE_TRY(contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferDst, in copySubImageImplWithTransfer()
1057 contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferDst, mImage)); in copyBufferDataToImage()
DContextVk.h469 angle::Result onImageWrite(VkImageAspectFlags aspectFlags,
Dvk_helpers.cpp3160 ANGLE_TRY(contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, ImageLayout::TransferDst, this)); in generateMipmapsWithBlit()
3926 ANGLE_TRY(contextVk->onImageWrite(aspectFlags, ImageLayout::TransferDst, this)); in flushStagedUpdates()
4345 ANGLE_TRY(contextVk->onImageWrite(layoutChangeAspectFlags, ImageLayout::TransferDst, in readPixels()
DSurfaceVk.cpp1159 ANGLE_TRY(contextVk->onImageWrite(VK_IMAGE_ASPECT_COLOR_BIT, vk::ImageLayout::TransferDst, in present()
DContextVk.cpp4088 angle::Result ContextVk::onImageWrite(VkImageAspectFlags aspectFlags, in onImageWrite() function in rx::ContextVk