Searched refs:GetCommandBufferingCount (Results 1 – 18 of 18) sorted by relevance
30 BASE_NS::vector<GLuint> queries(device.GetCommandBufferingCount() + 1); in RENDER_BEGIN_NAMESPACE()
27 frameFences_.resize(device.GetCommandBufferingCount()); in RENDER_BEGIN_NAMESPACE()
93 plat_.alignedByteSize *= device_.GetCommandBufferingCount();
678 bufferingCount_ = device_.GetCommandBufferingCount();719 const auto minAge = device_.GetCommandBufferingCount() + maxAge; in BeginBackendFrame()
2694 if (!disjointOccurred && (++perfDataSet.counter) > device_.GetCommandBufferingCount()) { in CopyPerfTimeStamp()
30 plats_.resize(device_.GetCommandBufferingCount() + 1); in RENDER_BEGIN_NAMESPACE()
35 frameFences_.resize(device_.GetCommandBufferingCount());
97 bufferingCount_(isRingBuffer_ ? device_.GetCommandBufferingCount() : 1u) in GpuBufferVk()108 …elerationStructure_(true), bufferingCount_(isRingBuffer_ ? device_.GetCommandBufferingCount() : 1u) in GpuBufferVk()
53 …ath::min(LowLevelContextDescriptorPoolVk::MAX_BUFFERING_COUNT, device_.GetCommandBufferingCount()))56 if (device_.GetCommandBufferingCount() > LowLevelContextDescriptorPoolVk::MAX_BUFFERING_COUNT) {60 … device_.GetCommandBufferingCount(), LowLevelContextDescriptorPoolVk::MAX_BUFFERING_COUNT);212 const auto minAge = device_.GetCommandBufferingCount() + 1; in BeginFrame()
273 const uint32_t bufferingCount = device_.GetCommandBufferingCount();363 const auto minAge = device_.GetCommandBufferingCount() + additionalFrameCount; in BeginBackendFrame()
151 const uint32_t fullByteSize = byteSize * device_.GetCommandBufferingCount(); in RenderBackendVk()
187 uint32_t GetCommandBufferingCount() const;
88 auto const minAge = device_.GetCommandBufferingCount() + 1;
763 uint32_t Device::GetCommandBufferingCount() const in GetCommandBufferingCount() function in Device
735 const auto minAge = device_.GetCommandBufferingCount() + additionalFrameCount; in HandlePendingAllocations()
258 const auto minAge = device.GetCommandBufferingCount(); in ProcessFrameSignalDeferredDestroy()
110 const auto minAge = device_.GetCommandBufferingCount() + additionalFrameCount; in BeginBackendFrame()
195 const uint64_t minAge = static_cast<uint64_t>(device_.GetCommandBufferingCount()) + 1; in HandlePendingAllocations()