Home
last modified time | relevance | path

Searched defs:root (Results 451 - 475 of 1131) sorted by relevance

1...<<11121314151617181920>>...46

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode_to_instr.c276 static bool ppir_do_node_to_instr(ppir_block *block, ppir_node *root) in ppir_do_node_to_instr() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.py32 root = tree.getroot() variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dsentry-defined-multiple-times.rs9 pub mod root { modules
/third_party/python/Lib/test/
H A Dssl_servers.py51 root = here variable in RootedHTTPRequestHandler
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorGLSL.cpp47 bool TranslatorGLSL::translate(TIntermBlock *root, in translate() argument
232 void TranslatorGLSL::writeVersion(TIntermNode *root) in writeVersion() argument
246 void TranslatorGLSL::writeExtensionBehavior(TIntermNode *root, ShCompileOption argument
[all...]
H A DValidateOutputs.cpp172 bool ValidateOutputs(TIntermBlock *root, in ValidateOutputs() argument
H A DValidateClipCullDistance.cpp189 bool ValidateClipCullDistance(TIntermBlock *root, in ValidateClipCullDistance() argument
H A DValidateTypeSizeLimitations.cpp205 bool ValidateTypeSizeLimitations(TIntermNode *root, in ValidateTypeSizeLimitations() argument
H A DASTMetadataHLSL.cpp385 MetadataList CreateASTMetadataHLSL(TIntermNode *root, const CallDAG &callDag) in CreateASTMetadataHLSL() argument
H A DCallDAG.cpp147 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 DDeclareAndInitBuiltinsForInstancedMultiview.cpp126 DeclareAndInitBuiltinsForInstancedMultiview(TCompiler *compiler, TIntermBlock *root, unsigned numberOfViews, GLenum shaderType, ShCompileOptions compileOptions, ShShaderOutput shaderOutput, TSymbolTable *symbolTable) DeclareAndInitBuiltinsForInstancedMultiview() argument
H A DEmulateMultiDrawShaderBuiltins.cpp120 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 DDeferGlobalInitializers.cpp105 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 DRewriteArrayOfArrayOfOpaqueUniforms.cpp340 RewriteArrayOfArrayOfOpaqueUniforms(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) RewriteArrayOfArrayOfOpaqueUniforms() argument
H A DRemoveInactiveInterfaceVariables.cpp192 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 DSimplifyLoopConditions.cpp473 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 DSeparateDeclarations.cpp194 bool SeparateDeclarations(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in SeparateDeclarations() argument
48 apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) apply() argument
H A DScalarizeVecAndMatConstructorArgs.cpp213 ScalarizeVecAndMatConstructorArgs(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) ScalarizeVecAndMatConstructorArgs() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DArrayReturnValueToOutParameter.cpp77 apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) apply() argument
226 ArrayReturnValueToOutParameter(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) ArrayReturnValueToOutParameter() argument
H A DUnfoldShortCircuitToIf.cpp180 bool UnfoldShortCircuitToIf(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in UnfoldShortCircuitToIf() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteUnaddressableReferences.cpp362 RewriteUnaddressableReferences(TCompiler &compiler, TIntermBlock &root, SymbolEnv &symbolEnv) RewriteUnaddressableReferences() argument
H A DRewriteOutArgs.cpp213 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 DReplaceArrayOfMatrixVarying.cpp78 ReplaceArrayOfMatrixVarying(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable, const TVariable *varying) ReplaceArrayOfMatrixVarying() argument
156 ReplaceArrayOfMatrixVaryings(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) ReplaceArrayOfMatrixVaryings() argument
H A DRewriteSampleMaskVariable.cpp105 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 DOVR_multiview2_test.cpp175 void VariableOccursNTimes(TIntermBlock *root, in VariableOccursNTimes() argument

Completed in 14 milliseconds

1...<<11121314151617181920>>...46