Home
last modified time | relevance | path

Searched refs:isCompressed (Results 1 – 25 of 70) sorted by relevance

123

/external/eigen/Eigen/src/SparseCore/
DSparseCompressedBase.h50 …> innerNonZeros() { return Eigen::Map<IndexVector>(innerNonZeroPtr(), isCompressed()?0:derived().o…
51 …ros() const { return Eigen::Map<const IndexVector>(innerNonZeroPtr(), isCompressed()?0:derived().o…
60 else if(isCompressed())
107 inline bool isCompressed() const { return innerNonZeroPtr()==0; }
114 …const Map<const Array<Scalar,Dynamic,1> > coeffs() const { eigen_assert(isCompressed()); return Ar…
126 …Map<Array<Scalar,Dynamic,1> > coeffs() { eigen_assert(isCompressed()); return Array<Scalar,Dynamic…
168 if(mat.isCompressed())
228 if(mat.isCompressed())
326 …Index end = m_matrix->isCompressed() ? m_matrix->outerIndexPtr()[outer+1] : m_matrix->outerIndexPt…
DSparseMatrix.h103 using Base::isCompressed;
264 eigen_assert(isCompressed() && "This function does not make sense in non compressed mode.");
299 if(isCompressed())
424 if(isCompressed())
466 if(isCompressed())
766 if(other.isCompressed())
792 if(m.isCompressed())
819 if(!m.isCompressed())
891 eigen_assert(!isCompressed());
1019 eigen_assert(!isCompressed());
[all …]
DSparseBlock.h138 Index free_size = m_matrix.isCompressed()
167 if(m_matrix.isCompressed())
185 if(!m_matrix.isCompressed())
195 if(!m_matrix.isCompressed())
235 { return isCompressed() ? 0 : (m_matrix.innerNonZeroPtr()+m_outerStart); } in innerNonZeroPtr()
237 { return isCompressed() ? 0 : (m_matrix.innerNonZeroPtr()+m_outerStart); } in innerNonZeroPtr()
239 bool isCompressed() const { return m_matrix.innerNonZeroPtr()==0; } in isCompressed() function
260 if(m_matrix.isCompressed()) in lastCoeff()
DSparseMap.h90 bool isCompressed() const { return m_innerNonZeros==0; }
111 Index end = isCompressed() ? m_outerIndex[outer+1] : start + m_innerNonZeros[outer];
186 …Index end = Base::isCompressed() ? Base::m_outerIndex[outer+1] : start + Base::m_innerNonZeros[out…
DSparseRef.h148 eigen_assert( ((Options & int(StandardCompressedFormat))==0) || (expr.isCompressed()) );
156 eigen_assert( ((Options & int(StandardCompressedFormat))==0) || (expr.isCompressed()) );
170 eigen_assert( ((Options & int(StandardCompressedFormat))==0) || (expr.isCompressed()) );
214 if((Options & int(StandardCompressedFormat)) && (!expr.isCompressed()))
DSparseRedux.h33 if(this->isCompressed()) in sum()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DTapeInputStream.java43 private boolean isCompressed = false; field in TapeInputStream
67 public void resetBlockSize(final int recsPerBlock, final boolean isCompressed) in resetBlockSize() argument
69 this.isCompressed = isCompressed; in resetBlockSize()
272 if (!isCompressed || (currBlkIdx == -1)) {
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dpr25281.ll7 …at** noalias nocapture readonly %in, i32* noalias nocapture readonly %isCompressed, float* noalias…
11 %tmp1 = getelementptr i32, i32* %isCompressed, i32 0
15 %tmp3 = getelementptr i32, i32* %isCompressed, i32 1
/external/llvm/test/Transforms/LoopVectorize/
Dpr25281.ll8 …at** noalias nocapture readonly %in, i32* noalias nocapture readonly %isCompressed, float* noalias…
12 %tmp1 = getelementptr i32, i32* %isCompressed, i32 0
16 %tmp3 = getelementptr i32, i32* %isCompressed, i32 1
/external/skia/gm/
Dbc1_transparency.cpp122 bool isCompressed = false; in draw_image() local
127 isCompressed = caps->isFormatCompressed(proxy->backendFormat()); in draw_image()
132 if (!isCompressed) { in draw_image()
Dcompressed_textures.cpp276 bool isCompressed = false; in drawCell() local
281 isCompressed = caps->isFormatCompressed(proxy->backendFormat()); in drawCell()
293 if (!isCompressed) { in drawCell()
Dexoticformats.cpp383 bool isCompressed = false; in drawImage() local
388 isCompressed = caps->isFormatCompressed(proxy->backendFormat()); in drawImage()
393 if (!isCompressed) { in drawImage()
/external/llvm-project/llvm/lib/Object/
DDecompressor.cpp79 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor
80 if (Section.isCompressed()) in isCompressed()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DDecompressor.cpp79 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor
80 if (Section.isCompressed()) in isCompressed()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DDefaultHttpDataSource.java321 boolean isCompressed = isCompressed(connection); in open()
322 if (!isCompressed) { in open()
339 if (isCompressed) { in open()
770 private static boolean isCompressed(HttpURLConnection connection) { in isCompressed() method in DefaultHttpDataSource
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/metadata/id3/
DId3Decoder.java178 boolean isCompressed = (flags & 0x40) != 0; in decodeHeader()
179 if (isCompressed) { in decodeHeader()
322 boolean isCompressed = false; in decodeFrame()
328 isCompressed = (flags & FRAME_FLAG_V3_IS_COMPRESSED) != 0; in decodeFrame()
332 hasDataLength = isCompressed; in decodeFrame()
335 isCompressed = (flags & FRAME_FLAG_V4_IS_COMPRESSED) != 0; in decodeFrame()
341 if (isCompressed || isEncrypted) { in decodeFrame()
/external/swiftshader/src/Vulkan/
DVkImage.cpp178 if(format.isCompressed()) in Image()
206 return Format(pCreateInfo->format).isCompressed() ? sizeof(Image) : 0; in ComputeRequiredAllocationSize()
670 if(usedFormat.isCompressed()) in imageExtentInBlocks()
687 if(usedFormat.isCompressed()) in imageOffsetInBlocks()
710 if(usedFormat.isCompressed()) in bufferExtentInBlocks()
721 if(usedFormat.isCompressed()) in bufferExtentInBlocks()
734 return (isCube() && !format.isCompressed()) ? 1 : 0; in borderSize()
801 if(usedFormat.isCompressed()) in rowPitchBytes()
818 if(usedFormat.isCompressed()) in slicePitchBytes()
968 bool isImageViewCompressed = imageViewFormat.isCompressed(); in getSampledImage()
DVkFormat.hpp48 bool isCompressed() const;
/external/angle/src/libANGLE/
DvalidationES3.h21 bool isCompressed,
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp417 …deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTextu… in uploadTestTextureInternal()
498 …deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTex… in uploadTestTextureInternalSparse()
760 if (!isCompressed()) in getCompressedSize()
805 if (isCompressed()) in getBufferCopyRegions()
903 if (isCompressed()) in write()
1046 DE_ASSERT(!isCompressed()); in copy()
1123 DE_ASSERT(!isCompressed()); in copy()
1194 DE_ASSERT(!isCompressed()); in copy()
1271 DE_ASSERT(!isCompressed()); in copy()
1333 DE_ASSERT(!isCompressed()); in copy()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DDecompressor.h45 static bool isCompressed(const object::SectionRef &Section);
/external/llvm-project/llvm/include/llvm/Object/
DDecompressor.h45 static bool isCompressed(const object::SectionRef &Section);
/external/eigen/test/
Dsparse_ref.cpp52 VERIFY(a.isCompressed()); in call_ref_3()
93 VERIFY(!C.isCompressed()); in call_ref()
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h154 virtual bool isCompressed(GLenum target, GLint level) const = 0;
228 bool isCompressed(GLenum target, GLint level) const override;
298 bool isCompressed(GLenum target, GLint level) const override;
363 bool isCompressed(GLenum target, GLint level) const override;
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h83 virtual bool isCompressed(GLenum target, GLint level) const = 0;
148 bool isCompressed(GLenum target, GLint level) const override;

123