Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1789 const GpuBufferPlatformDataVk& platBuffer = gpuBuffer->GetPlatformData(); in RenderCommand() local
1791 …const VkDeviceSize offset = (VkDeviceSize)ref.dst.optionalByteOffset + platBuffer.currentByteOffse… in RenderCommand()
1793 … Math::min((VkDeviceSize)platBuffer.bindMemoryByteSize - ref.dst.optionalByteOffset, in RenderCommand()
1795 if (platBuffer.buffer) { in RenderCommand()
1803 platBuffer.buffer, // buffer in RenderCommand()
1992 const GpuBufferPlatformDataVk& platBuffer = resPtr->GetPlatformData(); in UpdateCommandListDescriptorSets() local
1994 … const VkDeviceSize bufferMapByteOffset = (VkDeviceSize)platBuffer.currentByteOffset; in UpdateCommandListDescriptorSets()
1997 … Math::min((VkDeviceSize)platBuffer.bindMemoryByteSize - optionalByteOffset, in UpdateCommandListDescriptorSets()
2000 platBuffer.buffer, // buffer in UpdateCommandListDescriptorSets()
2791 const GpuBufferPlatformDataVk& platBuffer = gpuBuffer->GetPlatformData(); in CopyPerfTimeStamp() local
[all …]