HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 201 - 225 of 983) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/tools/llvm-mc/
Disassembler.cpp 60 uint64_t Index;
62 for (Index = 0; Index < Bytes.size(); Index += Size) {
66 S = DisAsm.getInstruction(Inst, Size, memoryObject, Index,
70 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second),
83 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second),
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 122 int maxInput, maxGeneric; /**< max input index found */
140 decl->Semantic.Index == 0) {
147 (int) decl->Semantic.Index > aactx->maxGeneric) {
148 aactx->maxGeneric = decl->Semantic.Index;
207 decl.Semantic.Index = aactx->maxGeneric + 1;
244 newInst.Dst[0].Register.Index = tmp0;
248 newInst.Src[0].Register.Index = texInput;
250 newInst.Src[1].Register.Index = texInput;
258 newInst.Dst[0].Register.Index = tmp0;
262 newInst.Src[0].Register.Index = tmp0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 122 int maxInput, maxGeneric; /**< max input index found */
140 decl->Semantic.Index == 0) {
147 (int) decl->Semantic.Index > aactx->maxGeneric) {
148 aactx->maxGeneric = decl->Semantic.Index;
207 decl.Semantic.Index = aactx->maxGeneric + 1;
244 newInst.Dst[0].Register.Index = tmp0;
248 newInst.Src[0].Register.Index = texInput;
250 newInst.Src[1].Register.Index = texInput;
258 newInst.Dst[0].Register.Index = tmp0;
262 newInst.Src[0].Register.Index = tmp0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c 56 /* Index of the pos output, typically 0. */
58 /* Index of the pos temp where all writes of pos are redirected to. */
60 /* The index of the last generic output, after which we insert a new
89 unsigned name, unsigned index, unsigned interp,
100 decl.Semantic.Index = index;
109 unsigned name, unsigned index, unsigned interp)
120 emit_output(ctx, name, index, interp,
128 unsigned name, unsigned index, unsigned interp)
139 emit_output(ctx, name, index, interp
336 unsigned index = info.output_semantic_index[i]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 56 /* Index of the pos output, typically 0. */
58 /* Index of the pos temp where all writes of pos are redirected to. */
60 /* The index of the last generic output, after which we insert a new
89 unsigned name, unsigned index, unsigned interp,
100 decl.Semantic.Index = index;
109 unsigned name, unsigned index, unsigned interp)
120 emit_output(ctx, name, index, interp,
128 unsigned name, unsigned index, unsigned interp)
139 emit_output(ctx, name, index, interp
336 unsigned index = info.output_semantic_index[i]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 405 srcReg->Index = reg;
432 srcReg->Index = -k;
437 srcReg->Index = k;
567 dstReg->Index = idx;
574 dstReg->Index = idx;
583 dstReg->Index = idx;
659 srcReg->Index = idx;
669 srcReg->Index = idx;
753 srcReg->Index = idx;
763 srcReg->Index = idx
1422 GLint index; local
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 405 srcReg->Index = reg;
432 srcReg->Index = -k;
437 srcReg->Index = k;
567 dstReg->Index = idx;
574 dstReg->Index = idx;
583 dstReg->Index = idx;
659 srcReg->Index = idx;
669 srcReg->Index = idx;
753 srcReg->Index = idx;
763 srcReg->Index = idx
1422 GLint index; local
    [all...]
  /external/eigen/test/
array.cpp 14 typedef typename ArrayType::Index Index;
20 Index rows = m.rows();
21 Index cols = m.cols();
86 typedef typename ArrayType::Index Index;
91 Index rows = m.rows();
92 Index cols = m.cols();
94 Index r = internal::random<Index>(0, rows-1)
    [all...]
permutationmatrices.cpp 15 typedef typename MatrixType::Index Index;
27 Index rows = m.rows();
28 Index cols = m.cols();
88 Index i = internal::random<Index>(0, rows-1);
89 Index j;
90 do j = internal::random<Index>(0, rows-1); while(j==i);
97 i = internal::random<Index>(0, cols-1);
98 do j = internal::random<Index>(0, cols-1); while(j==i)
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h 55 typedef typename CMatrix::Index Index;
59 Index rows = C.rows(), cols = C.cols();
66 for (Index i = 0; i < rows; ++i)
89 for (Index j=0; j<l.size(); ++j)
111 typedef typename TMatrix::Index Index;
115 Index xSize = x.size();
136 for (Index i = 0; i < C.rows(); ++i)
150 z.coeffRef(it.index()) -= bb*it.value()
    [all...]
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 60 typedef DenseIndex Index;
63 EIGEN_STRONG_INLINE const _Scalar operator()(Index row, Index col ) const
77 const Index deg = poly.size()-1;
90 const Index deg = m_monic.size();
91 const Index deg_1 = deg-1;
214 const Index deg = m_monic.size();
215 const Index deg_1 = deg-1;
238 for( Index i=1; i<deg_1; ++i )
257 const Index ebl = m_bl_diag.size()-1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 164 inst[ic].DstReg.Index = colorTemp;
166 inst[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0;
188 inst[ic].DstReg.Index = colorTemp;
190 inst[ic].SrcReg[0].Index = colorTemp;
192 inst[ic].SrcReg[1].Index = scale_p;
194 inst[ic].SrcReg[2].Index = bias_p;
217 inst[ic].DstReg.Index = temp;
220 inst[ic].SrcReg[0].Index = colorTemp;
229 inst[ic].DstReg.Index = temp;
232 inst[ic].SrcReg[0].Index = colorTemp
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 66 typedef typename MatrixType::Index Index;
94 ComplexSchur(Index size = RowsAtCompileTime==Dynamic ? 1 : RowsAtCompileTime)
210 bool subdiagonalEntryIsNeglegible(Index i);
211 ComplexScalar computeShift(Index iu, Index iter);
220 inline bool ComplexSchur<MatrixType>::subdiagonalEntryIsNeglegible(Index i)
235 typename ComplexSchur<MatrixType>::ComplexScalar ComplexSchur<MatrixType>::computeShift(Index iu, Index iter)
336 Index iu = m_matT.cols() - 1
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 164 inst[ic].DstReg.Index = colorTemp;
166 inst[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0;
188 inst[ic].DstReg.Index = colorTemp;
190 inst[ic].SrcReg[0].Index = colorTemp;
192 inst[ic].SrcReg[1].Index = scale_p;
194 inst[ic].SrcReg[2].Index = bias_p;
217 inst[ic].DstReg.Index = temp;
220 inst[ic].SrcReg[0].Index = colorTemp;
229 inst[ic].DstReg.Index = temp;
232 inst[ic].SrcReg[0].Index = colorTemp
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 37 unsigned int Index:RC_REGISTER_INDEX_BITS;
77 inst_mov->U.I.DstReg.Index = rc_find_free_temporary(s->C);
82 inst->U.I.SrcReg[0].Index = inst_mov->U.I.DstReg.Index;
110 rc_register_file file, unsigned int index)
113 return &sap->Proxies->Temporary[index];
120 rc_register_file file, unsigned int index, unsigned int comp)
123 struct proxy_info * proxy = get_proxy_info(sap, file, index);
127 proxy->Index = rc_find_free_temporary(sap->S->C);
139 *pindex = proxy->Index;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 37 unsigned int Index:RC_REGISTER_INDEX_BITS;
77 inst_mov->U.I.DstReg.Index = rc_find_free_temporary(s->C);
82 inst->U.I.SrcReg[0].Index = inst_mov->U.I.DstReg.Index;
110 rc_register_file file, unsigned int index)
113 return &sap->Proxies->Temporary[index];
120 rc_register_file file, unsigned int index, unsigned int comp)
123 struct proxy_info * proxy = get_proxy_info(sap, file, index);
127 proxy->Index = rc_find_free_temporary(sap->S->C);
139 *pindex = proxy->Index;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 107 SID( src->DimIndirect.Index );
110 if (src->Dimension.Index != 0) {
111 if (src->Dimension.Index > 0)
113 SID( src->Dimension.Index );
118 SID(src->Dimension.Index);
126 SID( src->Indirect.Index );
129 if (src->Register.Index != 0) {
130 if (src->Register.Index > 0)
132 SID( src->Register.Index );
137 SID( src->Register.Index );
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 59 typedef typename MatrixType::Index Index;
80 LDLT(Index size)
90 * \sa LDLT(Index size)
213 inline Index rows() const { return m_matrix.rows(); }
214 inline Index cols() const { return m_matrix.cols(); }
253 typedef typename MatrixType::Index Index;
255 const Index size = mat.rows();
267 for (Index k = 0; k < size; ++k
    [all...]
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 100 typedef typename Derived::Index Index;
112 const Index m = src.rows(); // dimension
113 const Index n = src.cols(); // number of measurements
143 Index rank = 0; for (Index i=0; i<m; ++i) if (!internal::isMuchSmallerThan(d.coeff(i),d.coeff(0))) ++rank;
Homogeneous.h 75 inline Index rows() const { return m_matrix.rows() + (int(Direction)==Vertical ? 1 : 0); }
76 inline Index cols() const { return m_matrix.cols() + (int(Direction)==Horizontal ? 1 : 0); }
78 inline Scalar coeff(Index row, Index col) const
240 typedef typename MatrixType::Index Index;
246 inline Index rows() const { return m_lhs.rows(); }
247 inline Index cols() const { return m_rhs.cols(); }
280 typedef typename MatrixType::Index Index;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 107 SID( src->DimIndirect.Index );
110 if (src->Dimension.Index != 0) {
111 if (src->Dimension.Index > 0)
113 SID( src->Dimension.Index );
118 SID(src->Dimension.Index);
126 SID( src->Indirect.Index );
129 if (src->Register.Index != 0) {
130 if (src->Register.Index > 0)
132 SID( src->Register.Index );
137 SID( src->Register.Index );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 30 static int match_length(regmatch_t * matches, int index)
32 return matches[index].rm_eo - matches[index].rm_so;
73 struct match_info Index;
78 * Initialize the source register at index src_index for the instruction based
112 tokens.Index.String = src_str + matches[4].rm_so;
113 tokens.Index.Length = match_length(matches, 4);
138 /* Index */
140 src_reg->Index = strtol(tokens.Index.String, NULL, 10)
    [all...]
  /external/eigen/unsupported/test/
matrix_square_root.cpp 20 static void run(MatrixType& result, typename MatrixType::Index size)
25 for (typename MatrixType::Index i = 0; i < size; ++i) {
37 static void run(MatrixType& result, typename MatrixType::Index size)
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
WrappedIndexBuffer.java 66 mesh.clearBuffer(Type.Index);
80 mesh.setBuffer(Type.Index, 3, (IntBuffer)outBuf.getBuffer());
82 mesh.setBuffer(Type.Index, 3, (ShortBuffer)outBuf.getBuffer());
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 30 static int match_length(regmatch_t * matches, int index)
32 return matches[index].rm_eo - matches[index].rm_so;
73 struct match_info Index;
78 * Initialize the source register at index src_index for the instruction based
112 tokens.Index.String = src_str + matches[4].rm_so;
113 tokens.Index.Length = match_length(matches, 4);
138 /* Index */
140 src_reg->Index = strtol(tokens.Index.String, NULL, 10)
    [all...]

Completed in 931 milliseconds

1 2 3 4 5 6 7 891011>>