Lines Matching full:deterministic
397 * into deterministic and non-deterministic to facilitate handling of such messages.
399 * Non-deterministic messages that are present in differing quantities in filtered and
407 * For API/shader messages we assume that the following types are deterministic:
410 * For API messages the following types are assumed to be non-deterministic
416 * For API messages the following types are assumed to be non-deterministic
421 * For 3rd party and application messages the following types are deterministic:
427 * All messages with category of window system or other are treated as non-deterministic
446 return VerificationResult(QP_TEST_RESULT_FAIL, "Extra instances of a deterministic message were present", log.str());
460 log << "Extra instances of message were found but the message is non-deterministic(warning): (" << id << ") with "
467 log << "Instances of message were missing but the message is non-deterministic(warning): (" << id << ") with "
477 deterministic(ignored): (" << id << ") with "
484 log << "Instances of message were missing but the message is non-deterministic(ignored): (" << id << ") with "