Home
last modified time | relevance | path

Searched refs:alignedByteSize (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_buffer_gles.cpp33 void RecordAllocation(const int64_t alignedByteSize) in RecordAllocation() argument
38 pdm->UpdateData("AllGpuBuffers", "GPU_BUFFER", alignedByteSize); in RecordAllocation()
89 plat_.alignedByteSize = plat_.alignedBindByteSize;
93 plat_.alignedByteSize *= device_.GetCommandBufferingCount();
102 … glBufferStorageEXT(INIT_TARGET, static_cast<GLsizeiptr>(plat_.alignedByteSize), nullptr, flags);
107 … glMapBufferRange(INIT_TARGET, 0, static_cast<GLsizeiptr>(plat_.alignedByteSize), flags));
129 RecordAllocation(static_cast<int64_t>(plat_.alignedByteSize));
152 RecordAllocation(-static_cast<int64_t>(plat_.alignedByteSize)); in ~GpuBufferGLES()
183 if (plat_.currentByteOffset >= plat_.alignedByteSize) { in Map()
198 … ret = glMapBufferRange(GL_COPY_WRITE_BUFFER, 0, static_cast<GLsizeiptr>(plat_.alignedByteSize), in Map()
[all …]
H A Dgpu_buffer_gles.h33 uint32_t alignedByteSize { 0 };
H A Dgpu_image_gles.cpp36 void RecordAllocation(const int64_t alignedByteSize) in RecordAllocation() argument
41 pdm->UpdateData("AllGpuImages", "GPU_IMAGE", alignedByteSize); in RecordAllocation()
H A Drender_backend_gles.cpp1801 static_cast<GLsizei>(bPlat.alignedByteSize), reinterpret_cast<void*>(dstOffset)); in ImageToBufferCopy()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_buffer_vk.cpp75 …tformGpuMemoryAllocator& gpuMemAllocator, const GpuBufferDesc& desc, const int64_t alignedByteSize) in RecordAllocation() argument
81 pdm->UpdateData("AllGpuBuffers", "GPU_BUFFER", alignedByteSize); in RecordAllocation()
84 pdm->UpdateData(poolDebugName, "GPU_BUFFER", alignedByteSize); in RecordAllocation()
H A Dgpu_image_vk.cpp39 void RecordAllocation(const int64_t alignedByteSize) in RecordAllocation() argument
44 pdm->UpdateData("AllGpuImages", "GPU_IMAGE", alignedByteSize); in RecordAllocation()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_shader_passes.cpp171 info.alignedByteSize = ref.second.alignedPropertyByteSize; in GetRenderPropertyBindingInfo()
182 info.alignedByteSize = ref.second.alignedPropertyByteSize; in GetComputePropertyBindingInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_shader_passes.h58 uint32_t alignedByteSize { 0U }; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.cpp106 uboByteSize += dsShaderPasses_->GetRenderPropertyBindingInfo().alignedByteSize; in PreExecuteFrame()
107 uboByteSize += dsShaderPasses_->GetComputePropertyBindingInfo().alignedByteSize; in PreExecuteFrame()