Home
last modified time | relevance | path

Searched refs:getBlockIndex (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DTrace.h62 int getBlockIndex(const BasicBlock *X) const { in getBlockIndex() function
73 return getBlockIndex(X) != -1; in contains()
80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2); in dominates()
/external/llvm/include/llvm/Analysis/
DTrace.h62 int getBlockIndex(const BasicBlock *X) const { in getBlockIndex() function
73 return getBlockIndex(X) != -1; in contains()
80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2); in dominates()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp211 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()
[all …]
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp276 int getBlockIndex (const char* name) const;
291 int UniformLayout::getBlockIndex (const char* name) const in getBlockIndex() function in deqp::gls::ub::UniformLayout
1076 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()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp188 int getBlockIndex (const std::string& name) const;
DvktSSBOLayoutCase.cpp172 int BufferLayout::getBlockIndex (const string& name) const in getBlockIndex() function in vkt::ssbo::BufferLayout
1224 const int blockNdx = layout.getBlockIndex(instanceName); in generateCompareSrc()
1307 const int blockNdx = layout.getBlockIndex(instanceName); in generateWriteSrc()
1448 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str()); in copyData()
1521 const int blockNdx = layout.getBlockIndex(instanceName); in copyNonWrittenData()
1696 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str()); in compareData()
1771 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()