Searched refs:FindFirstFunctionDefinitionIndex (Results 1 – 13 of 13) sorted by relevance
18 size_t FindFirstFunctionDefinitionIndex(TIntermBlock *root);
301 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in DeclareStructure()340 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in DeclareInterfaceBlock()
17 size_t FindFirstFunctionDefinitionIndex(TIntermBlock *root) in FindFirstFunctionDefinitionIndex() function
66 root.insertChildNodes(FindFirstFunctionDefinitionIndex(&root), mHoistedDeclNodes); in rewrite()
250 const size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(&root); in RewriteInterpolants()
318 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(&root); in rewrite()
105 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in addDeclarations()
56 const size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in update()
307 const size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in update()
236 root->insertStatement(FindFirstFunctionDefinitionIndex(root), newFunction); in PreTransformTextureCubeGradDerivatives()
487 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in AddPerVertexDecl()
524 const size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in AddXfbExtensionSupport()
1591 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in RewriteRowMajorMatrices()