Lines Matching refs:currentCommandList
61 fGpu->currentCommandList()->setRenderTarget(d3dRT);
66 fGpu->currentCommandList()->clearRenderTargetView(d3dRT, fClearColor, nullptr);
73 fGpu->currentCommandList()->clearDepthStencilView(d3dStencil, 0, nullptr);
89 gpu->currentCommandList()->setStencilRef(stencilRef);
110 gpu->currentCommandList()->setBlendFactor(floatColors);
136 gpu->currentCommandList()->setPrimitiveTopology(topology);
157 gpu->currentCommandList()->setScissorRects(1, &scissor);
168 gpu->currentCommandList()->setViewports(1, &viewport);
186 fGpu->currentCommandList()->setGraphicsRootSignature(fCurrentPipelineState->rootSignature());
187 fGpu->currentCommandList()->setPipelineState(fCurrentPipelineState->pipeline());
250 GrD3DDirectCommandList* currCmdList = fGpu->currentCommandList();
260 fGpu->currentCommandList()->drawInstanced(vertexCount, instanceCount, baseVertex, baseInstance);
267 fGpu->currentCommandList()->drawIndexedInstanced(indexCount, instanceCount, baseIndex,
276 fGpu->currentCommandList()->executeIndirect(cmdSig, drawCount,
286 fGpu->currentCommandList()->executeIndirect(cmdSig, drawCount,
317 fGpu->currentCommandList()->clearRenderTargetView(d3dRT, color, &clearRect);
338 fGpu->currentCommandList()->clearDepthStencilView(d3dStencil, stencilColor, &clearRect);