Lines Matching refs:currentCommandList
799 if (!this->currentCommandList()) {
854 this->currentCommandList()->addGrBuffer(std::move(transferBuffer));
866 if (!this->currentCommandList()) {
1114 this->currentCommandList()->aliasingBarrier(nullptr,
1119 this->currentCommandList()->copyTextureToTexture(bgraAliasTexture.get(), d3dTex, 0);
1121 this->currentCommandList()->aliasingBarrier(bgraAliasTexture->resource(),
1128 this->currentCommandList()->copyTextureToTexture(uavTexture.get(), d3dTex, 0);
1137 this->currentCommandList()->setComputeRootSignature(rootSig);
1142 this->currentCommandList()->setPipelineState(std::move(pipeline));
1148 this->currentCommandList()->addSampledTextureRef(uavTexture.get());
1184 this->currentCommandList()->setComputeRootConstantBufferView(
1205 this->currentCommandList()->setDescriptorHeaps(srvTable->heap(), samplerTable->heap());
1206 this->currentCommandList()->setComputeRootDescriptorTable(
1209 this->currentCommandList()->setComputeRootDescriptorTable(
1220 this->currentCommandList()->dispatch((width+7)/8, (height+7)/8);
1223 this->currentCommandList()->uavBarrier(uavTexture->resource(), uavTexture->d3dResource());
1236 this->currentCommandList()->aliasingBarrier(uavTexture->resource(),
1242 this->currentCommandList()->copyTextureToTexture(d3dTex, bgraAliasTexture.get());
1248 this->currentCommandList()->copyTextureToTexture(d3dTex, uavTexture.get());
1417 GrD3DDirectCommandList* cmdList = this->currentCommandList();
1520 GrD3DDirectCommandList* cmdList = this->currentCommandList();