Searched refs:BlockType (Results 1 - 14 of 14) sorted by relevance

/external/spirv-llvm/lib/SPIRV/Mangler/
H A DParameterType.cpp175 BlockType::BlockType() : function in class:SPIR::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;
H A DParameterType.h342 struct BlockType : public ParamType { struct in namespace:SPIR
347 BlockType();
447 virtual MangleError visit(const BlockType*) = 0;
H A DMangler.cpp140 MangleError visit(const BlockType* p) {
/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h352 typedef Block<MatrixType,Dynamic,Dynamic> BlockType; typedef in struct:Eigen::internal::partial_lu_impl
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/
H A DSparseBlock.h21 typedef Block<XprType, BlockRows, BlockCols, true> BlockType; typedef in class:Eigen::BlockImpl
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; typedef in class:Eigen::internal::sparse_matrix_block_impl
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
376 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType; typedef in class:Eigen::BlockImpl
[all...]
/external/eigen/Eigen/src/Core/
H A DBlock.h175 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType; typedef in class:Eigen::internal::BlockImpl_dense
179 typedef typename internal::dense_xpr_base<BlockType>::type Base;
180 EIGEN_DENSE_PUBLIC_INTERFACE(BlockType)
332 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType; typedef in class:Eigen::internal::BlockImpl_dense
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/
H A 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/
H A 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/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp698 enum BlockType enum in class:deqp::gles31::Functional::__anon4814::BlockArrayIndexingCase
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)
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h176 UINT8 BlockType; member in struct:_EFI_HII_GLYPH_BLOCK
299 UINT8 BlockType; member in struct:__anon22241
431 UINT8 BlockType; member in struct:_EFI_HII_IMAGE_BLOCK
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp1208 enum BlockType enum in namespace:vkt::shaderexecutor::__anon3943
1235 BlockType blockType,
1245 const BlockType m_blockType;
1255 BlockType blockType,
1470 BlockType blockType,
1484 const BlockType m_blockType;
1493 BlockType blockType,
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVUtil.cpp1064 EPT = new SPIR::BlockType;
1080 auto BlockTy = new SPIR::BlockType;
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2408 BlocksAttr::BlockType type;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 351 milliseconds