Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3868 if (update.updateSource != UpdateSource::Clear || in flushSingleSubresourceStagedUpdates()
3930 ASSERT(update.updateSource == UpdateSource::Clear || in flushStagedUpdates()
3931 (update.updateSource == UpdateSource::Buffer && in flushStagedUpdates()
3933 (update.updateSource == UpdateSource::Image && update.image.image != nullptr && in flushStagedUpdates()
3939 if (update.updateSource == UpdateSource::Clear) in flushStagedUpdates()
3977 if (update.updateSource == UpdateSource::Clear) in flushStagedUpdates()
3981 else if (update.updateSource == UpdateSource::Buffer) in flushStagedUpdates()
3985 else if (update.updateSource == UpdateSource::Image) in flushStagedUpdates()
4014 if (update.updateSource == UpdateSource::Clear) in flushStagedUpdates()
4020 else if (update.updateSource == UpdateSource::Buffer) in flushStagedUpdates()
[all …]
Dvk_helpers.h1414 ASSERT(updateSource == UpdateSource::Buffer || updateSource == UpdateSource::Image); in dstSubresource()
1415 return updateSource == UpdateSource::Buffer ? buffer.copyRegion.imageSubresource in dstSubresource()
1420 UpdateSource updateSource; member