Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 104) sorted by relevance

12345

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DFindMain.cpp17 size_t FindMainIndex(TIntermBlock *root) in FindMainIndex()
32 TIntermFunctionDefinition *FindMain(TIntermBlock *root) in FindMain()
45 TIntermBlock *FindMainBody(TIntermBlock *root) in FindMainBody()
DRunAtTheEndOfShader.cpp67 void WrapMainAndAppend(TIntermBlock *root, in WrapMainAndAppend()
106 TIntermBlock *root, in RunAtTheEndOfShader()
DReplaceVariable.cpp47 TIntermBlock *root, in ReplaceVariable()
58 TIntermBlock *root, in ReplaceVariableWithTyped()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DCompiler.cpp417 TIntermBlock *root = parseContext.getTreeRoot(); in compileTreeImpl() local
504 bool TCompiler::validateAST(TIntermNode *root) in validateAST()
519 bool TCompiler::checkAndSimplifyAST(TIntermBlock *root, in checkAndSimplifyAST()
969 TIntermBlock *root = compileTreeImpl(shaderStrings, numStrings, compileOptions); in compile() local
1147 bool TCompiler::emulatePrecisionIfNeeded(TIntermBlock *root, in emulatePrecisionIfNeeded()
1204 bool TCompiler::initCallDag(TIntermNode *root) in initCallDag()
1355 void TCompiler::pruneUnusedFunctions(TIntermBlock *root) in pruneUnusedFunctions()
1367 bool TCompiler::limitExpressionComplexity(TIntermBlock *root) in limitExpressionComplexity()
1394 bool TCompiler::initializeGLPosition(TIntermBlock *root) in initializeGLPosition()
1404 bool TCompiler::useAllMembersInUnusedStandardAndSharedBlocks(TIntermBlock *root) in useAllMembersInUnusedStandardAndSharedBlocks()
[all …]
DTranslatorVulkan.cpp227 TIntermBlock *root, in RotateAndFlipBuiltinVariable()
284 TIntermSequence *GetMainSequence(TIntermBlock *root) in GetMainSequence()
292 TIntermBlock *root, in ReplaceGLDepthRangeWithDriverUniform()
317 TIntermBlock *root, in AppendVertexShaderDepthCorrectionToMain()
355 TIntermBlock *root, in AppendPreRotation()
377 TIntermBlock *root, in AppendVertexShaderTransformFeedbackOutputToMain()
392 const TVariable *AddGraphicsDriverUniformsToShader(TIntermBlock *root, TSymbolTable *symbolTable) in AddGraphicsDriverUniformsToShader()
454 const TVariable *AddComputeDriverUniformsToShader(TIntermBlock *root, TSymbolTable *symbolTable) in AddComputeDriverUniformsToShader()
486 TVariable *AddANGLEPositionVaryingDeclaration(TIntermBlock *root, in AddANGLEPositionVaryingDeclaration()
510 TIntermBlock *root, in AddBresenhamEmulationVS()
[all …]
DTranslatorMetal.cpp36 TIntermBlock *root, in AppendVertexShaderPositionYCorrectionToMain()
65 bool TranslatorMetal::translate(TIntermBlock *root, in translate()
102 bool TranslatorMetal::transformDepthBeforeCorrection(TIntermBlock *root, in transformDepthBeforeCorrection()
DTranslatorGLSL.cpp47 bool TranslatorGLSL::translate(TIntermBlock *root, in translate()
241 void TranslatorGLSL::writeVersion(TIntermNode *root) in writeVersion()
255 void TranslatorGLSL::writeExtensionBehavior(TIntermNode *root, ShCompileOptions compileOptions) in writeExtensionBehavior()
DValidateAST.cpp66 bool ValidateAST::validate(TIntermNode *root, in validate()
75 ValidateAST::ValidateAST(TIntermNode *root, in ValidateAST()
248 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options) in ValidateAST()
/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp411 XMLElement *root = sim_file_system_.GetRootElement(); in InitializeSimFileSystemAndSimState() local
491 XMLElement *root = sim_file_system_.GetRootElement(); in InitializeFacilityLock() local
516 XMLElement *root = sim_file_system_.GetRootElement(); in SavePinStateToIccProfile() local
632 XMLElement *root = sim_file_system_.GetRootElement(); in SaveFacilityLockToIccProfile() local
677 XMLElement *root = sim_file_system_.GetRootElement(); in IsFixedDialNumber() local
728 XMLElement *root = sim_file_system_.GetRootElement(); in GetPhoneNumber() local
772 XMLElement *root = sim_file_system_.GetRootElement(); in GetSimOperator() local
907 XMLElement *root = sim_file_system_.GetRootElement(); in HandleSIM_IO() local
1022 XMLElement *root = sim_file_system_.GetRootElement(); in HandleCSIM_IO() local
1177 XMLElement *root = sim_file_system_.GetRootElement(); in HandleGetIMSI() local
[all …]
Dstk_service.cpp71 XMLElement *root = sim_service_->GetIccProfile(); in HandleReportStkServiceIsRunning() local
113 XMLElement *root = sim_service_->GetIccProfile(); in HandleSendEnvelope() local
170 XMLElement *root = sim_service_->GetIccProfile(); in GetCurrentSelectItem() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteUnaryMinusOperatorFloat.cpp32 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply()
92 bool RewriteUnaryMinusOperatorFloat(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorFloat()
DSeparateDeclarations.cpp36 bool SeparateDeclarationsTraverser::apply(TCompiler *compiler, TIntermNode *root) in apply()
73 bool SeparateDeclarations(TCompiler *compiler, TIntermNode *root) in SeparateDeclarations()
DRewriteUnaryMinusOperatorInt.cpp33 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root) in Apply()
110 bool RewriteUnaryMinusOperatorInt(TCompiler *compiler, TIntermNode *root) in RewriteUnaryMinusOperatorInt()
DRewriteRepeatedAssignToSwizzled.cpp45 bool RewriteAssignToSwizzledTraverser::rewrite(TCompiler *compiler, TIntermBlock *root) in rewrite()
92 bool RewriteRepeatedAssignToSwizzled(TCompiler *compiler, TIntermBlock *root) in RewriteRepeatedAssignToSwizzled()
DSeparateArrayInitialization.cpp40 bool SeparateArrayInitTraverser::apply(TCompiler *compiler, TIntermNode *root) in apply()
85 bool SeparateArrayInitialization(TCompiler *compiler, TIntermNode *root) in SeparateArrayInitialization()
DPruneEmptyCases.cpp62 bool PruneEmptyCasesTraverser::apply(TCompiler *compiler, TIntermBlock *root) in apply()
122 bool PruneEmptyCases(TCompiler *compiler, TIntermBlock *root) in PruneEmptyCases()
DExpandIntegerPowExpressions.cpp39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply()
147 bool ExpandIntegerPowExpressions(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
DRewriteTexelFetchOffset.cpp46 TIntermNode *root, in Apply()
157 TIntermNode *root, in RewriteTexelFetchOffset()
DPruneNoOps.cpp54 bool PruneNoOpsTraverser::apply(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in apply()
163 bool PruneNoOps(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()
DEmulateGLFragColorBroadcast.cpp83 bool GLFragColorBroadcastTraverser::broadcastGLFragColor(TCompiler *compiler, TIntermBlock *root) in broadcastGLFragColor()
106 TIntermBlock *root, in EmulateGLFragColorBroadcast()
DDeferGlobalInitializers.cpp102 void InsertInitCallToMain(TIntermBlock *root, in InsertInitCallToMain()
130 TIntermBlock *root, in DeferGlobalInitializers()
DRewriteDfdy.cpp48 TIntermNode *root, in Apply()
146 TIntermNode *root, in RewriteDfdy()
DRemoveDynamicIndexing.cpp308 void RemoveDynamicIndexingTraverser::insertHelperDefinitions(TIntermNode *root) in insertHelperDefinitions()
533 TIntermNode *root, in RemoveDynamicIndexingIf()
560 TIntermNode *root, in RemoveDynamicIndexingOfNonSSBOVectorOrMatrix()
572 TIntermNode *root, in RemoveDynamicIndexingOfSwizzledVector()
/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.cpp107 Service Service::read(xmlNode* root) { in read()
142 Services Services::read(xmlNode* root) { in read()
172 SystemLogs SystemLogs::read(xmlNode* root) { in read()
228 DumpstateHalConfiguration DumpstateHalConfiguration::read(xmlNode* root) { in read()
/device/generic/vulkan-cereal/stream-servers/testlibs/x11/
DX11Window.cpp193 Window root = RootWindow(mDisplay, screen); in initialize() local
303 Window root = RootWindow(mDisplay, screen); in getFramebufferNativeWindow() local
554 Window root = RootWindow(mDisplay, screen); in processEvent() local

12345