HomeSort by relevance Sort by last modified time
    Searched refs:BlockType (Results 1 - 17 of 17) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 20 typedef Block<XprType, BlockRows, BlockCols, true> BlockType;
22 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
26 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType)
32 inline InnerIterator(const BlockType& xpr, Index outer)
44 inline ReverseInnerIterator(const BlockType& xpr, Index outer)
96 typedef Block<SparseMatrixType, BlockRows, BlockCols, true> BlockType;
99 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
100 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType)
108 inline InnerIterator(const BlockType& xpr, Index outer)
119 inline ReverseInnerIterator(const BlockType& xpr, Index outer
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_deblock.c 166 uint32_t Block8x8, blockType;
169 uint32_t BlockType[4] = {0};
181 BlockType[2] = BlockDownsizeMap[Value];
185 BlockType[3] = BlockDownsizeMap[Value];
201 for (BlockNum = BlocksToSendMap[BlockType[2]] / 2;
202 BlockNum < BlocksToSendMap[BlockType[2]];
205 Block8x8 = BlockAddressMap[BlockType[2]][BlockNum];
207 blockType = BlockType[Block8x8];
210 REGIO_WRITE_FIELD(InterBlockCmd, MSVDX_CMDS, INTER_BLOCK_PREDICTION, INTER_PRED_BLOCK_SIZE, blockType);
    [all...]
  /external/eigen/Eigen/src/Core/
Block.h 169 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType;
172 typedef typename internal::dense_xpr_base<BlockType>::type Base;
173 EIGEN_DENSE_PUBLIC_INTERFACE(BlockType)
317 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType;
320 typedef MapBase<BlockType> Base;
321 EIGEN_DENSE_PUBLIC_INTERFACE(BlockType)
364 return internal::traits<BlockType>::HasSameStorageOrderAsXprType
393 m_outerStride = internal::traits<BlockType>::HasSameStorageOrderAsXprType
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 231 typedef Block<MatrixType,Dynamic,Dynamic> BlockType;
338 BlockType A_0(lu,0,0,rows,k);
339 BlockType A_2(lu,0,k+bs,rows,tsize);
340 BlockType A11(lu,k,k,bs,bs);
341 BlockType A12(lu,k,k+bs,bs,tsize);
342 BlockType A21(lu,k+bs,k,trows,bs);
343 BlockType A22(lu,k+bs,k+bs,trows,tsize);
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 272 typedef Block<MatrixQR,Dynamic,Dynamic> BlockType;
303 BlockType A11_21 = mat.block(k,k,brows,bs);
310 BlockType A21_22 = mat.block(k,k+bs,brows,tcols);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 794 enum BlockType
817 BlockType blockType,
827 const BlockType m_blockType;
837 BlockType blockType,
843 , m_blockType (blockType)
925 BlockType blockType,
938 const BlockType m_blockType
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 698 enum BlockType
705 BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType);
717 const BlockType m_blockType;
724 BlockArrayIndexingCase::BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType)
726 , m_blockType (blockType)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
wmidata.h     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 518 milliseconds