Searched defs:IndexType (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrDefs.hpp42 enum IndexType enum in namespace:rr
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h77 const TypeDescriptor &IndexType; member in struct:__ubsan::OutOfBoundsData
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h43 template<typename IndexType>
46 static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, IndexType phase, IndexType n, void *a,
47 IndexType *ia, IndexType *ja, IndexType *per
57 typedef long long int IndexType; typedef in struct:Eigen::internal::pardiso_run_selector
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h45 class IndexType { class in struct:llvm::HexagonBlockRanges
53 static bool isInstr(IndexType X) { return X.Index >= First; }
55 IndexType() : Index(None) {} function
56 IndexType(unsigned Idx) : Index(Idx) {} function
59 bool operator== (IndexType Idx) const;
61 bool operator!= (IndexType Idx) const;
62 IndexType operator++ ();
64 bool operator< (IndexType Idx) const;
65 bool operator<= (IndexType Idx) const;
68 bool operator> (IndexType Id
[all...]
H A DHexagonFrameLowering.cpp1871 typedef HexagonBlockRanges::IndexType IndexType; typedef
1918 std::map<int,IndexType> LastStore, LastLoad;
1990 IndexType Index = IndexMap.getIndex(&In);
1992 if (LastStore[FI] == IndexType::None)
1993 LastStore[FI] = IndexType::Entry;
1997 if (LastStore[FI] != IndexType::None)
1999 else if (LastLoad[FI] != IndexType::None)
2000 RL.add(IndexType::Entry, LastLoad[FI], false, false);
2001 LastLoad[FI] = IndexType
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Deigen_attention.h61 typedef typename internal::traits<Input>::Index IndexType; typedef
63 internal::traits<Input>::Layout, IndexType> >
79 typedef typename internal::traits<Input>::Index IndexType; typedef
81 internal::traits<Input>::Layout, IndexType> >
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp67 enum IndexType enum in namespace:glu
163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used
174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_)
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp73 enum IndexType enum in class:deqp::gles3::Functional::PrimitiveRestartCase
91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts);
121 IndexType m_indexType;
131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts)
699 (PrimitiveRestartCase::IndexType)indexType,
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h299 typedef typename TranspositionType::StorageIndex IndexType; typedef
321 transpositions.coeffRef(k) = IndexType(index_of_biggest_in_corner);
371 transpositions.coeffRef(j) = IndexType(j);
532 typedef typename TranspositionType::StorageIndex IndexType; typedef
544 m_transpositions.coeffRef(i) = IndexType(i);
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp147 enum IndexType enum in struct:deqp::gls::DrawTestSpec
187 static std::string indexTypeToString (IndexType type);
190 static int indexTypeSize (IndexType type);
228 IndexType indexType; //!< used only if drawMethod = DrawElements*
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp100 enum IndexType enum in namespace:vkt::pipeline::__anon4391
117 const IndexType indexType);
127 const IndexType m_indexType;
137 const IndexType indexType);
158 const IndexType m_indexType;
201 const IndexType indexType)
301 DE_FATAL("Unhandled IndexType");
378 DE_FATAL("Unhandled IndexType");
525 DE_FATAL("Unhandled IndexType");
595 IndexType indexTyp
[all...]
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h173 typedef uint32_t IndexType; typedef in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h412 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, argument
415 IndexType(IndexType), Size(Size), Name(Name) {}
425 TypeIndex getIndexType() const { return IndexType; }
432 TypeIndex IndexType; member in struct:llvm::codeview::ArrayRecord::Layout
438 TypeIndex IndexType; member in class:llvm::codeview::ArrayRecord
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp987 // IndexType is size_t, which depends on the bitness of the target.
988 TypeIndex IndexType = Asm->MAI->getPointerSize() == 8 local
1033 ArrayRecord(ElementTypeIndex, IndexType, ElementSize, Name));
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp742 Type *IndexType = IntegerType::get( local
746 NewInsts[Base] = ConstantInt::getNullValue(IndexType);
755 NewInsts[PHI] = PHINode::Create(IndexType, PHI->getNumIncomingValues(),
850 Type *IndexType = IntegerType::get(V->getContext(), local
853 Constant *Index = ConstantInt::getNullValue(IndexType);
865 Index, ConstantExpr::getSExtOrBitCast(GEPIndex, IndexType));
/external/clang/lib/CodeGen/
H A DCGExpr.cpp744 llvm::Value *Index, QualType IndexType,
755 bool IndexSigned = IndexType->isSignedIntegerOrEnumerationType();
762 EmitCheckTypeDescriptor(IndexType)
743 EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index, QualType IndexType, bool Accessed) argument
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp6066 enum class IndexType class in class:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode
21784 ObjectTableIndexBufferEntryNVX( ObjectEntryTypeNVX type_ = ObjectEntryTypeNVX::eDescriptorSet, ObjectEntryUsageFlagsNVX flags_ = ObjectEntryUsageFlagsNVX(), Buffer buffer_ = Buffer(), IndexType indexType_ = IndexType::eUint16 )
21820 ObjectTableIndexBufferEntryNVX& setIndexType( IndexType indexType_ )
21847 IndexType indexType;
25958 void bindIndexBuffer( Buffer buffer, DeviceSize offset, IndexType indexType ) const;
26260 VULKAN_HPP_INLINE void CommandBuffer::bindIndexBuffer( Buffer buffer, DeviceSize offset, IndexType indexType ) const
[all...]
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 750 milliseconds