Searched refs:IndexType (Results 1 - 25 of 45) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java42 InstructionCodec.FORMAT_00X, IndexType.NONE);
49 IndexType.NONE);
54 IndexType.NONE);
59 IndexType.NONE);
64 InstructionCodec.FORMAT_10X, IndexType.NONE);
68 InstructionCodec.FORMAT_12X, IndexType.NONE);
72 InstructionCodec.FORMAT_22X, IndexType.NONE);
76 InstructionCodec.FORMAT_32X, IndexType.NONE);
80 InstructionCodec.FORMAT_12X, IndexType.NONE);
84 InstructionCodec.FORMAT_22X, IndexType
[all...]
H A DIndexType.java22 public enum IndexType { enum
/external/deqp/framework/referencerenderer/
H A DrrDefs.hpp42 enum IndexType enum in namespace:rr
H A DrrRenderer.hpp79 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0);
82 const IndexType indexType;
97 inline IndexType getIndexType (void) const { return m_indexType; }
103 const IndexType m_indexType;
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
29 int index, IndexType indexType, int target, long literal) {
H A DOneRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
32 int index, IndexType indexType, int target, long literal,
H A DRegisterRangeDecodedInstruction.java19 import com.android.dx.io.IndexType;
36 int index, IndexType indexType, int target, long literal,
H A DTwoRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
35 int index, IndexType indexType, int target, long literal,
H A DFiveRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
44 int index, IndexType indexType, int target, long literal,
H A DFourRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
41 int index, IndexType indexType, int target, long literal,
H A DThreeRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
38 int index, IndexType indexType, int target, long literal,
H A DDecodedInstruction.java19 import com.android.dx.io.IndexType;
50 private final IndexType indexType;
102 int index, IndexType indexType, int target, long literal) {
145 public final IndexType getIndexType() {
H A DInstructionCodec.java19 import com.android.dx.io.IndexType;
157 this, opcode, index, IndexType.VARIES,
261 IndexType indexType = OpcodeInfo.getIndexType(opcode);
369 IndexType indexType = OpcodeInfo.getIndexType(opcode);
392 this, opcode, index, IndexType.FIELD_OFFSET,
503 IndexType indexType = OpcodeInfo.getIndexType(opcode);
657 this, opcodeUnit, index, IndexType.VARIES,
676 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit);
699 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit);
723 IndexType indexTyp
[all...]
/external/eigen/Eigen/src/Core/
H A DVisitor.h173 template<typename IndexType>
175 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const
187 * \sa DenseBase::minCoeff(IndexType*,IndexType*), DenseBase::maxCoeff(IndexType*,IndexType*), DenseBase::visitor(), DenseBase::minCoeff()
190 template<typename IndexType>
192 DenseBase<Derived>::minCoeff(IndexType* index) const
204 * \sa DenseBase::minCoeff(IndexType*,IndexTyp
[all...]
H A DTranspositions.h147 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType>
148 struct traits<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType> >
150 typedef IndexType Index;
155 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType>
156 class Transpositions : public TranspositionsBase<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType> >
218 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType, int _PacketAccess>
219 struct traits<Map<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType>,_PacketAccess> >
221 typedef IndexType Index;
226 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType, int PacketAccess>
227 class Map<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType>,PacketAcces
[all...]
H A DPermutationMatrix.h265 * \param IndexType the interger type of the indices
273 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType>
274 struct traits<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, IndexType> >
275 : traits<Matrix<IndexType,SizeAtCompileTime,SizeAtCompileTime,0,MaxSizeAtCompileTime,MaxSizeAtCompileTime> >
277 typedef IndexType Index;
278 typedef Matrix<IndexType, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1> IndicesType;
282 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType>
283 class PermutationMatrix : public PermutationBase<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, IndexType> >
387 template<int SizeAtCompileTime, int MaxSizeAtCompileTime, typename IndexType, int _PacketAccess>
388 struct traits<Map<PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, IndexType>,_PacketAcces
[all...]
H A DDenseBase.h405 template<typename IndexType>
406 typename internal::traits<Derived>::Scalar minCoeff(IndexType* row, IndexType* col) const;
407 template<typename IndexType>
408 typename internal::traits<Derived>::Scalar maxCoeff(IndexType* row, IndexType* col) const;
409 template<typename IndexType>
410 typename internal::traits<Derived>::Scalar minCoeff(IndexType* index) const;
411 template<typename IndexType>
412 typename internal::traits<Derived>::Scalar maxCoeff(IndexType* inde
[all...]
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DIndexedPointsTest.cpp4 template <typename IndexType, GLenum IndexTypeName>
72 std::array<IndexType, mPointCount> indices = { 0, 1, 2, 3 };
75 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices.size() * sizeof(IndexType), indices.data(), GL_STATIC_DRAW);
102 glDrawElements(GL_POINTS, mPointCount - firstIndex, IndexTypeName, reinterpret_cast<void*>(firstIndex * sizeof(IndexType)));
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp42 rr::IndexType mapGLIndexType (deUint32 type);
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp141 enum IndexType enum in struct:deqp::gls::DrawTestSpec
181 static std::string indexTypeToString (IndexType type);
184 static int indexTypeSize (IndexType type);
222 IndexType indexType; //!< used only if drawMethod = DrawElements*
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h39 typedef Matrix<Index,Dynamic, 1> IndexType; typedef in class:Eigen::IncompleteCholesky
127 inline void updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol);
149 Map<IndexType> rowIdx(m_L.innerIndexPtr(), nnz); //Row indices
150 Map<IndexType> colPtr( m_L.outerIndexPtr(), n+1); // Pointer to the beginning of each row
151 IndexType firstElt(n-1); // for each j, points to the next entry in vals that will be used in the factorization
154 IndexType irow(n); // Row indices of nonzero elements in each column
241 inline void IncompleteCholesky<Scalar,_UpLo, OrderingType>::updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DIndexRangeCache.cpp20 template <class IndexType>
21 static RangeUI ComputeTypedRange(const IndexType *indices, GLsizei count)
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h73 const TypeDescriptor &IndexType; member in struct:__ubsan::OutOfBoundsData
/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_)
H A DgluDrawUtil.cpp128 IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices);
174 static deUint32 getIndexGLType (IndexType type)
187 static int getIndexSize (IndexType type)
373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices)
485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr)

Completed in 316 milliseconds

12