HomeSort by relevance Sort by last modified time
    Searched defs:BlockType (Results 1 - 25 of 37) sorted by null

1 2

  /external/spirv-llvm/lib/SPIRV/Mangler/
ParameterType.cpp 175 BlockType::BlockType() :
179 MangleError BlockType::accept(TypeVisitor* visitor) const {
186 std::string BlockType::toString() const {
197 bool BlockType::equals(const ParamType* type) const {
198 const BlockType* pBlock = dyn_cast<BlockType>(type);
240 const TypeEnum BlockType::enumTy = TYPE_ID_BLOCK;
ParameterType.h 342 struct BlockType : public ParamType {
347 BlockType();
447 virtual MangleError visit(const BlockType*) = 0;
  /external/eigen/Eigen/src/Core/
Block.h 175 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/QR/
HouseholderQR.h 300 typedef Block<MatrixQR,Dynamic,Dynamic> BlockType;
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/
UpperBidiagonalization.h 289 typedef Block<MatrixType,Dynamic,Dynamic> BlockType;
330 BlockType B = A.block(k,k,brows,bcols);
347 upperbidiagonalization_blocked_helper<BlockType>( B,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 247 @param BlockType Output the block type of found string block.
267 OUT UINT8 *BlockType, OPTIONAL
302 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
346 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
347 *BlockType = *BlockHdr;
369 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
370 *BlockType = *BlockHdr;
413 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
414 *BlockType = *BlockHdr;
437 ASSERT (BlockType != NULL && StringBlockAddr != NULL && StringTextOffset != NULL);
    [all...]
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 352 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/eigen/Eigen/src/SparseCore/
SparseBlock.h 21 typedef Block<XprType, BlockRows, BlockCols, true> BlockType;
23 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
26 typedef SparseMatrixBase<BlockType> Base;
29 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType)
100 typedef Block<SparseMatrixType, BlockRows, BlockCols, true> BlockType;
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
    [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/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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 181 UINT8 BlockType;
291 UINT8 BlockType;
415 UINT8 BlockType;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 151 UINT8 BlockType;
254 UINT8 BlockType;
378 UINT8 BlockType;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 223 UINT8 BlockType;
353 UINT8 BlockType;
485 UINT8 BlockType;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 176 UINT8 BlockType;
299 UINT8 BlockType;
431 UINT8 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/error_prone/checkerframework/
dataflow-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
dataflow-1.8.10.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/2.1.14/
dataflow-2.1.14.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/2.2.2/
dataflow-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/uber/nullaway/nullaway/0.2.0/
nullaway-0.2.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 

Completed in 1409 milliseconds

1 2