Home
last modified time | relevance | path

Searched refs:useIndices (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/opengv/opengv-91f4b19/matlab/
H A Dopengv.cpp649 useIndices = 1; in mexFunction()
679 if(useIndices) in mexFunction()
701 if(useIndices) in mexFunction()
728 if(useIndices) in mexFunction()
755 if(useIndices) in mexFunction()
769 if(useIndices) in mexFunction()
802 if(useIndices) in mexFunction()
834 if(useIndices) in mexFunction()
874 if(useIndices) in mexFunction()
896 if(useIndices) in mexFunction()
[all …]
H A Dopengv_donotuse.cpp651 useIndices = 1; in mexFunction()
783 if(useIndices) in mexFunction()
815 if(useIndices) in mexFunction()
847 if(useIndices) in mexFunction()
940 if(useIndices) in mexFunction()
1213 if(useIndices) in mexFunction()
1324 if(useIndices) in mexFunction()
1356 if(useIndices) in mexFunction()
1393 if(useIndices) in mexFunction()
1425 if(useIndices) in mexFunction()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldSubViewOps.cpp49 SmallVector<Value> useIndices; in resolveSourceIndices() local
60 useIndices.push_back(rewriter.create<ConstantIndexOp>(loc, 0)); in resolveSourceIndices()
62 useIndices.push_back(indices[resultDim++]); in resolveSourceIndices()
65 if (useIndices.size() != mixedOffsets.size()) in resolveSourceIndices()
67 sourceIndices.resize(useIndices.size()); in resolveSourceIndices()
72 dynamicOperands.push_back(useIndices[index]); in resolveSourceIndices()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldSubViewOps.cpp49 SmallVector<Value> useIndices; in resolveSourceIndices() local
60 useIndices.push_back(rewriter.create<ConstantIndexOp>(loc, 0)); in resolveSourceIndices()
62 useIndices.push_back(indices[resultDim++]); in resolveSourceIndices()
65 if (useIndices.size() != mixedOffsets.size()) in resolveSourceIndices()
67 sourceIndices.resize(useIndices.size()); in resolveSourceIndices()
72 dynamicOperands.push_back(useIndices[index]); in resolveSourceIndices()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldSubViewOps.cpp49 SmallVector<Value> useIndices;
60 useIndices.push_back(rewriter.create<ConstantIndexOp>(loc, 0));
62 useIndices.push_back(indices[resultDim++]);
65 if (useIndices.size() != mixedOffsets.size())
67 sourceIndices.resize(useIndices.size());
72 dynamicOperands.push_back(useIndices[index]);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldSubViewOps.cpp49 SmallVector<Value> useIndices; in resolveSourceIndices() local
56 useIndices.push_back(rewriter.create<ConstantIndexOp>(loc, 0)); in resolveSourceIndices()
58 useIndices.push_back(indices[resultDim++]); in resolveSourceIndices()
60 if (useIndices.size() != mixedOffsets.size()) in resolveSourceIndices()
62 sourceIndices.resize(useIndices.size()); in resolveSourceIndices()
67 dynamicOperands.push_back(useIndices[index]); in resolveSourceIndices()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/apps/
H A Dgsmsmsstore.cc120 bool useIndices = false; // use indices in delete, copy, backup op in main() local
256 useIndices = optind != argc; in main()
334 if (useIndices) in main()
352 if (! useIndices) // copy all entries in main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/
H A Dgsm_sorted_phonebook.h72 SortedPhonebook(string filename, bool useIndices)
75 SortedPhonebook(bool fromStdin, bool useIndices)
H A Dgsm_sorted_phonebook.cc221 SortedPhonebook::SortedPhonebook(string filename, bool useIndices) in SortedPhonebook() argument
224 _sortOrder(ByIndex), _useIndices(useIndices), _readonly(false), in SortedPhonebook()
237 SortedPhonebook::SortedPhonebook(bool fromStdin, bool useIndices) in SortedPhonebook() argument
240 _sortOrder(ByIndex), _useIndices(useIndices), _readonly(fromStdin) in SortedPhonebook()
/dports/games/stuntrally/stuntrally-2.6.1/source/btOgre/
H A DDynamicLines.cpp28 void DynamicRenderable::initialize(RenderOperation::OperationType operationType, bool useIndices) in initialize() argument
32 mRenderOp.useIndexes = useIndices; in initialize()
H A DDynamicLines.h15 void initialize(Ogre::RenderOperation::OperationType operationType, bool useIndices);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp85 bool useIndices; member
154 if (config.useIndices) in createCoordData()
538 else if (m_config.useIndices) in TestContext()
686 if (m_config.useIndices) in render()
1005 if (config.useIndices) in logTestConfig()
1102 basicConfig.useIndices = true; in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fDrawTests.cpp631 …dRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices);
644 …ridRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices) in InstancedGridRenderTest() argument
647 , m_useIndices (useIndices) in InstancedGridRenderTest()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/Inventor/
H A DConvertToInventor.cpp1576 bool useIndices = vrml1Conversion; in processGeometry() local
1583 case GL_LINE_LOOP: if (useIndices) shape = new SoIndexedLineSet; in processGeometry()
1588 case GL_QUAD_STRIP: if (useIndices) in processGeometry()
1602 case GL_POLYGON: if (useIndices) shape = new SoIndexedFaceSet; in processGeometry()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/Inventor/
H A DConvertToInventor.cpp1580 bool useIndices = vrml1Conversion; in processGeometry() local
1587 case GL_LINE_LOOP: if (useIndices) shape = new SoIndexedLineSet; in processGeometry()
1592 case GL_QUAD_STRIP: if (useIndices) in processGeometry()
1606 case GL_POLYGON: if (useIndices) shape = new SoIndexedFaceSet; in processGeometry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fDrawTests.cpp762 …dRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices);
774 …ridRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices) in InstancedGridRenderTest() argument
777 , m_useIndices (useIndices) in InstancedGridRenderTest()