Lines Matching refs:ASSERT_MSG
1627 …ASSERT_MSG(type->returnTy != nullptr || shader->getType(insn.word(6)).opcode() == spv::Op::OpTypeV… in process()
1777 ASSERT_MSG(decl->local->definition == debug::LocalVariable::Definition::Undefined, in process()
1799 ASSERT_MSG(value->local->definition == debug::LocalVariable::Definition::Values, in process()
1899 ASSERT_MSG(obj != nullptr, "add() called with nullptr obj"); in add()
1901 ASSERT_MSG(added, "Debug object with %d already exists", id.value()); in add()
1907 ASSERT_MSG(added, "Debug object with %d already exists", id.value()); in addNone()
1921 ASSERT_MSG(it != objects.end(), "Unknown debug object %d", id.value()); in get()
1923 ASSERT_MSG(ptr, "Debug object %d is not of the correct type. Got: %s, want: %s", in get()
1934 ASSERT_MSG(ptr, "Debug object %d is not of the correct type. Got: %s, want: %s", in getOrNull()
1944 ASSERT_MSG(entries.find(objId) == entries.end(), in create()
1992 ASSERT_MSG(entryIt != entries.end(), "Missing shadow entry for object %%%d (%s)", in get()