Searched refs:memPropertyFlags (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_memory_allocator_vk.cpp | 348 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 D | render_node_default_camera_controller.cpp | 832 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 D | render_node_default_shadow_render_slot.cpp | 69 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()
|