Home
last modified time | relevance | path

Searched refs:allocationSize (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp45 0, // allocationSize in QueryHwBufferFormatProperties()
52 PLUGIN_ASSERT_MSG(bufferProperties.allocationSize > 0, "ohos native buffer allocation size is zero"); in QueryHwBufferFormatProperties()
55 hardwareBufferProperties.allocationSize = bufferProperties.allocationSize; in QueryHwBufferFormatProperties()
111 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
H A Dplatform_gpu_image_vk.cpp57 if (hwBufferProperties.allocationSize > 0) { in CreatePlatformHwBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlinear_allocator.h69 auto allocationSize = size_ + alignment_ - 1; in Reset() local
70 std::align(alignment_, 1, current_, allocationSize); in Reset()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dlinear_allocator.h69 auto allocationSize = size_ + alignment_ - 1; in Reset() local
70 std::align(alignment_, 1, current_, allocationSize); in Reset()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dlinear_allocator.h70 auto allocationSize = size_ + alignment_ - 1; in Reset() local
71 std::align(alignment_, 1, current_, allocationSize); in Reset()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dplatform_hardware_buffer_util_vk.h29 VkDeviceSize allocationSize { 0 };
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.cpp149 VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO, &dedicatedAllocInfo, nbProps.allocationSize, foundTypeIndex, in AllocateDeviceMemory()
333 imageInfo->vkAlloc.size = nbProps.allocationSize; in MakeBackendTextureFromNativeBuffer()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1288 allocInfo.allocationSize = memRequirements.size; in MakeBackendTexture()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp138 allocInfo.allocationSize = memRequirements.size; in MakeBackendTexture()

Completed in 13 milliseconds