Lines Matching refs:getBlockIndex
211 int getBlockIndex (const string& name) const;
226 int BufferLayout::getBlockIndex (const string& name) const in getBlockIndex() function in deqp::gles31::bb::BufferLayout
1186 const int blockNdx = layout.getBlockIndex(instanceName); in generateCompareSrc()
1269 const int blockNdx = layout.getBlockIndex(instanceName); in generateWriteSrc()
1543 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str()); in copyData()
1616 const int blockNdx = layout.getBlockIndex(instanceName); in copyNonWrittenData()
1791 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str()); in compareData()
1866 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()
2289 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareStdBlocks()
2290 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareStdBlocks()
2365 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks()
2366 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks()
2444 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str()); in compareTypes()