Searched refs:stagingBufferByteSize (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.cpp | 646 const uint32_t stagingBufferByteSize = in Create() local 650 … move(copiedData), nullptr, Format::BASE_FORMAT_UNDEFINED, stagingBufferByteSize, false }); in Create() 820 … const uint32_t stagingBufferByteSize = static_cast<uint32_t>(image->GetData().size_bytes()); in Create() local 825 count, {}, move(image), format, stagingBufferByteSize, false }); in Create() 862 const uint32_t stagingBufferByteSize = static_cast<uint32_t>(data.size_bytes()); in Create() local 869 move(copiedData), nullptr, format, stagingBufferByteSize, false }); in Create() 1761 if ((!ref.invalidOperation) && (ref.stagingBufferByteSize > 0)) { in LockFrameStagingData() 1762 …ameStagingBuffers_.push_back(CreateStagingBuffer(GetStagingBufferDesc(ref.stagingBufferByteSize))); in LockFrameStagingData() 1767 if ((!ref.invalidOperation) && (ref.stagingBufferByteSize > 0)) { in LockFrameStagingData() 1768 …ameStagingBuffers_.push_back(CreateStagingBuffer(GetStagingBufferDesc(ref.stagingBufferByteSize))); in LockFrameStagingData()
|
H A D | gpu_resource_manager.h | 100 uint32_t stagingBufferByteSize { 0u };
|