Home
last modified time | relevance | path

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

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/renderer/
H A Drenderer.cpp1912 const bool frameGraphDirty = dirtyBitsForFrame & AbstractRenderer::FrameGraphDirty; in renderBinJobs() local
1914 const bool layersCacheNeedsToBeRebuilt = layersDirty || entitiesEnabledDirty || frameGraphDirty; in renderBinJobs()
1920 const bool materialCacheNeedsToBeRebuilt = shadersDirty || materialDirty || frameGraphDirty; in renderBinJobs()
1939 if (frameGraphDirty) { in renderBinJobs()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/rhi/renderer/
H A Drenderer.cpp1986 const bool frameGraphDirty = dirtyBitsForFrame & AbstractRenderer::FrameGraphDirty; in renderBinJobs() local
1988 const bool layersCacheNeedsToBeRebuilt = layersDirty || entitiesEnabledDirty || frameGraphDirty; in renderBinJobs()
1994 const bool materialCacheNeedsToBeRebuilt = shadersDirty || materialDirty || frameGraphDirty; in renderBinJobs()
2016 if (frameGraphDirty) { in renderBinJobs()