Searched refs:platBuffer (Results 1 – 1 of 1) sorted by relevance
1789 const GpuBufferPlatformDataVk& platBuffer = gpuBuffer->GetPlatformData(); in RenderCommand() local1791 …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() local1994 … 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 …]