Home
last modified time | relevance | path

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

123

/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
402 return internal::traits<BlockType>::HasSameStorageOrderAsXprType
433 m_outerStride = internal::traits<BlockType>::HasSameStorageOrderAsXprType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp316 WebAssembly::BlockType parseBlockType(StringRef ID) { in parseBlockType()
318 return StringSwitch<WebAssembly::BlockType>(ID) in parseBlockType()
319 .Case("i32", WebAssembly::BlockType::I32) in parseBlockType()
320 .Case("i64", WebAssembly::BlockType::I64) in parseBlockType()
321 .Case("f32", WebAssembly::BlockType::F32) in parseBlockType()
322 .Case("f64", WebAssembly::BlockType::F64) in parseBlockType()
323 .Case("v128", WebAssembly::BlockType::V128) in parseBlockType()
324 .Case("exnref", WebAssembly::BlockType::Exnref) in parseBlockType()
325 .Case("void", WebAssembly::BlockType::Void) in parseBlockType()
326 .Default(WebAssembly::BlockType::Invalid); in parseBlockType()
[all …]
/external/eigen/Eigen/src/LU/
DPartialPivLU.h345 typedef Ref<Matrix<Scalar, Dynamic, Dynamic, StorageOrder> > BlockType;
463 BlockType A_0 = lu.block(0,0,rows,k);
464 BlockType A_2 = lu.block(0,k+bs,rows,tsize);
465 BlockType A11 = lu.block(k,k,bs,bs);
466 BlockType A12 = lu.block(k,k+bs,bs,tsize);
467 BlockType A21 = lu.block(k+bs,k,trows,bs);
468 BlockType A22 = lu.block(k+bs,k+bs,trows,tsize);
/external/uwb/src/rust/uwb_core/src/uci/
Dpcapng_block.rs27 pub enum BlockType { enum
76 block_type: BlockType, in wrap_little_endian_block() argument
129 wrap_little_endian_block(BlockType::SectionHeader, block_core, vec![]) in into_le_bytes()
188 wrap_little_endian_block(BlockType::InterfaceDescription, block_core, self.block_options) in into_le_bytes()
315 wrap_little_endian_block(BlockType::EnhancedPacket, block_core, self.block_options) in into_le_bytes()
/external/angle/include/GLSLANG/
DShaderVars.h54 enum class BlockType enum
61 const char *BlockTypeToString(BlockType type);
302 BlockType blockType;
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h29 enum BlockType : uint32_t { enum
94 bool is_type(BlockType type) const { in is_type()
108 void set_type(BlockType type) { in set_type()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h29 enum BlockType : uint32_t { enum
94 bool is_type(BlockType type) const { in is_type()
108 void set_type(BlockType type) { in set_type()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dbasic_block.h29 enum BlockType : uint32_t { enum
94 bool is_type(BlockType type) const { in is_type()
108 void set_type(BlockType type) { in set_type()
/external/gfxstream-protocols/registry/vulkan/scripts/spec_tools/
Dmacro_checker_file.py127 class BlockType(Enum): class
140 return BlockType.REF_PAGE_LIKE
142 return BlockType.CODE
144 return BlockType.BOX
549 new_block_type = BlockType.lineToBlockType(line)
558 if new_block_type != BlockType.REF_PAGE_LIKE and self.prev_line_ref_page_tag:
605 if block_type == BlockType.REF_PAGE_LIKE:
622 if block_type == BlockType.CODE:
637 if old_top.block_type == BlockType.CODE:
640 elif old_top.block_type == BlockType.REF_PAGE_LIKE and old_top.refpage:
[all …]
/external/skia/experimental/sktext/include/
DTypes.h160 enum BlockType { enum
181 : type(BlockType::kFontChain) in FontBlock()
192 BlockType type;
/external/eigen/Eigen/src/plugins/
DIndexedViewMethods.h84 …nal::traits<typename EIGEN_INDEXED_VIEW_METHOD_TYPE<RowIndices,ColIndices>::type>::BlockType>::type
87 …:traits<typename EIGEN_INDEXED_VIEW_METHOD_TYPE<RowIndices,ColIndices>::type>::BlockType BlockType; in operator() typedef
90 return BlockType(derived(), in operator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp319 WebAssembly::BlockType ReturnType = WebAssembly::BlockType::Void; in placeBlockMarker()
324 ReturnType = WebAssembly::BlockType::I32; in placeBlockMarker()
410 .addImm(int64_t(WebAssembly::BlockType::Void)); in placeLoopMarker()
579 .addImm(int64_t(WebAssembly::BlockType::Void)); in placeTryMarker()
1133 .addImm(int64_t(WebAssembly::BlockType::Void)); in fixUnwindMismatches()
1237 WebAssembly::BlockType RetType = in fixEndsAtEndOfFunction()
1239 ? WebAssembly::BlockType::Multivalue in fixEndsAtEndOfFunction()
1240 : WebAssembly::BlockType( in fixEndsAtEndOfFunction()
DWebAssemblyMCInstLower.cpp260 auto BT = static_cast<WebAssembly::BlockType>(MO.getImm()); in lower()
261 assert(BT != WebAssembly::BlockType::Invalid); in lower()
262 if (BT == WebAssembly::BlockType::Multivalue) { in lower()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h644 template <typename BlockType>
649 ThreadLocalBlocks(BlockType* base, size_t grain_size)
655 std::vector<BlockType> blocks)
660 BlockType& block(int grain_index) {
681 BlockType* thread_local_pre_allocated_base_ = nullptr;
686 std::vector<BlockType> blocks_;
695 template <typename BlockType, bool is_rhs>
698 !is_rhs && std::is_same<BlockType, LhsBlock>::value;
700 is_rhs && std::is_same<BlockType, RhsBlock>::value;
703 using Blocks = ThreadLocalBlocks<BlockType>;
[all …]
/external/angle/src/compiler/translator/
DCollectVariables.cpp41 BlockType GetBlockType(TQualifier qualifier) in GetBlockType()
46 return BlockType::BLOCK_UNIFORM; in GetBlockType()
48 return BlockType::BLOCK_BUFFER; in GetBlockType()
50 return BlockType::PIXEL_LOCAL_EXT; in GetBlockType()
53 return BlockType::BLOCK_UNIFORM; in GetBlockType()
1022 if (interfaceBlock->blockType == BlockType::BLOCK_UNIFORM || in recordInterfaceBlock()
1023 interfaceBlock->blockType == BlockType::BLOCK_BUFFER) in recordInterfaceBlock()
1076 if (interfaceBlock->blockType == BlockType::BLOCK_BUFFER) in recordInterfaceBlock()
/external/eigen/Eigen/src/QR/
DHouseholderQR.h311 typedef Block<MatrixQR,Dynamic,Dynamic> BlockType;
342 BlockType A11_21 = mat.block(k,k,brows,bs);
349 BlockType A21_22 = mat.block(k,k+bs,brows,tcols);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp257 const MVT BlockType = getOptimalRepmovsType(Subtarget, Align); in emitConstantSizeRepmov() local
258 const uint64_t BlockBytes = BlockType.getSizeInBits() / 8; in emitConstantSizeRepmov()
263 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
/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/angle/src/libANGLE/
DProgramLinkedResources.cpp791 const char *GetInterfaceBlockTypeString(sh::BlockType blockType) in GetInterfaceBlockTypeString()
795 case sh::BlockType::BLOCK_UNIFORM: in GetInterfaceBlockTypeString()
797 case sh::BlockType::BLOCK_BUFFER: in GetInterfaceBlockTypeString()
805 std::string GetInterfaceBlockLimitName(ShaderType shaderType, sh::BlockType blockType) in GetInterfaceBlockLimitName()
812 case sh::BlockType::BLOCK_UNIFORM: in GetInterfaceBlockLimitName()
815 case sh::BlockType::BLOCK_BUFFER: in GetInterfaceBlockLimitName()
833 sh::BlockType blockType, in LogInterfaceBlocksExceedLimit()
844 sh::BlockType blockType, in ValidateInterfaceBlocksCount()
2375 shaderType, sh::BlockType::BLOCK_UNIFORM, &combinedUniformBlocksCount, infoLog)) in LinkValidateProgramInterfaceBlocks()
2412 shaderStorageBlocks, shaderType, sh::BlockType::BLOCK_BUFFER, in LinkValidateProgramInterfaceBlocks()

123