Home
last modified time | relevance | path

Searched refs:getDepth (Results 1 – 25 of 139) sorted by relevance

123456

/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DNDC.java34 int depth = getDepth(); in clear()
54 public static int getDepth() { in getDepth() method in NDC
68 int next = getDepth(); in pop()
80 int next = getDepth(); in peek()
91 int next = getDepth(); in push()
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp53 TCU_CHECK_INTERNAL(dst.getDepth() == 1); in readPixels()
72 TCU_CHECK_INTERNAL(src.getDepth() == 1); in texImage2D()
96 int depth = src.getDepth(); in texImage3D()
111 TCU_CHECK_INTERNAL(src.getDepth() == 1); in texSubImage2D()
135 int depth = src.getDepth(); in texSubImage3D()
DgluTexture.cpp525 …edFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), levels[0].getDepth()) in Texture2DArray()
575 …RRAY, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */… in upload()
598 level.getDepth() == refLevelAccess.getDepth()); in loadCompressed()
603 …level.getWidth(), level.getHeight(), m_refTexture.getLevel(levelNdx).getDepth(), 0 /* border */, l… in loadCompressed()
645 …edFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), levels[0].getDepth()) in Texture3D()
697 …E_3D, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */… in upload()
723 level.getDepth() == refLevelAccess.getDepth()); in loadCompressed()
728 …level.getWidth(), level.getHeight(), level.getDepth(), 0 /* border */, level.getDataSize(), level.… in loadCompressed()
788 …RRAY, levelNdx, m_format, access.getWidth(), access.getHeight(), access.getDepth(), 0 /* border */… in upload()
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp45 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess()
46 …(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.getDepth()), in toSinglesampleAccess()
85 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess()
86 …(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.getDepth()), in toSinglesampleAccess()
118 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleColorBuffer()
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp145 if (StageCycle >= (int)RequiredScoreboard.getDepth()) { in getHazardType()
146 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() && in getHazardType()
201 assert(((cycle + i) < RequiredScoreboard.getDepth()) && in EmitInstruction()
245 ReservedScoreboard[ReservedScoreboard.getDepth()-1] = 0; in RecedeCycle()
247 RequiredScoreboard[RequiredScoreboard.getDepth()-1] = 0; in RecedeCycle()
DScheduleDAG.cpp214 if (NewDepth <= getDepth()) in setDepthToAtLeast()
303 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath()
306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
332 dbgs() << " Depth : " << getDepth() << "\n"; in dumpAll()
399 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) > in VerifyScheduledDAG()
DPostRASchedulerList.cpp485 assert(CurCycle >= SU->getDepth() && in ScheduleNodeTopDown()
538 if (PendingQueue[i]->getDepth() <= CurCycle) { in ListScheduleTopDown()
544 } else if (PendingQueue[i]->getDepth() < MinDepth) in ListScheduleTopDown()
545 MinDepth = PendingQueue[i]->getDepth(); in ListScheduleTopDown()
DMachineScheduler.cpp1149 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1166 if (LiveOutDepth > UI->SU->getDepth()) in computeCyclicCriticalPath()
1167 CyclicLatency = LiveOutDepth - UI->SU->getDepth(); in computeCyclicCriticalPath()
1991 if (SU->getDepth() > TopLatency) { in bumpNode()
1992 TopLatency = SU->getDepth(); in bumpNode()
2267 Latency = Cand.SU->getDepth(); in traceCandidate()
2276 Latency = Cand.SU->getDepth(); in traceCandidate()
2336 if (Cand.SU->getDepth() > Zone.getScheduledLatency()) { in tryLatency()
2337 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2351 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
[all …]
DMachineCombiner.cpp64 unsigned getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs,
121 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth() function in MachineCombiner
232 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace); in preservesCriticalPathLen()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp131 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
159 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!"); in scheduleNodeTopDown()
192 if (PendingQueue[i]->getDepth() == CurCycle) { in listScheduleTopDown()
200 assert(PendingQueue[i]->getDepth() > CurCycle && "Negative latency?"); in listScheduleTopDown()
/external/deqp/framework/common/
DtcuTextureUtil.cpp148 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
149 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
174 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
175 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
500 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
512 for (int z = 0; z < access.getDepth(); z++) in clear()
518 for (int z = 0; z < access.getDepth(); z++) in clear()
531 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
543 for (int z = 0; z < access.getDepth(); z++) in clear()
549 for (int z = 0; z < access.getDepth(); z++) in clear()
[all …]
DtcuBilinearImageCompare.cpp223 reference.getDepth() == result.getDepth() && in bilinearCompare()
227 reference.getDepth() == errorMask.getDepth()); in bilinearCompare()
DtcuImageCompare.cpp97 const int depth = reference.getDepth(); in findNumPositionDeviationFailingPixels()
108 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in findNumPositionDeviationFailingPixels()
490 int depth = reference.getDepth(); in floatUlpThresholdCompare()
497 …TCU_CHECK(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth… in floatUlpThresholdCompare()
576 int depth = reference.getDepth(); in floatThresholdCompare()
583 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in floatThresholdCompare()
663 const int depth = result.getDepth(); in floatThresholdCompare()
745 int depth = reference.getDepth(); in intThresholdCompare()
752 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in intThresholdCompare()
840 const int depth = reference.getDepth(); in intThresholdPositionDeviationCompare()
[all …]
DtcuTexture.hpp311 int getDepth (void) const { return m_size.z(); } in getDepth() function in tcu::ConstPixelBufferAccess
396 int getDepth (void) const { return m_size.z(); } in getDepth() function in tcu::TextureLevel
849 int getNumLayers (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } in getNumLayers()
1006 int getDepth (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } in getDepth() function in tcu::Texture3DView
1041 int getDepth (void) const { return m_depth; } in getDepth() function in tcu::Texture3D
1084 int getDepth (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } in getDepth() function in tcu::TextureCubeArrayView
1085 int getNumLayers (void) const { return getDepth() / 6; } in getNumLayers()
1113 int getDepth (void) const { return m_depth; } in getDepth() function in tcu::TextureCubeArray
/external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/
DNDCTest.java35 assertEquals(0, NDC.getDepth()); in setUp()
57 assertEquals(0, NDC.getDepth()); in testClear()
/external/skia/tests/
DRTreeTest.cpp88 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree.getDepth() && in DEF_TEST()
89 expectedDepthMax >= rtree.getDepth()); in DEF_TEST()
/external/deqp/modules/internal/
DditImageIOTests.cpp57 …" << texture.getWidth() << "x" << texture.getHeight() << "x" << texture.getDepth() << " image with… in iterate()
63 const int imageSize = texture.getAccess().getSlicePitch()*texture.getDepth(); in iterate()
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
DMultiSample.glsllib43 vec4 getDepth(in sampler2DMS tex,in vec2 texC){
60 vec4 getDepth(in sampler2D tex,in vec2 texC){
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DVisualSampleEntry.java102 public int getDepth() { in getDepth() method in VisualSampleEntry
206 IsoTypeWriter.writeUInt16(byteBuffer, getDepth()); in getContent()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp102 for (unsigned I = 0, N = TTP->getDepth() + 1; I != N; ++I) in getTemplateInstantiationArgs()
612 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
615 return std::make_pair(NTTP->getDepth(), NTTP->getIndex()); in getDepthAndIndex()
618 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
883 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformDecl()
888 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformDecl()
892 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition()); in TransformDecl()
931 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformFirstQualifierInScope()
933 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getIndex()); in TransformFirstQualifierInScope()
1023 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateName()
[all …]
/external/llvm/lib/Analysis/
DRegionPrinter.cpp113 << ((R.getDepth() * 2 % 12) + 1) << "\n"; in printRegionCluster()
118 << ((R.getDepth() * 2 % 12) + 2) << "\n"; in printRegionCluster()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java226 public int getDepth() { in getPolicyTree() method
245 public int getDepth() { in getPolicyTree()
/external/clang/lib/Index/
DCommentToXML.cpp67 if (LHS->getDepth() > 1) in operator ()()
69 if (RHS->getDepth() > 1) in operator ()()
73 if (LHS->getDepth() == 1 && RHS->getDepth() == 1) in operator ()()
386 if (C->getDepth() == 1) in visitTParamCommandComment()
401 if (C->getDepth() == 1) in visitTParamCommandComment()
781 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DElement.java191 for (int i = parser.getNamespaceCount(parser.getDepth() - 1); i < parser in parse()
192 .getNamespaceCount(parser.getDepth()); i++) { in parse()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp81 return access.getWidth() == 0 || access.getHeight() == 0 || access.getDepth() == 0; in isEmpty()
86 …return access.raw().getWidth() == 0 || access.raw().getHeight() == 0 || access.raw().getDepth() ==… in isEmpty()
235 return tcu::IVec4(0, 0, access.raw().getHeight(), access.raw().getDepth()); in getBufferRect()
320 , m_viewport (0, 0, colorbuffer.raw().getHeight(), colorbuffer.raw().getDepth()) in ReferenceContext()
970 int depth = dst.getDepth(); in depthValueFloatClampCopy()
972 DE_ASSERT(src.getWidth() == width && src.getHeight() == height && src.getDepth() == depth); in depthValueFloatClampCopy()
1173 depth != dst.getDepth(), GL_INVALID_OPERATION, RC_RET_VOID); in texImage3D()
1212 depth != dst.getDepth(), GL_INVALID_OPERATION, RC_RET_VOID); in texImage3D()
1252 depth != dst.getDepth(), GL_INVALID_OPERATION, RC_RET_VOID); in texImage3D()
1310 zoffset + depth > dst.getDepth(), in texSubImage3D()
[all …]

123456