Lines Matching refs:GpuQueue

476 CommandBarrier GetQueueOwnershipTransferBarrier(const RenderHandle handle, const GpuQueue& srcGpuQu…  in GetQueueOwnershipTransferBarrier()
477 const GpuQueue& dstGpuQueue, const ImageLayout srcImageLayout, const ImageLayout dstImageLayout) in GetQueueOwnershipTransferBarrier()
511 const GpuQueue acquireGpuQueue = acquireNodeRef.renderCommandList->GetGpuQueue(); in PatchGpuResourceQueueTransfers()
512 GpuQueue releaseGpuQueue = acquireGpuQueue; in PatchGpuResourceQueueTransfers()
841 const GpuQueue gpuQueue = nodeData.renderCommandList->GetGpuQueue(); in RenderCommand()
923 …raph::BeginRenderPassUpdateImageStates(BeginRenderPassParameters& params, const GpuQueue& gpuQueue, in BeginRenderPassUpdateImageStates()
1505 if ((prevState.gpuQueue.type != GpuQueue::QueueType::UNDEFINED) && in UpdateStateAndCreateBarriersGpuImage()
1507 PLUGIN_ASSERT(state.gpuQueue.type != GpuQueue::QueueType::UNDEFINED); in UpdateStateAndCreateBarriersGpuImage()
1562 if ((srcState.gpuQueue.type != GpuQueue::QueueType::UNDEFINED) && in AddCommandBarrierAndUpdateStateCacheBuffer()
1564 PLUGIN_ASSERT(newGpuResourceState.gpuQueue.type != GpuQueue::QueueType::UNDEFINED); in AddCommandBarrierAndUpdateStateCacheBuffer()
1595 if ((srcState.gpuQueue.type != GpuQueue::QueueType::UNDEFINED) && in AddCommandBarrierAndUpdateStateCacheImage()
1597 PLUGIN_ASSERT(newGpuResourceState.gpuQueue.type != GpuQueue::QueueType::UNDEFINED); in AddCommandBarrierAndUpdateStateCacheImage()
1624 const RenderHandle handle, const GpuQueue& queue) in GetBufferResourceStateRef()
1652 const RenderHandle handle, const GpuQueue& queue) in GetImageResourceStateRef()