Searched refs:firstFunctionIndex (Results 1 – 3 of 3) sorted by relevance
250 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in DeclareInterfaceBlock() local251 root->insertChildNodes(firstFunctionIndex, *insertSequence); in DeclareInterfaceBlock()
1009 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in RewriteCubeMapSamplersAs2DArray() local1012 root->insertChildNodes(firstFunctionIndex, TIntermSequence({coordTranslationFunctionDecl})); in RewriteCubeMapSamplersAs2DArray()1016 root->insertChildNodes(firstFunctionIndex, in RewriteCubeMapSamplersAs2DArray()
1591 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in RewriteRowMajorMatrices() local1592 root->insertChildNodes(firstFunctionIndex, *traverser.getStructCopyFunctions()); in RewriteRowMajorMatrices()