Searched refs:getBlockIndex (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DTrace.h60 /// getBlockIndex - Return the index of the specified basic block in the
62 int getBlockIndex(const BasicBlock *X) const { function in class:llvm::Trace
73 return getBlockIndex(X) != -1;
80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2);
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp276 int getBlockIndex (const char* name) const;
291 int UniformLayout::getBlockIndex (const char* name) const function in class:deqp::gls::ub::UniformLayout
1076 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str());
1314 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str());
1586 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
1587 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
1665 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
1666 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str());
1748 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str());
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp211 int getBlockIndex (const string& name) const;
226 int BufferLayout::getBlockIndex (const string& name) const function in class:deqp::gles31::bb::BufferLayout
1186 const int blockNdx = layout.getBlockIndex(instanceName);
1269 const int blockNdx = layout.getBlockIndex(instanceName);
1543 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str());
1616 const int blockNdx = layout.getBlockIndex(instanceName);
1791 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str());
1866 const int blockNdx = layout.getBlockIndex(apiName);
2289 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str());
2290 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceNam
[all...]

Completed in 647 milliseconds