Searched refs:cmpEntryNdx (Results 1 – 2 of 2) sorted by relevance
1624 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareStd140Blocks() local1626 if (cmpEntryNdx < 0) in compareStd140Blocks()1633 const UniformLayoutEntry& cmpEntry = cmpLayout.uniforms[cmpEntryNdx]; in compareStd140Blocks()1701 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareSharedBlocks() local1703 if (cmpEntryNdx < 0) in compareSharedBlocks()1710 const UniformLayoutEntry& cmpEntry = cmpLayout.uniforms[cmpEntryNdx]; in compareSharedBlocks()
2322 int cmpEntryNdx = cmpLayout.getVariableIndex(refEntry.name.c_str()); in compareStdBlocks() local2324 if (cmpEntryNdx < 0) in compareStdBlocks()2331 const BufferVarLayoutEntry& cmpEntry = cmpLayout.bufferVars[cmpEntryNdx]; in compareStdBlocks()2396 int cmpEntryNdx = cmpLayout.getVariableIndex(refEntry.name.c_str()); in compareSharedBlocks() local2398 if (cmpEntryNdx < 0) in compareSharedBlocks()2405 const BufferVarLayoutEntry& cmpEntry = cmpLayout.bufferVars[cmpEntryNdx]; in compareSharedBlocks()