Home
last modified time | relevance | path

Searched refs:memPropertyFlags (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp348 VkMemoryPropertyFlags memPropertyFlags = 0; in GetMemoryTypeProperties() local
349 vmaGetMemoryTypeProperties(allocator_, memoryType, &memPropertyFlags); in GetMemoryTypeProperties()
350 return static_cast<uint32_t>(memPropertyFlags); in GetMemoryTypeProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.cpp832 constexpr MemoryPropertyFlags memPropertyFlags = in CreateBuffers() local
837 GpuBufferDesc { CORE_BUFFER_USAGE_UNIFORM_BUFFER_BIT, memPropertyFlags, in CreateBuffers()
842 GpuBufferDesc { CORE_BUFFER_USAGE_UNIFORM_BUFFER_BIT, memPropertyFlags, in CreateBuffers()
848 GpuBufferDesc { CORE_BUFFER_USAGE_UNIFORM_BUFFER_BIT, memPropertyFlags, in CreateBuffers()
852 GpuBufferDesc { CORE_BUFFER_USAGE_UNIFORM_BUFFER_BIT, memPropertyFlags, in CreateBuffers()
857 GpuBufferDesc { CORE_BUFFER_USAGE_UNIFORM_BUFFER_BIT, memPropertyFlags, in CreateBuffers()
862 GpuBufferDesc { CORE_BUFFER_USAGE_STORAGE_BUFFER_BIT, memPropertyFlags, in CreateBuffers()
H A Drender_node_default_shadow_render_slot.cpp69 constexpr MemoryPropertyFlags memPropertyFlags = CORE_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in GetDepthBufferDesc() local
71 … Format::BASE_FORMAT_D16_UNORM, ImageTiling::CORE_IMAGE_TILING_OPTIMAL, usage, memPropertyFlags, 0, in GetDepthBufferDesc()
84 const MemoryPropertyFlags memPropertyFlags = CORE_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in GetColorBufferDesc() local
91 …ImageTiling::CORE_IMAGE_TILING_OPTIMAL, usage, memPropertyFlags, 0, engineImageCreateFlags, shadow… in GetColorBufferDesc()