Home
last modified time | relevance | path

Searched refs:BlockType (Results 1 – 25 of 26) sorted by relevance

12

/external/spirv-llvm/lib/SPIRV/Mangler/
DParameterType.cpp175 BlockType::BlockType() : in BlockType() function in SPIR::BlockType
179 MangleError BlockType::accept(TypeVisitor* visitor) const { in accept()
186 std::string BlockType::toString() const { in toString()
197 bool BlockType::equals(const ParamType* type) const { in equals()
198 const BlockType* pBlock = dyn_cast<BlockType>(type); in equals()
240 const TypeEnum BlockType::enumTy = TYPE_ID_BLOCK;
DParameterType.h342 struct BlockType : public ParamType { struct
347 BlockType(); argument
447 virtual MangleError visit(const BlockType*) = 0;
DMangler.cpp140 MangleError visit(const BlockType* p) { in visit()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/
DLZ77Compressor.java97 public enum BlockType { enum in LZ77Compressor.Block
100 public abstract BlockType getType(); in getType()
144 public BlockType getType() { in getType()
145 return BlockType.LITERAL; in getType()
177 public BlockType getType() { in getType()
178 return BlockType.BACK_REFERENCE; in getType()
189 public BlockType getType() { in getType()
190 return BlockType.EOD; in getType()
/external/puffin/src/
Dhuffer.cc43 << BlockTypeToString(static_cast<BlockType>(type)); in HuffDeflate()
47 switch (static_cast<BlockType>(type)) { in HuffDeflate()
48 case BlockType::kUncompressed: in HuffDeflate()
70 case BlockType::kFixed: in HuffDeflate()
75 case BlockType::kDynamic: in HuffDeflate()
Dpuffer.cc53 << BlockTypeToString(static_cast<BlockType>(type)); in PuffDeflate()
69 switch (static_cast<BlockType>(type)) { in PuffDeflate()
70 case BlockType::kUncompressed: { in PuffDeflate()
111 case BlockType::kFixed: in PuffDeflate()
120 case BlockType::kDynamic: in PuffDeflate()
Dhuffman_table.cc522 string BlockTypeToString(BlockType type) { in BlockTypeToString()
524 case BlockType::kUncompressed: in BlockTypeToString()
527 case BlockType::kFixed: in BlockTypeToString()
530 case BlockType::kDynamic: in BlockTypeToString()
Dhuffman_table.h295 enum class BlockType : uint8_t { enum
301 std::string BlockTypeToString(BlockType type);
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h21 typedef Block<XprType, BlockRows, BlockCols, true> BlockType; typedef
23 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
26 typedef SparseMatrixBase<BlockType> Base;
29 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType) in EIGEN_SPARSE_PUBLIC_INTERFACE() argument
100 typedef Block<SparseMatrixType, BlockRows, BlockCols, true> BlockType; typedef
104 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
105 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType)
120 inline BlockType& operator=(const SparseMatrixBase<OtherDerived>& other)
214 inline BlockType& operator=(const BlockType& other)
216 return operator=<BlockType>(other);
[all …]
/external/eigen/Eigen/src/Core/
DBlock.h175 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType;
179 typedef typename internal::dense_xpr_base<BlockType>::type Base;
180 EIGEN_DENSE_PUBLIC_INTERFACE(BlockType)
332 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType;
339 typedef MapBase<BlockType> Base;
340 EIGEN_DENSE_PUBLIC_INTERFACE(BlockType)
393 return internal::traits<BlockType>::HasSameStorageOrderAsXprType
437 m_outerStride = internal::traits<BlockType>::HasSameStorageOrderAsXprType
/external/eigen/Eigen/src/LU/
DPartialPivLU.h352 typedef Block<MatrixType,Dynamic,Dynamic> BlockType;
460 BlockType A_0(lu,0,0,rows,k);
461 BlockType A_2(lu,0,k+bs,rows,tsize);
462 BlockType A11(lu,k,k,bs,bs);
463 BlockType A12(lu,k,k+bs,bs,tsize);
464 BlockType A21(lu,k+bs,k,trows,bs);
465 BlockType A22(lu,k+bs,k+bs,trows,tsize);
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h29 enum BlockType : uint32_t { enum
71 bool is_type(BlockType type) const { in is_type()
80 void set_type(BlockType type) { in set_type()
Dfunction.h111 bool IsBlockType(uint32_t merge_block_id, BlockType type) const;
Dfunction.cpp214 bool Function::IsBlockType(uint32_t merge_block_id, BlockType type) const { in IsBlockType()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h29 enum BlockType : uint32_t { enum
71 bool is_type(BlockType type) const { in is_type()
80 void set_type(BlockType type) { in set_type()
Dfunction.h111 bool IsBlockType(uint32_t merge_block_id, BlockType type) const;
Dfunction.cpp214 bool Function::IsBlockType(uint32_t merge_block_id, BlockType type) const { in IsBlockType()
/external/eigen/Eigen/src/QR/
DHouseholderQR.h300 typedef Block<MatrixQR,Dynamic,Dynamic> BlockType; typedef
331 BlockType A11_21 = mat.block(k,k,brows,bs);
338 BlockType A21_22 = mat.block(k,k+bs,brows,tcols);
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h289 typedef Block<MatrixType,Dynamic,Dynamic> BlockType; typedef
330 BlockType B = A.block(k,k,brows,bcols);
347 upperbidiagonalization_blocked_helper<BlockType>( B,
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1100 enum BlockType enum
1127 BlockType blockType,
1137 const BlockType m_blockType;
1147 BlockType blockType, in BlockArrayIndexingCaseInstance()
1362 BlockType blockType,
1376 const BlockType m_blockType;
1385 BlockType blockType, in BlockArrayIndexingCase()
/external/libchrome/base/
Dbind_internal.h462 template <typename BlockType, typename... RunArgs>
463 static R Invoke(BlockType&& block, RunArgs&&... args) {
483 template <typename BlockType, typename... RunArgs>
484 static R Invoke(BlockType&& block, RunArgs&&... args) {
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp698 enum BlockType enum in deqp::gles31::Functional::__anon3ffe64040111::BlockArrayIndexingCase
705 …xingCase (Context& context, const char* name, const char* description, BlockType blockType, Index…
717 const BlockType m_blockType;
724 …exingCase (Context& context, const char* name, const char* description, BlockType blockType, Index… in BlockArrayIndexingCase()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz77support/
DLZ77CompressorTest.java310 assertEquals(LZ77Compressor.Block.BlockType.EOD, blocks.get(expectedSize - 1).getType()); in assertSize()
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp1064 EPT = new SPIR::BlockType; in transTypeDesc()
1080 auto BlockTy = new SPIR::BlockType; in transTypeDesc()
/external/clang/include/clang/Basic/
DAttr.td513 let Args = [EnumArgument<"Type", "BlockType", ["byref"], ["ByRef"]>];

12