Home
last modified time | relevance | path

Searched defs:root (Results 1051 - 1075 of 2424) sorted by relevance

1...<<41424344454647484950>>...97

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateLimitations.cpp442 bool ValidateLimitations(TIntermNode *root, in ValidateLimitations() argument
H A DTranslatorMetal.cpp77 ANGLE_NO_DISCARD bool InitializeUnusedOutputs(TIntermBlock *root, in InitializeUnusedOutputs() argument
116 bool TranslatorMetal::translate(TIntermBlock *root, in translate() argument
51 AppendVertexShaderPositionYCorrectionToMain(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, TIntermTyped *negFlipY) AppendVertexShaderPositionYCorrectionToMain() argument
190 transformDepthBeforeCorrection(TIntermBlock *root, const DriverUniform *driverUniforms) transformDepthBeforeCorrection() argument
217 insertSampleMaskWritingLogic( TInfoSinkBase &sink, TIntermBlock *root, const DriverUniformMetal *driverUniforms) insertSampleMaskWritingLogic() argument
278 insertRasterizerDiscardLogic(TInfoSinkBase &sink, TIntermBlock *root) insertRasterizerDiscardLogic() argument
[all...]
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/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/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

Completed in 17 milliseconds

1...<<41424344454647484950>>...97