Searched refs:alignedByteSize (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_buffer_gles.cpp | 33 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 D | gpu_buffer_gles.h | 33 uint32_t alignedByteSize { 0 };
|
H A D | gpu_image_gles.cpp | 36 void RecordAllocation(const int64_t alignedByteSize) in RecordAllocation() argument 41 pdm->UpdateData("AllGpuImages", "GPU_IMAGE", alignedByteSize); in RecordAllocation()
|
H A D | render_backend_gles.cpp | 1801 static_cast<GLsizei>(bPlat.alignedByteSize), reinterpret_cast<void*>(dstOffset)); in ImageToBufferCopy()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_buffer_vk.cpp | 75 …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 D | gpu_image_vk.cpp | 39 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 D | render_data_store_shader_passes.cpp | 171 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 D | intf_render_data_store_shader_passes.h | 58 uint32_t alignedByteSize { 0U }; in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_shader_passes_generic.cpp | 106 uboByteSize += dsShaderPasses_->GetRenderPropertyBindingInfo().alignedByteSize; in PreExecuteFrame() 107 uboByteSize += dsShaderPasses_->GetComputePropertyBindingInfo().alignedByteSize; in PreExecuteFrame()
|