Searched refs:fCurrentComputeRootDescTable (Results 1 – 2 of 2) sorted by relevance
288 sk_bzero(fCurrentComputeRootDescTable, sizeof(fCurrentComputeRootDescTable)); in GrD3DDirectCommandList()303 sk_bzero(fCurrentComputeRootDescTable, sizeof(fCurrentComputeRootDescTable)); in onReset()381 sk_bzero(fCurrentComputeRootDescTable, sizeof(fCurrentComputeRootDescTable)); in setComputeRootSignature()582 if (fCurrentComputeRootDescTable[rootParameterIndex].ptr != baseDescriptor.ptr) { in setComputeRootDescriptorTable()584 fCurrentComputeRootDescTable[rootParameterIndex] = baseDescriptor; in setComputeRootDescriptorTable()
234 D3D12_GPU_DESCRIPTOR_HANDLE fCurrentComputeRootDescTable[GrD3DRootSignature::kParamIndexCount]; variable