Home
last modified time | relevance | path

Searched defs:symbolTable (Results 1 – 25 of 249) sorted by relevance

12345678910

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction()
189 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable()
195 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable()
242 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
252 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable()
265 TSymbolTable *symbolTable, in DeclareStructure()
308 TSymbolTable *symbolTable, in DeclareInterfaceBlock()
370 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable()
378 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable()
389 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
[all …]
H A DDriverUniform.cpp44 bool DriverUniform::addComputeDriverUniformsToShader(TIntermBlock *root, TSymbolTable *symbolTable) in addComputeDriverUniformsToShader()
78 TFieldList *DriverUniform::createUniformFields(TSymbolTable *symbolTable) in createUniformFields()
120 const TType *DriverUniform::createEmulatedDepthRangeType(TSymbolTable *symbolTable) in createEmulatedDepthRangeType()
151 bool DriverUniform::addGraphicsDriverUniformsToShader(TIntermBlock *root, TSymbolTable *symbolTable) in addGraphicsDriverUniformsToShader()
284 TIntermTyped *DriverUniform::getFlipXY(TSymbolTable *symbolTable, DriverUniformFlip stage) const in getFlipXY()
298 TIntermTyped *DriverUniform::getNegFlipXY(TSymbolTable *symbolTable, DriverUniformFlip stage) const in getNegFlipXY()
407 TFieldList *DriverUniformExtended::createUniformFields(TSymbolTable *symbolTable) in createUniformFields()
H A DReplaceClipCullDistanceVariable.cpp258 TSymbolTable *symbolTable, in ReplaceClipCullDistanceAssignments()
484 TSymbolTable *symbolTable, in ReplaceClipCullDistanceAssignmentsImpl()
596 TSymbolTable *symbolTable, in ReplaceClipDistanceAssignments()
607 TSymbolTable *symbolTable, in ReplaceCullDistanceAssignments()
617 TSymbolTable *symbolTable, in ZeroDisabledClipDistanceAssignments()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp49 TSymbolTable *symbolTable) in AddZeroInitSequence()
90 TSymbolTable *symbolTable) in AddStructZeroInitSequence()
110 TSymbolTable *symbolTable) in AddArrayZeroInitStatementList()
124 TSymbolTable *symbolTable) in AddArrayZeroInitForLoop()
157 TSymbolTable *symbolTable) in AddArrayZeroInitSequence()
186 TSymbolTable *symbolTable, in InsertInitCode()
261 TFunction *CloneFunctionHeader(TSymbolTable *symbolTable, const TFunction *function) in CloneFunctionHeader()
282 TSymbolTable *symbolTable, in InitializeLocalsTraverser()
466 TSymbolTable *symbolTable) in CreateInitCode()
477 TSymbolTable *symbolTable) in InitializeUninitializedLocals()
[all …]
H A DRewritePixelLocalStorage.cpp97 TSymbolTable &symbolTable, in RewritePLSTraverser()
324 TSymbolTable &symbolTable, in RewritePLSToImagesTraverser()
577 TSymbolTable &symbolTable, in injectPrePLSCode()
624 TSymbolTable &symbolTable, in injectPostPLSCode()
669 TSymbolTable &symbolTable, in RewritePLSToFramebufferFetchTraverser()
701 TSymbolTable &symbolTable, in injectPrePLSCode()
732 TSymbolTable &symbolTable, in injectPostPLSCode()
829 TSymbolTable &symbolTable, in RewritePixelLocalStorage()
H A DRewriteTexelFetchOffset.cpp35 const TSymbolTable *symbolTable; member in sh::__anone0b4936d0111::Traverser
40 Traverser::Traverser(const TSymbolTable &symbolTable, int shaderVersion) in Traverser()
47 const TSymbolTable &symbolTable, in Apply()
158 const TSymbolTable &symbolTable, in RewriteTexelFetchOffset()
H A DMonomorphizeUnsupportedFunctions.cpp101 TIntermTyped *ExtractSideEffects(TSymbolTable *symbolTable, in ExtractSideEffects()
181 const TFunction *MonomorphizeFunction(TSymbolTable *symbolTable, in MonomorphizeFunction()
244 TSymbolTable *symbolTable, in MonomorphizeTraverser()
435 explicit UpdateFunctionsDefinitionsTraverser(TSymbolTable *symbolTable, in UpdateFunctionsDefinitionsTraverser()
543 TSymbolTable *symbolTable, in MonomorphizeUnsupportedFunctionsImpl()
585 TSymbolTable *symbolTable, in MonomorphizeUnsupportedFunctions()
H A DRemoveDynamicIndexing.cpp172 TSymbolTable *symbolTable) in GetIndexFunctionDefinition()
307 TSymbolTable *symbolTable, in RemoveDynamicIndexingTraverser()
542 TSymbolTable *symbolTable, in RemoveDynamicIndexingIf()
575 TSymbolTable *symbolTable, in RemoveDynamicIndexingOfNonSSBOVectorOrMatrix()
587 TSymbolTable *symbolTable, in RemoveDynamicIndexingOfSwizzledVector()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DTranslatorMSL.cpp187 TSymbolTable *symbolTable) in ReplaceGLDepthRangeWithDriverUniform()
211 TSymbolTable *symbolTable, in FlipBuiltinVariable()
265 TSymbolTable *symbolTable, in InsertFragCoordCorrection()
282 void AddFragColorDeclaration(TIntermBlock &root, TSymbolTable &symbolTable, const TVariable &var) in AddFragColorDeclaration()
287 void AddBuiltInDeclaration(TIntermBlock &root, TSymbolTable &symbolTable, const TVariable &builtIn) in AddBuiltInDeclaration()
299 void AddFragDepthEXTDeclaration(TCompiler &compiler, TIntermBlock &root, TSymbolTable &symbolTable) in AddFragDepthEXTDeclaration()
314 TSymbolTable &symbolTable) in AddNumSamplesDeclaration()
328 TSymbolTable &symbolTable, in AddSamplePositionDeclaration()
362 TSymbolTable &symbolTable, in AddSampleMaskInDeclaration()
422 TSymbolTable &symbolTable, in AddSampleMaskDeclaration()
[all …]
H A DAstHelpers.cpp18 const TVariable &sh::CreateStructTypeVariable(TSymbolTable &symbolTable, in CreateStructTypeVariable()
26 const TVariable &sh::CreateInstanceVariable(TSymbolTable &symbolTable, in CreateInstanceVariable()
78 const TFunction &sh::CloneFunction(TSymbolTable &symbolTable, in CloneFunction()
96 const TFunction &sh::CloneFunctionAndPrependParam(TSymbolTable &symbolTable, in CloneFunctionAndPrependParam()
117 const TFunction &sh::CloneFunctionAndPrependTwoParams(TSymbolTable &symbolTable, in CloneFunctionAndPrependTwoParams()
140 const TFunction &sh::CloneFunctionAndAppendParams(TSymbolTable &symbolTable, in CloneFunctionAndAppendParams()
164 const TFunction &sh::CloneFunctionAndChangeReturnType(TSymbolTable &symbolTable, in CloneFunctionAndChangeReturnType()
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DFrame.java284 static int getAbstractTypeFromApiFormat(final SymbolTable symbolTable, final Object type) { in getAbstractTypeFromApiFormat()
309 final SymbolTable symbolTable, final String internalName) { in getAbstractTypeFromInternalName()
322 final SymbolTable symbolTable, final String buffer, final int offset) { in getAbstractTypeFromDescriptor()
402 final SymbolTable symbolTable, in setInputFrameFromDescriptor()
442 final SymbolTable symbolTable, in setInputFrameFromApiFormat()
558 private void push(final SymbolTable symbolTable, final String descriptor) { in push()
652 private int getInitializedType(final SymbolTable symbolTable, final int abstractType) { in getInitializedType()
692 final int opcode, final int arg, final Symbol argSymbol, final SymbolTable symbolTable) { in execute()
1174 final SymbolTable symbolTable, final Frame dstFrame, final int catchTypeIndex) { in merge()
1276 final SymbolTable symbolTable, in merge()
[all …]
H A DAttribute.java186 final int computeAttributesSize(final SymbolTable symbolTable) { in computeAttributesSize()
214 final SymbolTable symbolTable, in computeAttributesSize()
243 final SymbolTable symbolTable, final int accessFlags, final int signatureIndex) { in computeAttributesSize()
274 final void putAttributes(final SymbolTable symbolTable, final ByteVector output) { in putAttributes()
301 final SymbolTable symbolTable, in putAttributes()
330 final SymbolTable symbolTable, in putAttributes()
H A DAnnotationWriter.java47 private final SymbolTable symbolTable; field in AnnotationWriter
111 final SymbolTable symbolTable, in AnnotationWriter()
138 final SymbolTable symbolTable, in create()
168 final SymbolTable symbolTable, in create()
449 final SymbolTable symbolTable, in putAnnotations()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbol.cpp35 TSymbol::TSymbol(TSymbolTable *symbolTable, in TSymbol()
52 TSymbol::TSymbol(TSymbolTable *symbolTable, in TSymbol()
96 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable()
109 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable()
122 TStructure::TStructure(TSymbolTable *symbolTable, in TStructure()
157 TInterfaceBlock::TInterfaceBlock(TSymbolTable *symbolTable, in TInterfaceBlock()
171 TInterfaceBlock::TInterfaceBlock(TSymbolTable *symbolTable, in TInterfaceBlock()
185 TFunction::TFunction(TSymbolTable *symbolTable, in TFunction()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DEmulateFramebufferFetch.cpp217 const TVariable *DeclareInputAttachmentVariable(TSymbolTable *symbolTable, in DeclareInputAttachmentVariable()
233 void DeclareColorInputAttachmentVariable(TSymbolTable *symbolTable, in DeclareColorInputAttachmentVariable()
253 const TVariable *DeclareDepthStencilInputAttachmentVariable(TSymbolTable *symbolTable, in DeclareDepthStencilInputAttachmentVariable()
262 void DeclareDepthInputAttachmentVariable(TSymbolTable *symbolTable, in DeclareDepthInputAttachmentVariable()
274 void DeclareStencilInputAttachmentVariable(TSymbolTable *symbolTable, in DeclareStencilInputAttachmentVariable()
345 TSymbolTable *symbolTable = &compiler->getSymbolTable(); in DeclareVariables() local
392 TIntermTyped *CreateSubpassLoadFuncCall(TSymbolTable *symbolTable, const TVariable *inputVariable) in CreateSubpassLoadFuncCall()
420 void InitializeFromInputAttachment(TSymbolTable *symbolTable, in InitializeFromInputAttachment()
455 TSymbolTable *symbolTable = &compiler->getSymbolTable(); in InitializeFromInputAttachments() local
498 TSymbolTable *symbolTable = &compiler->getSymbolTable(); in ReplaceVariables() local
H A DRewriteR32fImages.cpp44 TSymbolTable *symbolTable, in RewriteExpressionTraverser()
75 TSymbolTable *symbolTable, in RewriteExpression()
114 TSymbolTable *symbolTable, in RewriteBuiltinFunctionCall()
258 RewriteR32fImagesTraverser(TCompiler *compiler, TSymbolTable *symbolTable) in RewriteR32fImagesTraverser()
367 bool RewriteR32fImages(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RewriteR32fImages()
H A DClampGLLayer.cpp25 HasGLLayerTraverser(TSymbolTable *symbolTable) in HasGLLayerTraverser()
48 ClampGLLayerTraverser(TSymbolTable *symbolTable, in ClampGLLayerTraverser()
98 TSymbolTable *symbolTable, in ClampGLLayer()
H A DEmulateDithering.cpp73 TSymbolTable *symbolTable, in EmitFragmentOutputDither()
238 TSymbolTable *symbolTable, in EmitFragmentVariableDither()
277 TSymbolTable *symbolTable, in EmitDitheringBlock()
439 TSymbolTable *symbolTable, in EmulateDithering()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp420 void RelateTabledBuiltins(const FunctionContainer& functions, TSymbolTable& symbolTable) in RelateTabledBuiltins()
447 …profile */, const SpvVersion& /* spvVersion */, EShLanguage /* stage */, TSymbolTable& symbolTable) in relateTabledBuiltins()
7857 …const char* name, TStorageQualifier qualifier, TBuiltInVariable builtIn, TSymbolTable& symbolTable) in SpecialQualifier()
7875 static void ModifyFlatDecoration(const char* name, bool flat, TSymbolTable& symbolTable) in ModifyFlatDecoration()
7895 static void BuiltInVariable(const char* name, TBuiltInVariable builtIn, TSymbolTable& symbolTable) in BuiltInVariable()
7905 static void RetargetVariable(const char* from, const char* to, TSymbolTable& symbolTable) in RetargetVariable()
7917 …iable(const char* blockName, const char* name, TBuiltInVariable builtIn, TSymbolTable& symbolTable) in BuiltInVariable()
7940 …n, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) in identifyBuiltIns()
10339 …le profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const T… in identifyBuiltIns()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DInitialize.cpp421 void RelateTabledBuiltins(const FunctionContainer& functions, TSymbolTable& symbolTable) in RelateTabledBuiltins()
448 …profile */, const SpvVersion& /* spvVersion */, EShLanguage /* stage */, TSymbolTable& symbolTable) in relateTabledBuiltins()
7900 …const char* name, TStorageQualifier qualifier, TBuiltInVariable builtIn, TSymbolTable& symbolTable) in SpecialQualifier()
7918 static void ModifyFlatDecoration(const char* name, bool flat, TSymbolTable& symbolTable) in ModifyFlatDecoration()
7938 static void BuiltInVariable(const char* name, TBuiltInVariable builtIn, TSymbolTable& symbolTable) in BuiltInVariable()
7948 static void RetargetVariable(const char* from, const char* to, TSymbolTable& symbolTable) in RetargetVariable()
7960 …iable(const char* blockName, const char* name, TBuiltInVariable builtIn, TSymbolTable& symbolTable) in BuiltInVariable()
7983 …n, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) in identifyBuiltIns()
10430 …le profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const T… in identifyBuiltIns()
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DTranslatorSPIRV.cpp119 TSymbolTable *symbolTable, in DeclareDefaultUniforms()
192 TSymbolTable *symbolTable, in RotateAndFlipBuiltinVariable()
251 TSymbolTable *symbolTable) in ReplaceGLDepthRangeWithDriverUniform()
268 TSymbolTable *symbolTable, in ReplaceGLBoundingBoxWithGlobal()
321 TSymbolTable *symbolTable, in AddXfbEmulationSupport()
489 TSymbolTable *symbolTable, in AddXfbExtensionSupport()
533 TSymbolTable *symbolTable, in AddVertexTransformationSupport()
630 TSymbolTable *symbolTable, in InsertFragCoordCorrection()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DCodegenExpressionBuidler.java23 private final SymbolTable symbolTable; field in CodegenExpressionBuidler
25 public CodegenExpressionBuidler(RuleSetExpression root, SymbolTable symbolTable) { in CodegenExpressionBuidler()
74 public SymbolTable symbolTable() { in symbolTable() method in CodegenExpressionBuidler
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DExpandIntegerPowExpressions.cpp39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply()
58 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser()
147 bool ExpandIntegerPowExpressions(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/
H A DRewriteRowMajorMatrices.cpp106 TIntermSymbol *CopyToTempVariable(TSymbolTable *symbolTable, in CopyToTempVariable()
123 TIntermTyped *CreateTransposeCall(TSymbolTable *symbolTable, TIntermTyped *expression) in CreateTransposeCall()
129 TOperator GetIndex(TSymbolTable *symbolTable, in GetIndex()
163 TIntermTyped *ReplicateIndexNode(TSymbolTable *symbolTable, in ReplicateIndexNode()
246 void accumulateForRead(TSymbolTable *symbolTable, in accumulateForRead()
416 RewriteRowMajorMatricesTraverser(TCompiler *compiler, TSymbolTable *symbolTable) in RewriteRowMajorMatricesTraverser()
541 TSymbolTable *symbolTable, in RewriteRowMajorMatricesTraverser()
1582 bool RewriteRowMajorMatrices(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RewriteRowMajorMatrices()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/
H A DUseInterfaceBlockFields.cpp45 const TSymbolTable &symbolTable) in AddFieldUseStatements()
64 const TSymbolTable &symbolTable) in InsertUseCode()
100 const TSymbolTable &symbolTable) in UseInterfaceBlockFields()

12345678910