Lines Matching refs:UpdateSource

6213                 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()
6551 if (update.updateSource == UpdateSource::Image && update.image == image) in validateSubresourceUpdateImageRefConsistent()
6567 if (update.updateSource == UpdateSource::Image && in validateSubresourceUpdateImageRefsConsistent()
6643 if (update.updateSource == UpdateSource::Buffer) in removeSupersededUpdates()
6648 else if (update.updateSource == UpdateSource::Image) in removeSupersededUpdates()
7085 : updateSource(UpdateSource::Buffer), image(nullptr) in SubresourceUpdate()
7094 : updateSource(UpdateSource::Buffer), image(nullptr) in SubresourceUpdate()
7102 : updateSource(UpdateSource::Image), image(imageIn) in SubresourceUpdate()
7111 : updateSource(UpdateSource::Clear), image(nullptr) in SubresourceUpdate()
7126 case UpdateSource::Clear: in SubresourceUpdate()
7129 case UpdateSource::Buffer: in SubresourceUpdate()
7132 case UpdateSource::Image: in SubresourceUpdate()
7166 if (updateSource == UpdateSource::Image) in release()
7196 if (updateSource == UpdateSource::Clear) in getDestSubresource()
7209 updateSource == UpdateSource::Buffer ? data.buffer.copyRegion.imageSubresource in getDestSubresource()
7220 if (updateSource == UpdateSource::Clear) in getDestAspectFlags()
7224 else if (updateSource == UpdateSource::Buffer) in getDestAspectFlags()
7230 ASSERT(updateSource == UpdateSource::Image); in getDestAspectFlags()