Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_query_gles.cpp30 BASE_NS::vector<GLuint> queries(device.GetCommandBufferingCount() + 1); in RENDER_BEGIN_NAMESPACE()
H A Drender_frame_sync_gles.cpp27 frameFences_.resize(device.GetCommandBufferingCount()); in RENDER_BEGIN_NAMESPACE()
H A Dgpu_buffer_gles.cpp93 plat_.alignedByteSize *= device_.GetCommandBufferingCount();
H A Dnode_context_pool_manager_gles.cpp678 bufferingCount_ = device_.GetCommandBufferingCount();
719 const auto minAge = device_.GetCommandBufferingCount() + maxAge; in BeginBackendFrame()
H A Drender_backend_gles.cpp2694 if (!disjointOccurred && (++perfDataSet.counter) > device_.GetCommandBufferingCount()) { in CopyPerfTimeStamp()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_query_vk.cpp30 plats_.resize(device_.GetCommandBufferingCount() + 1); in RENDER_BEGIN_NAMESPACE()
H A Drender_frame_sync_vk.cpp35 frameFences_.resize(device_.GetCommandBufferingCount());
H A Dgpu_buffer_vk.cpp97 bufferingCount_(isRingBuffer_ ? device_.GetCommandBufferingCount() : 1u) in GpuBufferVk()
108 …elerationStructure_(true), bufferingCount_(isRingBuffer_ ? device_.GetCommandBufferingCount() : 1u) in GpuBufferVk()
H A Dnode_context_descriptor_set_manager_vk.cpp53 …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()
H A Dnode_context_pool_manager_vk.cpp273 const uint32_t bufferingCount = device_.GetCommandBufferingCount();
363 const auto minAge = device_.GetCommandBufferingCount() + additionalFrameCount; in BeginBackendFrame()
H A Drender_backend_vk.cpp151 const uint32_t fullByteSize = byteSize * device_.GetCommandBufferingCount(); in RenderBackendVk()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h187 uint32_t GetCommandBufferingCount() const;
H A Dgpu_resource_manager_base.inl88 auto const minAge = device_.GetCommandBufferingCount() + 1;
H A Ddevice.cpp763 uint32_t Device::GetCommandBufferingCount() const in GetCommandBufferingCount() function in Device
H A Dshader_manager.cpp735 const auto minAge = device_.GetCommandBufferingCount() + additionalFrameCount; in HandlePendingAllocations()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp258 const auto minAge = device.GetCommandBufferingCount(); in ProcessFrameSignalDeferredDestroy()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp110 const auto minAge = device_.GetCommandBufferingCount() + additionalFrameCount; in BeginBackendFrame()
H A Drender_node_graph_manager.cpp195 const uint64_t minAge = static_cast<uint64_t>(device_.GetCommandBufferingCount()) + 1; in HandlePendingAllocations()