Home
last modified time | relevance | path

Searched refs:SubresourceUpdate (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp4185 for (std::vector<SubresourceUpdate> &levelUpdates : mSubresourceUpdates) in releaseStagingBuffer()
4187 for (SubresourceUpdate &update : levelUpdates) in releaseStagingBuffer()
5354 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(levelIndexGL); in removeSingleSubresourceStagedUpdates()
5384 std::vector<SubresourceUpdate> *levelUpdates = getLevelUpdates(level); in removeStagedUpdates()
5391 for (SubresourceUpdate &update : *levelUpdates) in removeStagedUpdates()
5552 appendSubresourceUpdate(gl::LevelIndex(0), SubresourceUpdate(currentBuffer, copy)); in stageSubresourceUpdateImpl()
5612 appendSubresourceUpdate(updateLevelGL, SubresourceUpdate(currentBuffer, stencilCopy)); in stageSubresourceUpdateImpl()
5635 appendSubresourceUpdate(updateLevelGL, SubresourceUpdate(currentBuffer, copy)); in stageSubresourceUpdateImpl()
5848 SubresourceUpdate(stagingBuffer->getCurrentBuffer(), copy)); in stageSubresourceUpdateAndGetData()
5955 appendSubresourceUpdate(updateLevelGL, SubresourceUpdate(currentBuffer, copyToImage)); in stageSubresourceUpdateFromFramebuffer()
[all …]
Dvk_helpers.h1944 struct SubresourceUpdate : angle::NonCopyable struct
1946 SubresourceUpdate();
1947 ~SubresourceUpdate();
1948 SubresourceUpdate(BufferHelper *bufferHelperIn, const VkBufferImageCopy &copyRegion);
1949 SubresourceUpdate(RefCounted<ImageHelper> *imageIn, const VkImageCopy &copyRegion);
1950 SubresourceUpdate(VkImageAspectFlags aspectFlags,
1953 SubresourceUpdate(SubresourceUpdate &&other);
1955 SubresourceUpdate &operator=(SubresourceUpdate &&other); argument
2016 std::vector<SubresourceUpdate> *getLevelUpdates(gl::LevelIndex level);
2017 const std::vector<SubresourceUpdate> *getLevelUpdates(gl::LevelIndex level) const;
[all …]