Home
last modified time | relevance | path

Searched defs:root (Results 601 - 625 of 1105) sorted by relevance

1...<<21222324252627282930>>...45

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DToposortStructs.cpp300 ToposortStructs(TCompiler &compiler, SymbolEnv &symbolEnv, TIntermBlock &root, ProgramPreludeConfig &ppc) ToposortStructs() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp311 bool rewrite(TIntermBlock &root) in rewrite() argument
333 bool sh::ConvertUnsupportedConstructorsToFunctionCalls(TCompiler &compiler, TIntermBlock &root) in ConvertUnsupportedConstructorsToFunctionCalls() argument
H A DInitializeVariables.cpp330 InitializeUninitializedLocals(TCompiler *compiler, TIntermBlock *root, int shaderVersion, bool canUseLoopsToInitialize, bool highPrecisionSupported, TSymbolTable *symbolTable) InitializeUninitializedLocals() argument
343 InitializeVariables(TCompiler *compiler, TIntermBlock *root, const InitVariableList &vars, TSymbolTable *symbolTable, int shaderVersion, const TExtensionBehavior &extensionBehavior, bool canUseLoopsToInitialize, bool highPrecisionSupported) InitializeVariables() argument
H A DRewriteAtomicCounters.cpp26 const TVariable *DeclareAtomicCountersBuffers(TIntermBlock *root, TSymbolTable *symbolTable) in DeclareAtomicCountersBuffers() argument
317 RewriteAtomicCounters(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, const TIntermTyped *acbBufferOffsets) RewriteAtomicCounters() argument
H A DRewriteDfdy.cpp61 Apply(TCompiler *compiler, ShCompileOptions compileOptions, TIntermNode *root, const TSymbolTable &symbolTable, SpecConst *specConst, const DriverUniform *driverUniforms) Apply() argument
218 RewriteDfdy(TCompiler *compiler, ShCompileOptions compileOptions, TIntermNode *root, const TSymbolTable &symbolTable, int shaderVersion, SpecConst *specConst, const DriverUniform *driverUniforms) RewriteDfdy() argument
H A DRemoveUnreferencedVariables.cpp361 bool RemoveUnreferencedVariables(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RemoveUnreferencedVariables() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRecordUniformBlocksWithLargeArrayMember.cpp344 RecordUniformBlocksWithLargeArrayMember( TIntermNode *root, std::map<int, const TInterfaceBlock *> &uniformBlockOptimizedMap, std::set<std::string> &slowCompilingUniformBlockSet) RecordUniformBlocksWithLargeArrayMember() argument
H A DRewriteExpressionsWithShaderStorageBlock.cpp400 RewriteExpressionsWithShaderStorageBlock(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) RewriteExpressionsWithShaderStorageBlock() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateVaryingLocations.cpp359 bool ValidateVaryingLocations(TIntermBlock *root, TDiagnostics *diagnostics, GLenum shaderType) in ValidateVaryingLocations() argument
H A DOutputTree.cpp716 void OutputTree(TIntermNode *root, TInfoSinkBase &out) in OutputTree() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DRewriteR32fImages.cpp373 bool RewriteR32fImages(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RewriteR32fImages() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DWindowSurfaceGLX.cpp288 Window root; in getWindowDimensions() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DInitOutputVariables_test.cpp104 VerifyOutputVariableInitializers(TIntermBlock *root) : TIntermTraverser(true, false, false) in VerifyOutputVariableInitializers() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcfg.cpp75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() argument
H A Dscalar_analysis_simplification.cpp373 SENode* SENodeSimplifyImpl::FoldRecurrentAddExpressions(SENode* root) { in FoldRecurrentAddExpressions() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.cpp75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() argument
H A Dscalar_analysis_simplification.cpp373 SENode* SENodeSimplifyImpl::FoldRecurrentAddExpressions(SENode* root) { in FoldRecurrentAddExpressions() argument
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_utils.c268 HuffmanTablesSegment* const root = &huffman_tables->root; in VP8LHuffmanTablesAllocate() local
[all...]
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.cpp292 Window root = RootWindow(mDisplay, screen); in initializeImpl() local
661 Window root = RootWindow(mDisplay, screen); in processEvent() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dcompiler_test.cpp337 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionMangledName) in FindFunctionCallNode() argument
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Daflatin.h111 AF_StyleMetricsRec root; member
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c162 FT_Face root = (FT_Face)&face->root; in cid_parse_font_matrix() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c71 FT_CMapRec root; member
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42objs.c173 FT_Face root = (FT_Face)&face->root; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Ddag.h307 DAGNodeBuilder<T> DAGBuilder<T>::root() { in root() function in marl::DAGBuilder

Completed in 18 milliseconds

1...<<21222324252627282930>>...45