Home
last modified time | relevance | path

Searched refs:rootSize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DIntervalMap.h974 unsigned rootSize; variable
1043 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap()
1056 return rootSize == 0; in empty()
1068 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1069 rootBranch().stop(rootSize - 1); in stop()
1084 if (branched() || rootSize == RootLeaf::Capacity) in insert()
1088 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert()
1089 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert()
1168 size[0] = rootSize; in branchRoot()
1170 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot()
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp852 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member
867 , rootSize (rootSize_) in BasicUniform()
1365 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp797 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member
812 , rootSize (rootSize_) in BasicUniform()
1491 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp962 …int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that arr… member
977 , rootSize (rootSize_) in BasicUniform()
1862 … : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0) in assignUniforms()