Home
last modified time | relevance | path

Searched refs:fCurrentComputeRootSignature (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp298 fCurrentComputeRootSignature = nullptr; in onReset()
360 if (fCurrentComputeRootSignature != rootSig.get()) { in setComputeRootSignature()
363 fCurrentComputeRootSignature = rootSig.get(); in setComputeRootSignature()
DGrD3DCommandList.h218 const GrD3DRootSignature* fCurrentComputeRootSignature = nullptr; variable