Searched refs:allocationSize (Results 1 - 12 of 12) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
H A D | platform_hardware_buffer_util.cpp | 45 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 D | platform_gpu_image_vk.cpp | 57 if (hwBufferProperties.allocationSize > 0) { in CreatePlatformHwBuffer()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | linear_allocator.h | 69 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 D | linear_allocator.h | 69 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 D | linear_allocator.h | 70 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 D | platform_hardware_buffer_util_vk.h | 29 VkDeviceSize allocationSize { 0 };
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/ |
H A D | platform_hardware_buffer_util.cpp | 56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/ |
H A D | platform_hardware_buffer_util.cpp | 56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/ |
H A D | platform_hardware_buffer_util.cpp | 56 hwBufferProperties.allocationSize, // allocationSize in CreateHwPlatformImage()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.cpp | 149 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 D | rs_uni_render_util.cpp | 1288 allocInfo.allocationSize = memRequirements.size; in MakeBackendTexture()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 138 allocInfo.allocationSize = memRequirements.size; in MakeBackendTexture()
|
Completed in 13 milliseconds