Lines Matching refs:submitInfo
132 nodeContextData.submitInfo.signalSemaphore = false; in InitializeRenderNodeContextData()
133 nodeContextData.submitInfo.waitSemaphoreCount = 0; in InitializeRenderNodeContextData()
134 nodeContextData.submitInfo.waitForSwapchainAcquireSignal = false; in InitializeRenderNodeContextData()
182 auto& submitInfo = nodeStore.renderNodeContextData[nodeIdx].submitInfo; in PatchSignaling() local
186 … if (submitInfo.waitSemaphoreCount < PipelineStateConstants::MAX_RENDER_NODE_GPU_WAIT_SIGNALS) { in PatchSignaling()
189 nodeStore.renderNodeContextData[index].submitInfo.signalSemaphore = true; in PatchSignaling()
191 submitInfo.waitSemaphoreNodeIndices[submitInfo.waitSemaphoreCount] = index; in PatchSignaling()
192 submitInfo.waitSemaphoreCount++; in PatchSignaling()
357 …if ((rcfd.firstSwapchainNodeIdx > backendNodeIdx) && (ref.submitInfo.waitForSwapchainAcquireSignal… in IterateRenderBackendNodeGraphNodeStores()
362 ref.nodeContextPoolMgr.get(), (uint32_t)nodeIdx, ref.submitInfo, in IterateRenderBackendNodeGraphNodeStores()
372 ref.submitDepencies.signalSemaphore = nodeContextRef.submitInfo.signalSemaphore; in IterateRenderBackendNodeGraphNodeStores()
373 … ref.submitDepencies.waitSemaphoreCount = nodeContextRef.submitInfo.waitSemaphoreCount; in IterateRenderBackendNodeGraphNodeStores()
375 … const uint32_t currRenderNodeIdx = nodeContextRef.submitInfo.waitSemaphoreNodeIndices[waitIdx]; in IterateRenderBackendNodeGraphNodeStores()