/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang.l | 89 static bool is_extension_enabled_or_is_core(TParseContext *context, 99 static int ES2_extension_2_ES3_keyword(TParseContext *context, TExtension extension1, TExtension ex… 100 static int ES2_reserved_ES3_keyword(TParseContext *context, int token); 101 static int ES2_keyword_ES3_reserved(TParseContext *context, int token); 102 static int ES3_keyword(TParseContext *context, int token); 103 static int ES3_reserved_ES3_1_keyword(TParseContext *context, int token); 104 static int ES2_reserved_ES3_1_keyword(TParseContext *context, int token); 105 static int ES3_1_keyword(TParseContext *context, int token); 106 static int ES2_reserved_ES2_extension_ES3_keyword(TParseContext *context, TExtension extension, int… 107 static int ES3_extension(TParseContext *context, TExtension extension, int token); [all …]
|
D | ParseContext.cpp | 156 class TParseContext::AtomicCounterBindingState 185 TParseContext::TParseContext(TSymbolTable &symt, in TParseContext() function in sh::TParseContext 251 TParseContext::~TParseContext() {} in ~TParseContext() 253 bool TParseContext::anyMultiviewExtensionAvailable() in anyMultiviewExtensionAvailable() 259 bool TParseContext::parseVectorFields(const TSourceLoc &line, in parseVectorFields() 369 void TParseContext::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 374 void TParseContext::error(const TSourceLoc &loc, const char *reason, const ImmutableString &token) in error() 379 void TParseContext::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 384 void TParseContext::outOfRangeError(bool isError, in outOfRangeError() 399 void TParseContext::setTreeRoot(TIntermBlock *treeRoot) in setTreeRoot() [all …]
|
D | glslang.h | 12 class TParseContext; variable 15 extern int glslang_initialize(sh::TParseContext *context); 16 extern int glslang_finalize(sh::TParseContext *context); 21 sh::TParseContext *context); 22 extern int glslang_parse(sh::TParseContext *context);
|
D | glslang_lex_autogen.cpp | 909 static bool is_extension_enabled_or_is_core(TParseContext *context, 921 static int ES2_extension_2_ES3_keyword(TParseContext *context, 925 static int ES2_reserved_ES3_keyword(TParseContext *context, int token); 926 static int ES2_keyword_ES3_reserved(TParseContext *context, int token); 927 static int ES3_keyword(TParseContext *context, int token); 928 static int ES3_reserved_ES3_1_keyword(TParseContext *context, int token); 929 static int ES2_reserved_ES3_1_keyword(TParseContext *context, int token); 930 static int ES3_1_keyword(TParseContext *context, int token); 931 static int ES2_reserved_ES2_extension_ES3_keyword(TParseContext *context, 934 static int ES3_extension(TParseContext *context, TExtension extension, int token); [all …]
|
D | Compiler.h | 34 class TParseContext; variable 282 void setASTMetadata(const TParseContext &parseContext); 285 bool checkShaderVersion(TParseContext *parseContext); 289 const TParseContext &parseContext,
|
D | ParseContext.h | 33 class TParseContext : angle::NonCopyable 36 TParseContext(TSymbolTable &symt, 45 ~TParseContext(); 747 TParseContext *context);
|
D | Compiler.cpp | 445 TParseContext parseContext(mSymbolTable, mExtensionBehavior, mShaderType, mShaderSpec, in compileTreeImpl() 484 bool TCompiler::checkShaderVersion(TParseContext *parseContext) in checkShaderVersion() 547 void TCompiler::setASTMetadata(const TParseContext &parseContext) in setASTMetadata() 651 const TParseContext &parseContext, in checkAndSimplifyAST()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 106 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields… in parseVectorFields() 202 void TParseContext::recover() in recover() 209 void TParseContext::error(const TSourceLoc& loc, in error() 219 void TParseContext::warning(const TSourceLoc& loc, in warning() 227 void TParseContext::info(const TSourceLoc& loc, in info() 235 void TParseContext::trace(const char* str) in trace() 243 void TParseContext::assignError(const TSourceLoc &line, const char* op, TString left, TString right) in assignError() 254 void TParseContext::unaryOpError(const TSourceLoc &line, const char* op, TString operand) in unaryOpError() 266 void TParseContext::binaryOpError(const TSourceLoc &line, const char* op, TString left, TString rig… in binaryOpError() 275 bool TParseContext::precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType ty… in precisionErrorCheck() [all …]
|
D | glslang.h | 15 class TParseContext; variable 16 extern int glslang_initialize(TParseContext* context); 17 extern int glslang_finalize(TParseContext* context); 22 TParseContext* context); 23 extern int glslang_parse(TParseContext* context);
|
D | glslang.l | 76 static int ES2_reserved_ES3_keyword(TParseContext *context, int token); 77 static int ES2_keyword_ES3_reserved(TParseContext *context, int token); 78 static int ES2_identifier_ES3_keyword(TParseContext *context, int token); 79 static int uint_constant(TParseContext *context); 82 static int floatsuffix_check(TParseContext* context); 99 TParseContext* context = yyextra; 445 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword() 457 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved() 469 int ES2_identifier_ES3_keyword(TParseContext *context, int token) in ES2_identifier_ES3_keyword() 484 int uint_constant(TParseContext *context) in uint_constant() [all …]
|
D | ValidateSwitch.h | 21 class TParseContext; variable 28 static bool validate(TBasicType switchType, TParseContext *context, 43 ValidateSwitch(TBasicType switchType, TParseContext *context); 48 TParseContext *mContext;
|
D | InitializeParseContext.h | 21 class TParseContext; variable 22 extern void SetGlobalParseContext(TParseContext* context); 23 extern TParseContext* GetGlobalParseContext();
|
D | InitializeParseContext.cpp | 37 void SetGlobalParseContext(TParseContext* context) in SetGlobalParseContext() 43 TParseContext* GetGlobalParseContext() in GetGlobalParseContext() 46 return static_cast<TParseContext*>(OS_GetTLSValue(GlobalParseContextIndex)); in GetGlobalParseContext()
|
D | glslang_lex.cpp | 1176 static int ES2_reserved_ES3_keyword(TParseContext *context, int token); 1177 static int ES2_keyword_ES3_reserved(TParseContext *context, int token); 1178 static int ES2_identifier_ES3_keyword(TParseContext *context, int token); 1179 static int uint_constant(TParseContext *context); 1182 static int floatsuffix_check(TParseContext* context); 1196 #define YY_EXTRA_TYPE TParseContext* 1582 TParseContext* context = yyextra; 3677 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword() 3689 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved() 3701 int ES2_identifier_ES3_keyword(TParseContext *context, int token) in ES2_identifier_ES3_keyword() [all …]
|
D | ValidateSwitch.cpp | 19 bool ValidateSwitch::validate(TBasicType switchType, TParseContext *context, in validate() 28 ValidateSwitch::ValidateSwitch(TBasicType switchType, TParseContext *context) in ValidateSwitch()
|
D | debug.cpp | 30 TParseContext* parseContext = GetGlobalParseContext(); in Trace()
|
D | TranslatorASM.cpp | 25 TParseContext& parseContext = *GetGlobalParseContext(); in translate()
|
D | ParseHelper.h | 35 class TParseContext { 37 …TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, GLenum type, int… in TParseContext() function 279 TParseContext* context);
|
D | glslang_tab.h | 246 int yyparse (TParseContext* context, void* yyscanner);
|
D | OutputASM.h | 224 explicit OutputASM(TParseContext &context, Shader *shaderObject); 381 TParseContext &mContext;
|
/third_party/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 100 TAttributeType TParseContext::attributeFromName(const TString& name) const in attributeFromName() 133 TAttributes* TParseContext::makeAttributes(const TString& identifier) const in makeAttributes() 143 TAttributes* TParseContext::makeAttributes(const TString& identifier, TIntermNode* node) const in makeAttributes() 158 TAttributes* TParseContext::mergeAttributes(TAttributes* attr1, TAttributes* attr2) const in mergeAttributes() 167 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes() 196 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes() 225 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes() 350 void TParseContext::handleFunctionAttributes(const TSourceLoc& loc, const TAttributes& attributes) in handleFunctionAttributes()
|
D | SpirvIntrinsics.cpp | 58 TSpirvRequirement* TParseContext::makeSpirvRequirement(const TSourceLoc& loc, const TString& name, in makeSpirvRequirement() 82 TSpirvRequirement* TParseContext::mergeSpirvRequirements(const TSourceLoc& loc, TSpirvRequirement* … in mergeSpirvRequirements() 284 TSpirvTypeParameters* TParseContext::makeSpirvTypeParameters(const TSourceLoc& loc, const TIntermCo… in makeSpirvTypeParameters() 299 TSpirvTypeParameters* TParseContext::makeSpirvTypeParameters(const TSourceLoc& /* loc */, in makeSpirvTypeParameters() 307 TSpirvTypeParameters* TParseContext::mergeSpirvTypeParameters(TSpirvTypeParameters* spirvTypeParams… in mergeSpirvTypeParameters() 318 TSpirvInstruction* TParseContext::makeSpirvInstruction(const TSourceLoc& loc, const TString& name, … in makeSpirvInstruction() 329 TSpirvInstruction* TParseContext::makeSpirvInstruction(const TSourceLoc& loc, const TString& name, … in makeSpirvInstruction() 340 TSpirvInstruction* TParseContext::mergeSpirvInstruction(const TSourceLoc& loc, TSpirvInstruction* s… in mergeSpirvInstruction()
|
D | ParseHelper.cpp | 49 extern int yyparse(glslang::TParseContext*); 53 TParseContext::TParseContext(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins, in TParseContext() function in glslang::TParseContext 104 TParseContext::~TParseContext() in ~TParseContext() 111 void TParseContext::setPrecisionDefaults() in setPrecisionDefaults() 165 void TParseContext::setLimits(const TBuiltInResource& r) in setLimits() 193 bool TParseContext::parseShaderStrings(TPpContext& ppContext, TInputScanner& input, bool versionWil… in parseShaderStrings() 208 void TParseContext::parserError(const char* s) in parserError() 216 void TParseContext::growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TString&… in growGlobalUniformBlock() 249 void TParseContext::growAtomicCounterBlock(int binding, const TSourceLoc& loc, TType& memberType, c… in growAtomicCounterBlock() 282 const char* TParseContext::getGlobalUniformBlockName() const in getGlobalUniformBlockName() [all …]
|
D | ParseHelper.h | 306 class TParseContext : public TParseContextBase { 308 …TParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins, int version, EProfile, const Sp… 311 virtual ~TParseContext(); 535 TParseContext(TParseContext&); 536 TParseContext& operator=(TParseContext&);
|
D | limits.cpp | 132 void TParseContext::inductiveLoopBodyCheck(TIntermNode* body, long long loopId, TSymbolTable& symbo… in inductiveLoopBodyCheck() 188 void TParseContext::constantIndexExpressionCheck(TIntermNode* index) in constantIndexExpressionCheck()
|