Searched refs:optionalByteOffset (Results 1 – 3 of 3) sorted by relevance
1791 …const VkDeviceSize offset = (VkDeviceSize)ref.dst.optionalByteOffset + platBuffer.currentByteOffse… in RenderCommand()1793 … Math::min((VkDeviceSize)platBuffer.bindMemoryByteSize - ref.dst.optionalByteOffset, in RenderCommand()1990 const VkDeviceSize optionalByteOffset = (VkDeviceSize)bRes.byteOffset; in UpdateCommandListDescriptorSets() local1995 … const VkDeviceSize byteOffset = bufferMapByteOffset + optionalByteOffset; in UpdateCommandListDescriptorSets()1997 … Math::min((VkDeviceSize)platBuffer.bindMemoryByteSize - optionalByteOffset, in UpdateCommandListDescriptorSets()
288 uint32_t optionalByteOffset { 0 };
1310 src.optionalByteOffset = byteOffset; in CustomBufferBarrier()1316 dst.optionalByteOffset = byteOffset; in CustomBufferBarrier()