Home
last modified time | relevance | path

Searched refs:FindFirstFunctionDefinitionIndex (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DFindFunction.h18 size_t FindFirstFunctionDefinitionIndex(TIntermBlock *root);
H A DIntermNode_util.cpp301 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in DeclareStructure()
340 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in DeclareInterfaceBlock()
H A DFindFunction.cpp17 size_t FindFirstFunctionDefinitionIndex(TIntermBlock *root) in FindFirstFunctionDefinitionIndex() function
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DHoistConstants.cpp66 root.insertChildNodes(FindFirstFunctionDefinitionIndex(&root), mHoistedDeclNodes); in rewrite()
H A DRewriteInterpolants.cpp250 const size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(&root); in RewriteInterpolants()
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp318 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(&root); in rewrite()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DEmulateFragColorData.cpp105 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in addDeclarations()
H A DRewriteInterpolateAtOffset.cpp56 const size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in update()
H A DEmulateYUVBuiltIns.cpp307 const size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in update()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DPreTransformTextureCubeGradDerivatives.cpp236 root->insertStatement(FindFirstFunctionDefinitionIndex(root), newFunction); in PreTransformTextureCubeGradDerivatives()
H A DDeclarePerVertexBlocks.cpp487 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in AddPerVertexDecl()
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DTranslatorSPIRV.cpp524 const size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in AddXfbExtensionSupport()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/
H A DRewriteRowMajorMatrices.cpp1591 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in RewriteRowMajorMatrices()