Home
last modified time | relevance | path

Searched refs:getDepth (Results 1 – 25 of 143) 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/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()
144 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleDepthBuffer()
173 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleStencilBuffer()
/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/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()
398 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) > in VerifyScheduledDAG()
DPostRASchedulerList.cpp488 assert(CurCycle >= SU->getDepth() && in ScheduleNodeTopDown()
541 if (PendingQueue[i]->getDepth() <= CurCycle) { in ListScheduleTopDown()
547 } else if (PendingQueue[i]->getDepth() < MinDepth) in ListScheduleTopDown()
548 MinDepth = PendingQueue[i]->getDepth(); in ListScheduleTopDown()
/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/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.cpp253 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
254 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
279 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
280 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
702 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
714 for (int z = 0; z < access.getDepth(); z++) in clear()
720 for (int z = 0; z < access.getDepth(); z++) in clear()
733 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
745 for (int z = 0; z < access.getDepth(); z++) in clear()
751 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()
491 int depth = reference.getDepth(); in floatUlpThresholdCompare()
498 …TCU_CHECK(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth… in floatUlpThresholdCompare()
577 int depth = reference.getDepth(); in floatThresholdCompare()
584 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in floatThresholdCompare()
664 const int depth = result.getDepth(); in floatThresholdCompare()
746 int depth = reference.getDepth(); in intThresholdCompare()
753 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in intThresholdCompare()
841 const int depth = reference.getDepth(); in intThresholdPositionDeviationCompare()
[all …]
DtcuTexture.hpp329 int getDepth (void) const { return m_size.z(); } in getDepth() function in tcu::ConstPixelBufferAccess
414 int getDepth (void) const { return m_size.z(); } in getDepth() function in tcu::TextureLevel
867 int getNumLayers (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } in getNumLayers()
1024 int getDepth (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } in getDepth() function in tcu::Texture3DView
1059 int getDepth (void) const { return m_depth; } in getDepth() function in tcu::Texture3D
1102 int getDepth (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } in getDepth() function in tcu::TextureCubeArrayView
1103 int getNumLayers (void) const { return getDepth() / 6; } in getNumLayers()
1131 int getDepth (void) const { return m_depth; } in getDepth() function in tcu::TextureCubeArray
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DTextureArray.java82 …Y, 0, data.getInternalFormat(), data.getWidth(), data.getHeight(), data.getDepth(), 0, data.getInt… in load()
104 public int getDepth () { in getDepth() method in TextureArray
105 return data.getDepth(); in getDepth()
DTextureArrayData.java52 public int getDepth (); in getDepth() method
/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/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/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()
867 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformDecl()
872 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformDecl()
876 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition()); in TransformDecl()
915 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformFirstQualifierInScope()
917 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getIndex()); in TransformFirstQualifierInScope()
1007 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateName()
[all …]
/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/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp559 …textureSize += level.getWidth() * level.getHeight() * level.getDepth() * level.getFormat().getPixe… in getSize()
640 (deUint32)level.getDepth() in getBufferCopyRegions()
676 (deUint32)level.getDepth() in getBufferCopyRegions()
681 …layerDataOffset += level.getWidth() * level.getHeight() * level.getDepth() * level.getFormat().get… in getBufferCopyRegions()
727 …levelOffset += srcAccess.getWidth() * srcAccess.getHeight() * srcAccess.getDepth() * srcAccess.get… in write()
748 …Level = new tcu::CompressedTexture(format, level.getWidth(), level.getHeight(), level.getDepth()); in populateCompressedLevels()
1135 for (int layerNdx = 0; layerNdx < m_texture.getDepth(); layerNdx++) in TestTextureCubeArray()
1170 return m_texture.getDepth(); in getArraySize()
/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()
780 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
/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