Searched refs:getDepth (Results 1 - 25 of 135) sorted by relevance

123456

/external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/
H A DNDCTest.java35 assertEquals(0, NDC.getDepth());
57 assertEquals(0, NDC.getDepth());
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DNDC.java34 int depth = getDepth();
54 public static int getDepth() { method in class:NDC
68 int next = getDepth();
80 int next = getDepth();
91 int next = getDepth();
/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp53 TCU_CHECK_INTERNAL(dst.getDepth() == 1);
72 TCU_CHECK_INTERNAL(src.getDepth() == 1);
96 int depth = src.getDepth();
111 TCU_CHECK_INTERNAL(src.getDepth() == 1);
135 int depth = src.getDepth();
H A DgluTexture.cpp525 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), levels[0].getDepth())
575 gl.texImage3D(GL_TEXTURE_2D_ARRAY, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
598 level.getDepth() == refLevelAccess.getDepth());
603 level.getWidth(), level.getHeight(), m_refTexture.getLevel(levelNdx).getDepth(), 0 /* border */, level.getDataSize(), level.getData());
645 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), levels[0].getDepth())
697 gl.texImage3D(GL_TEXTURE_3D, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
723 level.getDepth() == refLevelAccess.getDepth());
728 level.getWidth(), level.getHeight(), level.getDepth(),
[all...]
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp145 if (StageCycle >= (int)RequiredScoreboard.getDepth()) {
146 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() &&
201 assert(((cycle + i) < RequiredScoreboard.getDepth()) &&
245 ReservedScoreboard[ReservedScoreboard.getDepth()-1] = 0;
247 RequiredScoreboard[RequiredScoreboard.getDepth()-1] = 0;
H A DScheduleDAG.cpp214 if (NewDepth <= getDepth())
303 unsigned MaxDepth = BestI->getSUnit()->getDepth();
306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
332 dbgs() << " Depth : " << getDepth() << "\n";
399 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) >
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp131 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency());
159 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!");
192 if (PendingQueue[i]->getDepth() == CurCycle) {
200 assert(PendingQueue[i]->getDepth() > CurCycle && "Negative latency?");
/external/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } function in class:GrFrameBufferObj
/external/deqp/modules/internal/
H A DditImageIOTests.cpp57 m_testCtx.getLog() << TestLog::Message << "Loaded " << texture.getWidth() << "x" << texture.getHeight() << "x" << texture.getDepth() << " image with format " << texture.getFormat() << TestLog::EndMessage;
63 const int imageSize = texture.getAccess().getSlicePitch()*texture.getDepth();
/external/skia/tests/
H A DRTreeTest.cpp88 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree.getDepth() &&
89 expectedDepthMax >= rtree.getDepth());
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp45 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1),
46 tcu::IVec3(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.getDepth()),
85 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1),
86 tcu::IVec3(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.getDepth()),
118 DE_ASSERT(dst.getHeight() == src.raw().getDepth());
/external/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h55 size_t getDepth() const { return Depth; } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
H A DScheduleDFS.h160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
/external/skia/src/core/
H A DSkRTree.h51 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; } function in class:SkRTree
/external/clang/lib/Index/
H A DCommentToXML.cpp67 if (LHS->getDepth() > 1)
69 if (RHS->getDepth() > 1)
73 if (LHS->getDepth() == 1 && RHS->getDepth() == 1)
386 if (C->getDepth() == 1)
401 if (C->getDepth() == 1)
781 if (C->isPositionValid() && C->getDepth() == 1) {
/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp113 << ((R.getDepth() * 2 % 12) + 1) << "\n";
118 << ((R.getDepth() * 2 % 12) + 2) << "\n";
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java102 public int getDepth() { method in class:VisualSampleEntry
206 IsoTypeWriter.writeUInt16(byteBuffer, getDepth());
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp223 reference.getDepth() == result.getDepth() &&
227 reference.getDepth() == errorMask.getDepth());
H A DtcuCompressedTexture.hpp122 int getDepth (void) const { return m_depth; } function in class:tcu::CompressedTexture
H A DtcuTextureUtil.cpp148 DE_ASSERT(de::inBounds(z, 0, access.getDepth()));
149 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth()));
174 DE_ASSERT(de::inBounds(z, 0, access.getDepth()));
175 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth()));
500 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
512 for (int z = 0; z < access.getDepth(); z++)
518 for (int z = 0; z < access.getDepth(); z++)
531 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
543 for (int z = 0; z < access.getDepth(); z++)
549 for (int z = 0; z < access.getDepth();
[all...]
H A DtcuImageCompare.cpp97 const int depth = reference.getDepth();
108 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
490 int depth = reference.getDepth();
497 TCU_CHECK(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
576 int depth = reference.getDepth();
583 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
663 const int depth = result.getDepth();
745 int depth = reference.getDepth();
752 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
840 const int depth = reference.getDepth();
[all...]
H A DtcuTexture.hpp311 int getDepth (void) const { return m_size.z(); } function in class:tcu::ConstPixelBufferAccess
396 int getDepth (void) const { return m_size.z(); } function in class:tcu::TextureLevel
849 int getNumLayers (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; }
1006 int getDepth (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } function in class:tcu::Texture3DView
1041 int getDepth (void) const { return m_depth; } function in class:tcu::Texture3D
1084 int getDepth (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } function in class:tcu::TextureCubeArrayView
1085 int getNumLayers (void) const { return getDepth() / 6; }
1113 int getDepth (voi function in class:tcu::TextureCubeArray
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java57 public int getDepth() method in class:PKIXPolicyNode
/external/skia/include/xml/
H A DSkXMLParser.h120 int getDepth() const { return fDepth; }
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java191 for (int i = parser.getNamespaceCount(parser.getDepth() - 1); i < parser
192 .getNamespaceCount(parser.getDepth()); i++) {

Completed in 630 milliseconds

123456