Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp6213 const bool isClear = update.updateSource == UpdateSource::Clear; in flushSingleSubresourceStagedUpdates()
6278 if (update.updateSource == UpdateSource::Clear && in flushStagedUpdates()
6333 ASSERT(update.updateSource == UpdateSource::Clear || in flushStagedUpdates()
6334 (update.updateSource == UpdateSource::Buffer && in flushStagedUpdates()
6336 (update.updateSource == UpdateSource::Image && update.image != nullptr && in flushStagedUpdates()
6361 if (update.updateSource == UpdateSource::Clear) in flushStagedUpdates()
6365 else if (update.updateSource == UpdateSource::Buffer) in flushStagedUpdates()
6369 else if (update.updateSource == UpdateSource::Image) in flushStagedUpdates()
6398 if (update.updateSource == UpdateSource::Clear) in flushStagedUpdates()
6410 else if (update.updateSource == UpdateSource::Buffer) in flushStagedUpdates()
[all …]
Dvk_helpers.h1965 UpdateSource updateSource; member