/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | HoistConstants.cpp | 54 bool rewrite(TIntermBlock &root, IdGen &idGen) in rewrite() argument 73 const Name newName = idGen.createNewName(oldVar.name()); in rewrite() 92 IdGen &idGen, in HoistConstants() argument 95 return Rewriter(compiler, minRequiredSize).rewrite(root, idGen); in HoistConstants()
|
D | WrapMain.cpp | 24 Wrapper(TSymbolTable &symbolTable, IdGen &idGen) in Wrapper() argument 25 : TIntermTraverser(false, false, true, &symbolTable), mIdGen(idGen) in Wrapper() 84 bool sh::WrapMain(TCompiler &compiler, IdGen &idGen, TIntermBlock &root) in WrapMain() argument 87 Wrapper wrapper(symbolTable, idGen); in WrapMain()
|
D | AstHelpers.cpp | 100 IdGen &idGen, in CloneFunction() argument 105 Name newName = idGen.createNewName(Name(oldFunc)); in CloneFunction() 117 IdGen *idGen, in CloneFunctionAndPrependParam() argument 124 Name newName = idGen ? idGen->createNewName(Name(oldFunc)) : Name(oldFunc); in CloneFunctionAndPrependParam() 137 IdGen *idGen, in CloneFunctionAndAppendParams() argument 144 Name newName = idGen ? idGen->createNewName(Name(oldFunc)) : Name(oldFunc); in CloneFunctionAndAppendParams() 160 IdGen *idGen, in CloneFunctionAndChangeReturnType() argument 166 Name newName = idGen ? idGen->createNewName(Name(oldFunc)) : Name(oldFunc); in CloneFunctionAndChangeReturnType()
|
D | SeparateCompoundStructDeclarations.cpp | 25 Separator(TSymbolTable &symbolTable, IdGen &idGen) in Separator() argument 26 : TIntermTraverser(false, false, true, &symbolTable), mIdGen(idGen) in Separator() 96 bool sh::SeparateCompoundStructDeclarations(TCompiler &compiler, IdGen &idGen, TIntermBlock &root) in SeparateCompoundStructDeclarations() argument 98 Separator separator(compiler.getSymbolTable(), idGen); in SeparateCompoundStructDeclarations()
|
D | AstHelpers.h | 48 const TFunction &CloneFunction(TSymbolTable &symbolTable, IdGen &idGen, const TFunction &oldFunc); 53 IdGen *idGen, 60 IdGen *idGen, 67 IdGen *idGen,
|
D | ReduceInterfaceBlocks.cpp | 30 Reducer(TCompiler &compiler, IdGen &idGen) in Reducer() argument 31 : TIntermRebuild(compiler, true, false), mIdGen(idGen) in Reducer() 115 bool sh::ReduceInterfaceBlocks(TCompiler &compiler, TIntermBlock &root, IdGen &idGen) in ReduceInterfaceBlocks() argument 117 Reducer reducer(compiler, idGen); in ReduceInterfaceBlocks()
|
D | RewritePipelines.cpp | 73 IdGen &idGen, in Exec() argument 78 GeneratePipelineStruct self(compiler, idGen, pipeline, symbolEnv, invariants); in Exec() 89 IdGen &idGen, in GeneratePipelineStruct() argument 97 mIdGen(idGen) in GeneratePipelineStruct() 342 IdGen &idGen, in PipelineFunctionEnv() argument 350 mIdGen(idGen), in PipelineFunctionEnv() 549 IdGen &idGen, in ThreadPipeline() argument 555 pipelineMainLocalVar, idGen, symbolEnv, funcOriginalToModified, in ThreadPipeline() 570 IdGen &idGen, in UpdatePipelineFunctions() argument 581 idGen, in UpdatePipelineFunctions() [all …]
|
D | ModifyStruct.cpp | 155 IdGen &idGen, in ConvertStructState() argument 164 idGen(idGen), in ConvertStructState() 184 idGen.createNewName(isOriginalToModified ? "originalToModified" : "modifiedToOriginal") in publish() 368 const Name name = idGen.createNewName(structure.name().data()); in recurse() 369 if (!TryCreateModifiedStruct(mCompiler, symbolEnv, idGen, config, structure, name, in recurse() 430 const Name name = idGen.createNewName("pad"); in addPadding() 623 IdGen &idGen; member in __anon9125e3cd0111::ConvertStructState 1025 IdGen &idGen, in TryCreateModifiedStruct() argument 1033 ConvertStructState state(compiler, symbolEnv, idGen, config, outMachineries, isUBO); in TryCreateModifiedStruct()
|
D | RewriteKeywords.cpp | 349 Rewriter(TCompiler &compiler, IdGen &idGen, const std::set<ImmutableString> &keywords) in Rewriter() argument 350 : TIntermRebuild(compiler, false, true), mKeywords(keywords), mIdGen(idGen) in Rewriter() 448 IdGen &idGen, in RewriteKeywords() argument 451 Rewriter rewriter(compiler, idGen, keywords); in RewriteKeywords()
|
D | ReduceInterfaceBlocks.h | 31 ANGLE_NO_DISCARD bool ReduceInterfaceBlocks(TCompiler &compiler, TIntermBlock &root, IdGen &idGen);
|
D | WrapMain.h | 24 ANGLE_NO_DISCARD bool WrapMain(TCompiler &compiler, IdGen &idGen, TIntermBlock &root);
|
D | SeparateCompoundStructDeclarations.h | 21 IdGen &idGen,
|
D | SeparateCompoundExpressions.h | 42 IdGen &idGen,
|
D | HoistConstants.h | 21 IdGen &idGen,
|
D | RewriteKeywords.h | 22 IdGen &idGen,
|
D | RewritePipelines.h | 37 IdGen &idGen,
|
D | EmitMetal.h | 24 IdGen &idGen,
|
D | SeparateCompoundExpressions.cpp | 134 Separator(TCompiler &compiler, SymbolEnv &symbolEnv, IdGen &idGen) in Separator() argument 135 : TIntermRebuild(compiler, true, true), mIdGen(idGen) in Separator() 630 IdGen &idGen, in SeparateCompoundExpressions() argument 648 if (!Separator(compiler, symbolEnv, idGen).rebuildRoot(root)) in SeparateCompoundExpressions()
|
D | ModifyStruct.h | 129 IdGen &idGen,
|
D | EmitMetal.cpp | 82 IdGen &idGen, 214 IdGen &idGen, in GenMetalTraverser() argument 225 mIdGen(idGen), in GenMetalTraverser() 2422 IdGen &idGen, in EmitMetal() argument 2484 GenMetalTraverser gen(compiler, outWrapper, idGen, pipelineStructs, invariants, symbolEnv, in EmitMetal()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | AbstractDeserializer.java | 133 ObjectIdGenerator<?> idGen; in createContextual() local 150 idGen = new PropertyBasedObjectIdGenerator(objectIdInfo.getScope()); in createContextual() 161 idGen = ctxt.objectIdGeneratorInstance(accessor, objectIdInfo); in createContextual() 165 idGen, deser, idProp, resolver); in createContextual()
|
D | BeanDeserializerBase.java | 753 ObjectIdGenerator<?> idGen; in createContextual() local 764 idGen = new PropertyBasedObjectIdGenerator(objectIdInfo.getScope()); in createContextual() 769 idGen = ctxt.objectIdGeneratorInstance(accessor, objectIdInfo); in createContextual() 773 idGen, deser, idProp, resolver); in createContextual()
|
/external/angle/src/compiler/translator/ |
D | TranslatorMetalDirect.cpp | 717 IdGen idGen; in translateImpl() local 720 if (!WrapMain(*this, idGen, *root)) in translateImpl() 1087 if (!RewriteKeywords(*this, *root, idGen, GetMslKeywords())) in translateImpl() 1092 if (!ReduceInterfaceBlocks(*this, *root, idGen)) in translateImpl() 1097 if (!SeparateCompoundStructDeclarations(*this, idGen, *root)) in translateImpl() 1105 if (!HoistConstants(*this, *root, idGen, hoistThresholdSize)) in translateImpl() 1127 if (!RewritePipelines(*this, *root, idGen, *driverUniforms, symbolEnv, invariants, in translateImpl() 1139 if (!SeparateCompoundExpressions(*this, symbolEnv, idGen, *root)) in translateImpl() 1166 if (!EmitMetal(*this, *root, idGen, pipelineStructs, invariants, symbolEnv, ppc, in translateImpl()
|