blob: 652a2d7808ffa2c84e6a99ae3b6f213c7ee4f1c5 [file] [log] [blame]
// GENERATED FILE - DO NOT EDIT.
// Generated by gen_builtin_symbols.py using data from builtin_variables.json and
// builtin_function_declarations.txt.
//
// Copyright 2019 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// ParseContext_complete_autogen.h:
// Helpers for built-in related checks.
#ifndef COMPILER_TRANSLATOR_PARSECONTEXT_AUTOGEN_H_
#define COMPILER_TRANSLATOR_PARSECONTEXT_AUTOGEN_H_
namespace sh
{
namespace BuiltInGroup
{
bool isTextureOffsetNoBias(const TFunction *func)
{
int id = func->uniqueId().get();
return id >= 1113 && id <= 1259;
}
bool isTextureOffsetBias(const TFunction *func)
{
int id = func->uniqueId().get();
return id >= 1260 && id <= 1294;
}
bool isTextureGatherOffset(const TFunction *func)
{
int id = func->uniqueId().get();
return id >= 1346 && id <= 1388;
}
bool isTextureGather(const TFunction *func)
{
int id = func->uniqueId().get();
return id >= 1308 && id <= 1388;
}
bool isAtomicMemory(const TFunction *func)
{
int id = func->uniqueId().get();
return id >= 1450 && id <= 1467;
}
bool isImageLoad(const TFunction *func)
{
int id = func->uniqueId().get();
return id >= 2104 && id <= 2136;
}
bool isImageStore(const TFunction *func)
{
int id = func->uniqueId().get();
return id >= 2137 && id <= 2169;
}
bool isImage(const TFunction *func)
{
int id = func->uniqueId().get();
return id >= 1468 && id <= 2169;
}
} // namespace BuiltInGroup
} // namespace sh
#endif // COMPILER_TRANSLATOR_PARSECONTEXT_AUTOGEN_H_