Home
last modified time | relevance | path

Searched refs:fullByteSize (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_buffer_vk.cpp115 platAccel_.byteSize = plat_.fullByteSize; in GpuBufferVk()
177 RecordAllocation(*gpuMemAllocator, desc_, -static_cast<int64_t>(plat_.fullByteSize)); in ~GpuBufferVk()
202 plat_.fullByteSize = plat_.bindMemoryByteSize * bufferingCount_; in CreateBufferImpl()
213 RecordAllocation(*gpuMemAllocator, desc_, plat_.fullByteSize); in CreateBufferImpl()
255 …lat_.currentByteOffset = (plat_.currentByteOffset + plat_.bindMemoryByteSize) % plat_.fullByteSize; in Map()
322 (VkDeviceSize)plat_.fullByteSize, // size in AllocateMemory()
H A Drender_backend_vk.cpp151 const uint32_t fullByteSize = byteSize * device_.GetCommandBufferingCount(); in RenderBackendVk() local
156 fullByteSize, // byteSize in RenderBackendVk()
161 perfGpuTimerData_.fullByteSize = fullByteSize; in RenderBackendVk()
164 memset_s(bufferData, fullByteSize, 0, fullByteSize); in RenderBackendVk()
2674 …erfGpuTimerData_.currentOffset + perfGpuTimerData_.frameByteSize) % perfGpuTimerData_.fullByteSize; in StartFrameTimers()
H A Drender_backend_vk.h295 uint32_t fullByteSize { 0 };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp85 size_t fullByteSize = 0; in BeginFrame() local
88 fullByteSize += ref->GetCurrentByteSize(); in BeginFrame()
95 … linearAllocator_.allocators.push_back(make_unique<LinearAllocator>(fullByteSize, alignment)); in BeginFrame()
H A Drender_command_list.cpp302 size_t fullByteSize = 0; in BeginFrame() local
305 fullByteSize += ref->GetCurrentByteSize(); in BeginFrame()
312 …const size_t extraBytes = Math::max(fullByteSize / FRAME_RESERVE_EXTRA_DIVIDE, BYTE_SIZE_ALIGNMENT… in BeginFrame()
313 fullByteSize += extraBytes; in BeginFrame()
316 const size_t memAllocationByteSize = GetAlignedBytesize(fullByteSize, BYTE_SIZE_ALIGNMENT); in BeginFrame()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h152 uint32_t fullByteSize { 0u };
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp251 size_t fullByteSize = 0; in Clear() local
253 fullByteSize += ref->GetCurrentByteSize(); in Clear()
259 make_unique<LinearAllocator>(fullByteSize, MEMORY_ALIGNMENT)); in Clear()