Home
last modified time | relevance | path

Searched refs:indexLevel (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVariablePointersTests.cpp1060 for (int indexLevel = 0; indexLevel < numLevels; ++indexLevel) in addComplexTypesPhysicalOrVariablePointersComputeGroup() local
1201 …"%in_a_copy = OpCopyObject " + pointerTypeAtLevel[indexLevel] + " " + baseANameAtLevel[indexLevel]… in addComplexTypesPhysicalOrVariablePointersComputeGroup()
1202 …"%in_b_copy = OpCopyObject " + pointerTypeAtLevel[indexLevel] + " " + baseBNameAtLevel[indexLevel]… in addComplexTypesPhysicalOrVariablePointersComputeGroup()
2036 for (int indexLevel = 0; indexLevel < numLevels; ++indexLevel) in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2083 …"%in_a_copy = OpCopyObject " + pointerTypeAtLevel[indexLevel] + " " + baseANameAtLevel[indexLevel]… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
2084 …"%in_b_copy = OpCopyObject " + pointerTypeAtLevel[indexLevel] + " " + baseBNameAtLevel[indexLevel]… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
2115 + baseANameAtLevel[indexLevel] in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
2117 + baseBNameAtLevel[indexLevel] in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
2447 for (int indexLevel = 0; indexLevel < numLevels; ++indexLevel) in addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2490 …"%in_a_copy = OpCopyObject " + pointerTypeAtLevel[indexLevel] + " " + baseANameAtLevel[indexLevel]… in addSingleInputBufferReadOnlyVariablePointersGraphicsGroup()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkFlatProxyModel.cpp35 int indexLevel(const QModelIndex& index)const;
65 int ctkFlatProxyModelPrivate::indexLevel(const QModelIndex& index)const in indexLevel() function in ctkFlatProxyModelPrivate
82 || this->StartFlattenLevel > this->indexLevel(sourceIndex) in levelRowCount()
83 || this->EndFlattenLevel < this->indexLevel(sourceIndex)) in levelRowCount()
100 || this->StartFlattenLevel > this->indexLevel(sourceIndex) in nextLevelRowCount()
101 || this->EndFlattenLevel < this->indexLevel(sourceIndex)) in nextLevelRowCount()
269 int level = d->indexLevel(sourceIndex); in mapFromSource()
298 int level = d->indexLevel(sourceParent); in mapToSource()
324 sourceParent, sourceRow, qMax(0, d->EndFlattenLevel - d->indexLevel(sourceParent))); in index()
346 int sourceParentLevel = d->indexLevel(sourceParent); in rowCount()
/dports/devel/zeal/zeal-0.6.1/src/libs/registry/
H A Dlistmodel.cpp58 switch (indexLevel(index)) {
74 switch (indexLevel(index)) {
92 switch (indexLevel(index)) {
121 switch (indexLevel(parent)) {
139 switch (indexLevel(child)) {
164 switch (indexLevel(parent)) {
222 ListModel::Level ListModel::indexLevel(const QModelIndex &index)
H A Dlistmodel.h62 inline static Level indexLevel(const QModelIndex &index); in DocsetMetadata()
/dports/math/pdal/PDAL-2.3.0/plugins/e57/libE57Format/src/
H A DPacket.cpp44 uint8_t indexLevel = 0; member
544 if (indexLevel > 5) in verify()
545 throw E57_EXCEPTION2(E57_ERROR_BAD_CV_PACKET, "indexLevel=" + toString(indexLevel)); in verify()
549 if (indexLevel > 0 && entryCount < 2) in verify()
550 …throw E57_EXCEPTION2(E57_ERROR_BAD_CV_PACKET, "indexLevel=" + toString(indexLevel) + " entryCount=… in verify()
626 os << space(indent) << "indexLevel: " << indexLevel << std::endl; in dump()
/dports/math/gismo/gismo-21.12.0/src/gsHSplines/
H A DgsHDomainLeafIter.h115 index_t indexLevel() const {return m_index_level;} in indexLevel() function
H A DgsHDomainSliceIter.h155 unsigned indexLevel() const {return m_index_level;} in indexLevel() function
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/
H A DConcurrentSkipListMap.java983 private void addIndex(Index<K,V> idx, HeadIndex<K,V> h, int indexLevel) { in addIndex() argument
985 int insertionLevel = indexLevel; in addIndex()
1030 if (--j >= insertionLevel && j < indexLevel) in addIndex()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/jsr166/java/util/concurrent/
H A DConcurrentSkipListMap.java983 private void addIndex(Index<K,V> idx, HeadIndex<K,V> h, int indexLevel) { in addIndex() argument
985 int insertionLevel = indexLevel; in addIndex()
1030 if (--j >= insertionLevel && j < indexLevel) in addIndex()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/external/jsr166/java/util/concurrent/
H A DConcurrentSkipListMap.java983 private void addIndex(Index<K,V> idx, HeadIndex<K,V> h, int indexLevel) { in addIndex() argument
985 int insertionLevel = indexLevel; in addIndex()
1030 if (--j >= insertionLevel && j < indexLevel) in addIndex()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/
H A DConcurrentSkipListMap.java983 private void addIndex(Index<K,V> idx, HeadIndex<K,V> h, int indexLevel) { in addIndex() argument
985 int insertionLevel = indexLevel; in addIndex()
1030 if (--j >= insertionLevel && j < indexLevel) in addIndex()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/external/jsr166/java/util/concurrent/
H A DConcurrentSkipListMap.java983 private void addIndex(Index<K,V> idx, HeadIndex<K,V> h, int indexLevel) { in addIndex() argument
985 int insertionLevel = indexLevel; in addIndex()
1030 if (--j >= insertionLevel && j < indexLevel) in addIndex()