Searched refs:fCurrentComputeRootDescTable (Results 1 – 2 of 2) sorted by relevance
292 sk_bzero(fCurrentComputeRootDescTable, sizeof(fCurrentComputeRootDescTable)); in GrD3DDirectCommandList()307 sk_bzero(fCurrentComputeRootDescTable, sizeof(fCurrentComputeRootDescTable)); in onReset()365 sk_bzero(fCurrentComputeRootDescTable, sizeof(fCurrentComputeRootDescTable)); in setComputeRootSignature()569 if (fCurrentComputeRootDescTable[rootParameterIndex].ptr != baseDescriptor.ptr) { in setComputeRootDescriptorTable()571 fCurrentComputeRootDescTable[rootParameterIndex] = baseDescriptor; in setComputeRootDescriptorTable()
228 D3D12_GPU_DESCRIPTOR_HANDLE fCurrentComputeRootDescTable[GrD3DRootSignature::kParamIndexCount]; variable