Searched refs:rootParameterIndex (Results 1 – 2 of 2) sorted by relevance
545 unsigned int rootParameterIndex, D3D12_GPU_VIRTUAL_ADDRESS bufferLocation) { in setGraphicsRootConstantBufferView() argument546 SkASSERT(rootParameterIndex == in setGraphicsRootConstantBufferView()549 fCommandList->SetGraphicsRootConstantBufferView(rootParameterIndex, bufferLocation); in setGraphicsRootConstantBufferView()555 unsigned int rootParameterIndex, D3D12_GPU_VIRTUAL_ADDRESS bufferLocation) { in setComputeRootConstantBufferView() argument556 SkASSERT(rootParameterIndex == in setComputeRootConstantBufferView()559 fCommandList->SetComputeRootConstantBufferView(rootParameterIndex, bufferLocation); in setComputeRootConstantBufferView()565 unsigned int rootParameterIndex, D3D12_GPU_DESCRIPTOR_HANDLE baseDescriptor) { in setGraphicsRootDescriptorTable() argument566 SkASSERT(rootParameterIndex == in setGraphicsRootDescriptorTable()568 rootParameterIndex == in setGraphicsRootDescriptorTable()570 if (fCurrentGraphicsRootDescTable[rootParameterIndex].ptr != baseDescriptor.ptr) { in setGraphicsRootDescriptorTable()[all …]
200 void setGraphicsRootConstantBufferView(unsigned int rootParameterIndex,202 void setGraphicsRootDescriptorTable(unsigned int rootParameterIndex,204 void setComputeRootConstantBufferView(unsigned int rootParameterIndex,206 void setComputeRootDescriptorTable(unsigned int rootParameterIndex,