/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateClipCullDistance.cpp | 189 bool ValidateClipCullDistance(TIntermBlock *root, in ValidateClipCullDistance() argument
|
H A D | ValidateTypeSizeLimitations.cpp | 205 bool ValidateTypeSizeLimitations(TIntermNode *root, in ValidateTypeSizeLimitations() argument
|
H A D | ASTMetadataHLSL.cpp | 385 MetadataList CreateASTMetadataHLSL(TIntermNode *root, const CallDAG &callDag) in CreateASTMetadataHLSL() argument
|
H A D | CallDAG.cpp | 147 InitResult assignIndicesInternal(CreatorFunctionData *root) in assignIndicesInternal() argument 298 CallDAG::InitResult CallDAG::init(TIntermNode *root, TDiagnostics *diagnostics) in init() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | DeclareAndInitBuiltinsForInstancedMultiview.cpp | 126 DeclareAndInitBuiltinsForInstancedMultiview(TCompiler *compiler, TIntermBlock *root, unsigned numberOfViews, GLenum shaderType, ShCompileOptions compileOptions, ShShaderOutput shaderOutput, TSymbolTable *symbolTable) DeclareAndInitBuiltinsForInstancedMultiview() argument
|
H A D | EmulateMultiDrawShaderBuiltins.cpp | 120 EmulateGLDrawID(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, std::vector<sh::ShaderVariable> *uniforms, bool shouldCollect) EmulateGLDrawID() argument 164 EmulateGLBaseVertexBaseInstance(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, std::vector<sh::ShaderVariable> *uniforms, bool shouldCollect, bool addBaseVertexToVertexID) EmulateGLBaseVertexBaseInstance() argument [all...] |
H A D | DeferGlobalInitializers.cpp | 105 void InsertInitCallToMain(TIntermBlock *root, in InsertInitCallToMain() argument 133 DeferGlobalInitializers(TCompiler *compiler, TIntermBlock *root, bool initializeUninitializedGlobals, bool canUseLoopsToInitialize, bool highPrecisionSupported, bool forceDeferGlobalInitializers, TSymbolTable *symbolTable) DeferGlobalInitializers() argument
|
H A D | RewriteArrayOfArrayOfOpaqueUniforms.cpp | 340 RewriteArrayOfArrayOfOpaqueUniforms(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) RewriteArrayOfArrayOfOpaqueUniforms() argument
|
H A D | RemoveInactiveInterfaceVariables.cpp | 192 RemoveInactiveInterfaceVariables(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, const std::vector<sh::ShaderVariable> &attributes, const std::vector<sh::ShaderVariable> &inputVaryings, const std::vector<sh::ShaderVariable> &outputVariables, const std::vector<sh::ShaderVariable> &uniforms, const std::vector<sh::InterfaceBlock> &interfaceBlocks, bool removeFragmentOutputs) RemoveInactiveInterfaceVariables() argument
|
H A D | SimplifyLoopConditions.cpp | 473 bool SimplifyLoopConditions(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in SimplifyLoopConditions() argument 480 SimplifyLoopConditions(TCompiler *compiler, TIntermNode *root, unsigned int conditionsToSimplifyMask, TSymbolTable *symbolTable) SimplifyLoopConditions() argument
|
H A D | SeparateDeclarations.cpp | 194 bool SeparateDeclarations(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in SeparateDeclarations() argument 48 apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) apply() argument
|
H A D | ScalarizeVecAndMatConstructorArgs.cpp | 213 ScalarizeVecAndMatConstructorArgs(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) ScalarizeVecAndMatConstructorArgs() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | ArrayReturnValueToOutParameter.cpp | 77 apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) apply() argument 226 ArrayReturnValueToOutParameter(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) ArrayReturnValueToOutParameter() argument
|
H A D | UnfoldShortCircuitToIf.cpp | 180 bool UnfoldShortCircuitToIf(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in UnfoldShortCircuitToIf() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | RewriteUnaddressableReferences.cpp | 362 RewriteUnaddressableReferences(TCompiler &compiler, TIntermBlock &root, SymbolEnv &symbolEnv) RewriteUnaddressableReferences() argument
|
H A D | RewriteOutArgs.cpp | 213 bool sh::RewriteOutArgs(TCompiler &compiler, TIntermBlock &root, SymbolEnv &symbolEnv) in RewriteOutArgs() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | ReplaceArrayOfMatrixVarying.cpp | 78 ReplaceArrayOfMatrixVarying(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, const TVariable *varying) ReplaceArrayOfMatrixVarying() argument 156 ReplaceArrayOfMatrixVaryings(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) ReplaceArrayOfMatrixVaryings() argument
|
H A D | RewriteSampleMaskVariable.cpp | 105 RewriteSampleMask(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, const TIntermTyped *numSamplesUniform) RewriteSampleMask() argument 167 RewriteSampleMaskIn(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) RewriteSampleMaskIn() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | OVR_multiview2_test.cpp | 175 void VariableOccursNTimes(TIntermBlock *root, in VariableOccursNTimes() argument
|
H A D | OVR_multiview_test.cpp | 172 void VariableOccursNTimes(TIntermBlock *root, in VariableOccursNTimes() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLX11VisualTest.cpp | 212 Window root; in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuRandomOrderExecutor.cpp | 41 RandomOrderExecutor::RandomOrderExecutor(TestPackageRoot &root, in RandomOrderExecutor() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | AnalyzeCallDepth.cpp | 106 AnalyzeCallDepth::AnalyzeCallDepth(TIntermNode *root) in AnalyzeCallDepth() argument
|
H A D | Compiler.cpp | 141 TIntermNode* root = parseContext.getTreeRoot(); in compile() local 210 bool TCompiler::validateCallDepth(TIntermNode *root, TInfoSink &infoSink) in validateCallDepth() argument 242 bool TCompiler::validateLimitations(TIntermNode* root) { in validateLimitations() argument [all...] |
H A D | parseConst.cpp | 239 bool TIntermediate::parseConstTree(const TSourceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TType t, bool singleConstantParam) in parseConstTree() argument
|