Home
last modified time | relevance | path

Searched refs:memoryTypeIndex (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp419 uint32_t memoryTypeIndex = 0; in CreatePoolForBuffers() local
423 &memoryTypeIndex)); // pMemoryTypeIndex in CreatePoolForBuffers()
429 poolCreateInfo.memoryTypeIndex = memoryTypeIndex; in CreatePoolForBuffers()
471 uint32_t memoryTypeIndex = 0; in CreatePoolForImages() local
475 &memoryTypeIndex)); // pMemoryTypeIndex in CreatePoolForImages()
481 poolCreateInfo.memoryTypeIndex = memoryTypeIndex; in CreatePoolForImages()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp50 const uint32_t memoryTypeIndex = in CreateHwPlatformImage() local
57 memoryTypeIndex, // memoryTypeIndex in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp50 const uint32_t memoryTypeIndex = in CreateHwPlatformImage() local
57 memoryTypeIndex, // memoryTypeIndex in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp50 const uint32_t memoryTypeIndex = in CreateHwPlatformImage() local
57 memoryTypeIndex, // memoryTypeIndex in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp105 const uint32_t memoryTypeIndex = in CreateHwPlatformImage() local
112 memoryTypeIndex, // memoryTypeIndex in CreateHwPlatformImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h137 uint32_t memoryTypeIndex { 0 };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1268 …allocInfo.memoryTypeIndex = FindMemoryType(memRequirements.memoryTypeBits, VK_MEMORY_PROPERTY_DEVI… in MakeBackendTexture()
1269 if (allocInfo.memoryTypeIndex == UINT32_MAX) { in MakeBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp134 …allocInfo.memoryTypeIndex = findMemoryType(memRequirements.memoryTypeBits, VK_MEMORY_PROPERTY_DEVI… in MakeBackendTexture()
135 if (allocInfo.memoryTypeIndex == UINT32_MAX) { in MakeBackendTexture()