Home
last modified time | relevance | path

Searched refs:SeqNo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h63 BadFunctionCall(FnIdT FnId, SeqNoT SeqNo) in BadFunctionCall() argument
64 : FnId(std::move(FnId)), SeqNo(std::move(SeqNo)) {} in BadFunctionCall()
72 "sequence number " << SeqNo; in log()
77 SeqNoT SeqNo; variable
96 InvalidSequenceNumberForResponse(SeqNoT SeqNo) in InvalidSequenceNumberForResponse() argument
97 : SeqNo(std::move(SeqNo)) {} in InvalidSequenceNumberForResponse()
104 OS << "Response has unknown sequence number " << SeqNo; in log()
107 SeqNoT SeqNo;
324 SequenceNumberT SeqNo, in sendResult() argument
330 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) in sendResult()
[all …]
DRawByteChannel.h42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() argument
44 if (auto Err = serializeSeq(*this, FnId, SeqNo)) { in startSendMessage()
61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() argument
63 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) { in startReceiveMessage()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp203 pQuery->SeqNo = ++pDevice->LastEmittedQuerySeqNo; in QueryEnd()
241 (pQuery->SeqNo - pDevice->LastFinishedQuerySeqNo) > 0 && in QueryGetData()
320 if ((pQuery->SeqNo - pDevice->LastFinishedQuerySeqNo) > 0) { in QueryGetData()
321 pDevice->LastFinishedQuerySeqNo = pQuery->SeqNo; in QueryGetData()
DState.h392 INT SeqNo; member