Home
last modified time | relevance | path

Searched refs:setComputeRootSignature (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DCommandList.h173 void setComputeRootSignature(const sk_sp<GrD3DRootSignature>& rootSignature);
DGrD3DCommandList.cpp374 void GrD3DDirectCommandList::setComputeRootSignature(const sk_sp<GrD3DRootSignature>& rootSig) { in setComputeRootSignature() function in GrD3DDirectCommandList
DGrD3DGpu.cpp937 this->currentCommandList()->setComputeRootSignature(rootSig); in onRegenerateMipMapLevels()