Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTrace.h56 /// getBlockIndex - Return the index of the specified basic block in the
58 int getBlockIndex(const BasicBlock *X) const { in getBlockIndex() function in llvm::Trace
68 return getBlockIndex(X) != -1; in contains()
74 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2); in dominates()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp242 int getBlockIndex(const char* name) const;
257 int UniformLayout::getBlockIndex(const char* name) const in getBlockIndex() function in deqp::ub::UniformLayout
1006 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str()); in generateCompareSrc()
1263 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str()); in copyUniformData()
1538 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks()
1539 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks()
1620 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks()
1621 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks()
1704 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str()); in compareTypes()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp212 int getBlockIndex (const string& name) const;
227 int BufferLayout::getBlockIndex (const string& name) const in getBlockIndex() function in deqp::gles31::bb::BufferLayout
1181 const int blockNdx = layout.getBlockIndex(instanceName); in generateCompareSrc()
1264 const int blockNdx = layout.getBlockIndex(instanceName); in generateWriteSrc()
1552 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str()); in copyData()
1625 const int blockNdx = layout.getBlockIndex(instanceName); in copyNonWrittenData()
1800 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str()); in compareData()
1875 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()
2298 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareStdBlocks()
2299 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceNam in compareStdBlocks()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp277 int getBlockIndex (const char* name) const;
292 int UniformLayout::getBlockIndex (const char* name) const in getBlockIndex() function in deqp::gls::ub::UniformLayout
1079 int activeBlockNdx = layout.getBlockIndex(blockInstanceName.c_str()); in generateCompareSrc()
1317 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str()); in copyUniformData()
1589 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks()
1590 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks()
1668 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks()
1669 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks()
1751 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str()); in compareTypes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp198 int getBlockIndex (const std::string& name) const;
H A DvktSSBOLayoutCase.cpp178 int BufferLayout::getBlockIndex (const string& name) const in getBlockIndex() function in vkt::ssbo::BufferLayout
1293 const int blockNdx = layout.getBlockIndex(instanceName); in generateCompareSrc()
1404 const int blockNdx = layout.getBlockIndex(instanceName); in generateWriteSrc()
1573 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str()); in copyData()
1646 const int blockNdx = layout.getBlockIndex(instanceName); in copyNonWrittenData()
1822 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str()); in compareData()
1897 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp198 int getBlockIndex (const std::string& name) const;
H A DvktSSBOLayoutCase.cpp178 int BufferLayout::getBlockIndex (const string& name) const in getBlockIndex() function in vkt::ssbo::BufferLayout
1293 const int blockNdx = layout.getBlockIndex(instanceName); in generateCompareSrc()
1404 const int blockNdx = layout.getBlockIndex(instanceName); in generateWriteSrc()
1573 int dstBlockNdx = dstLayout.getBlockIndex(srcBlock.name.c_str()); in copyData()
1646 const int blockNdx = layout.getBlockIndex(instanceName); in copyNonWrittenData()
1822 int resBlockNdx = resLayout.getBlockIndex(refBlock.name.c_str()); in compareData()
1897 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()

Completed in 22 milliseconds