Searched refs:getBlockIndex (Results 1 – 3 of 3) sorted by relevance
62 int getBlockIndex(const BasicBlock *X) const { in getBlockIndex() function73 return getBlockIndex(X) != -1; in contains()80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2); in dominates()
211 int getBlockIndex (const string& name) const;226 int BufferLayout::getBlockIndex (const string& name) const in getBlockIndex() function in deqp::gles31::bb::BufferLayout1186 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()[all …]
276 int getBlockIndex (const char* name) const;291 int UniformLayout::getBlockIndex (const char* name) const in getBlockIndex() function in deqp::gls::ub::UniformLayout1076 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str()); in generateCompareSrc()1314 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str()); in copyUniformData()1586 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks()1587 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks()1665 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks()1666 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks()1748 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str()); in compareTypes()