Home
last modified time | relevance | path

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

12

/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/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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp401 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternal()
694 if (!isCompressed()) in getCompressedSize()
739 if (isCompressed()) in getBufferCopyRegions()
837 if (isCompressed()) in write()
980 DE_ASSERT(!isCompressed()); in copy()
1057 DE_ASSERT(!isCompressed()); in copy()
1119 DE_ASSERT(!isCompressed()); in copy()
1196 DE_ASSERT(!isCompressed()); in copy()
1258 DE_ASSERT(!isCompressed()); in copy()
1347 DE_ASSERT(!isCompressed()); in copy()
[all …]
DvktPipelineSamplerTests.cpp864 const bool isCompressed = isCompressedFormat(format); in createSamplerTests() local
866 if (isCompressed) in createSamplerTests()
877 if (!isCompressed) in createSamplerTests()
DvktPipelineImageUtil.hpp107 virtual bool isCompressed (void) const { return !m_compressedLevels.empty(); } in isCompressed() function in vkt::pipeline::TestTexture
/external/swiftshader/src/OpenGL/libGL/
DTexture.h83 virtual bool isCompressed(GLenum target, GLint level) const = 0;
141 virtual bool isCompressed(GLenum target, GLint level) const;
193 virtual bool isCompressed(GLenum target, GLint level) const;
DTexture.cpp556 bool Texture2D::isCompressed(GLenum target, GLint level) const in isCompressed() function in gl::Texture2D
876 bool TextureCubeMap::isCompressed(GLenum target, GLint level) const in isCompressed() function in gl::TextureCubeMap
/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.h108 virtual bool isCompressed(GLenum target, GLint level) const = 0;
181 virtual bool isCompressed(GLenum target, GLint level) const;
239 virtual bool isCompressed(GLenum target, GLint level) const;
301 virtual bool isCompressed(GLenum target, GLint level) const;
DTexture.cpp896 bool Texture2D::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::Texture2D
1265 bool TextureCubeMap::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::TextureCubeMap
1866 bool Texture3D::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::Texture3D
/external/eigen/Eigen/src/SparseLU/
DSparseLU.h428 …tack_constructed_variable(StorageIndex,outerIndexPtr,mat.cols()+1,mat.isCompressed()?const_cast<St… in analyzePattern()
431 if(!mat.isCompressed()) in analyzePattern()
515 if (matrix.isCompressed()) outerIndexPtr = matrix.outerIndexPtr(); in factorize()
527 if(!matrix.isCompressed()) delete[] outerIndexPtr; in factorize()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h89 virtual bool isCompressed(GLenum target, GLint level) const = 0;
156 virtual bool isCompressed(GLenum target, GLint level) const;
/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h130 …eigen_assert(mat.isCompressed() && "COLAMDOrdering requires a sparse matrix in compressed mode. Ca… in operator()
/external/llvm/include/llvm/Object/
DObjectFile.h93 bool isCompressed() const;
387 inline bool SectionRef::isCompressed() const { in isCompressed() function
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h115 bool isCompressed() const { return flags&CompressedFlag; } in isCompressed() function
/external/llvm/lib/ProfileData/
DInstrProf.cpp306 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
309 if (isCompressed) { in readPGOFuncNameStrings()
/external/swiftshader/src/Renderer/
DSurface.hpp335 static bool isCompressed(Format format);
DSampler.cpp103 state.compressedFormat = Surface::isCompressed(externalTextureFormat); in samplerState()
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h69 if(mat.isCompressed())
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp470 const bool isCompressed = glu::isCompressedFormat(format); in isCoreFilterableFormat() local
475 if (isLuminanceOrAlpha || isUnsizedColorFormat || isCompressed) in isCoreFilterableFormat()
2393 const bool isCompressed = glu::isCompressedFormat(format); in init() local
2412 const char* const sizePotName = (!isCompressed) ? ("size_pot") : ("size_tile_multiple"); in init()
2413 const char* const sizeNpotName = (!isCompressed) ? ("size_npot") : ("size_not_tile_multiple"); in init()

12