Searched refs:OTHER_ERROR (Results 1 – 2 of 2) sorted by relevance
190 enum class Completion { NO_ERROR, OUTPUT_INSUFFICIENT_SIZE, OTHER_ERROR }; enumerator191 Completion mCompletionWithoutSyncFence = Completion::OTHER_ERROR;
123 return (r == FenceState::SIGNALED) ? Completion::NO_ERROR : Completion::OTHER_ERROR; in completedWith()408 if (completedWith() == Completion::OTHER_ERROR) { in getOutputOperandDimensions()437 if (completedWith() == Completion::OTHER_ERROR) { in getOutputOperandRank()947 mCompletionWithoutSyncFence = Completion::OTHER_ERROR; in finishWithoutSyncFence()