Searched refs:col0 (Results 1 - 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
/external/libjpeg-turbo/simd/
H A Djidctfst-altivec.c121 col0, col1, col2, col3, col4, col5, col6, col7, local
141 col0 = vec_ld(0, coef_block);
158 col0 = vec_mladd(col0, quant0, pw_zero);
163 row0 = vec_splat(col0, 0);
164 row1 = vec_splat(col0, 1);
165 row2 = vec_splat(col0, 2);
166 row3 = vec_splat(col0, 3);
167 row4 = vec_splat(col0, 4);
168 row5 = vec_splat(col0,
[all...]
H A Djidctint-altivec.c216 col0, col1, col2, col3, col4, col5, col6, col7, local
250 col0 = vec_ld(0, coef_block);
267 col0 = vec_mladd(col0, quant0, pw_zero);
272 col0 = vec_sl(col0, pass1_bits);
274 row0 = vec_splat(col0, 0);
275 row1 = vec_splat(col0, 1);
276 row2 = vec_splat(col0, 2);
277 row3 = vec_splat(col0,
[all...]
H A Djfdctfst-altivec.c95 col0, col1, col2, col3, col4, col5, col6, col7, local
122 tmp0 = vec_add(col0, col7);
123 tmp7 = vec_sub(col0, col7);
H A Djfdctint-altivec.c189 col0, col1, col2, col3, col4, col5, col6, col7, local
228 tmp0 = vec_add(col0, col7);
229 tmp7 = vec_sub(col0, col7);
H A Djidctred-sse2-64.asm162 pshufd xmm1,xmm0,0x50 ; xmm1=[col0 col1]=(00 00 00 00 01 01 01 01)
296 punpckldq xmm1,xmm2 ; xmm1=[col0 col1]=(00 10 20 30 01 11 21 31)
472 paddd xmm4,xmm5 ; xmm4=tmp0[col0 col1 **** col3]
485 psrad xmm6,(WORD_BIT-CONST_BITS-2) ; xmm6=tmp10[col0 **** **** ****]
492 paddd xmm6,xmm4 ; xmm6=data0[col0 **** **** ****]=(A0 ** ** **)
494 psubd xmm3,xmm4 ; xmm3=data1[col0 **** **** ****]=(B0 ** ** **)
H A Djidctred-sse2.asm168 pshufd xmm1,xmm0,0x50 ; xmm1=[col0 col1]=(00 00 00 00 01 01 01 01)
303 punpckldq xmm1,xmm2 ; xmm1=[col0 col1]=(00 10 20 30 01 11 21 31)
487 paddd xmm4,xmm5 ; xmm4=tmp0[col0 col1 **** col3]
500 psrad xmm6,(WORD_BIT-CONST_BITS-2) ; xmm6=tmp10[col0 **** **** ****]
507 paddd xmm6,xmm4 ; xmm6=data0[col0 **** **** ****]=(A0 ** ** **)
509 psubd xmm3,xmm4 ; xmm3=data1[col0 **** **** ****]=(B0 ** ** **)
H A Djidctfst-sse2-64.asm140 pshufd xmm6,xmm0,0x00 ; xmm6=col0=(00 00 00 00 00 00 00 00)
294 punpcklqdq xmm6,xmm1 ; xmm6=col0=(00 10 20 30 40 50 60 70)
329 ; xmm6=col0, xmm5=col2, xmm1=col4, xmm3=col6
H A Djidctfst-sse2.asm146 pshufd xmm6,xmm0,0x00 ; xmm6=col0=(00 00 00 00 00 00 00 00)
301 punpcklqdq xmm6,xmm1 ; xmm6=col0=(00 10 20 30 40 50 60 70)
336 ; xmm6=col0, xmm5=col2, xmm1=col4, xmm3=col6
H A Djidctred-mmx.asm566 paddd mm4,mm5 ; mm4=tmp0[col0 col1]
603 psrad mm1,(WORD_BIT-CONST_BITS-2) ; mm1=tmp10[col0 ****]
613 paddd mm1,mm4 ; mm1=data0[col0 ****]=(A0 **)
614 psubd mm3,mm4 ; mm3=data1[col0 ****]=(B0 **)
H A Djidctint-sse2-64.asm155 pshufd xmm7,xmm5,0x00 ; xmm7=col0=(00 00 00 00 00 00 00 00)
483 punpcklqdq xmm7,xmm0 ; xmm7=col0=(00 10 20 30 40 50 60 70)
521 ; xmm7=col0, xmm1=col2, xmm0=col4, xmm2=col6
H A Djidctint-sse2.asm161 pshufd xmm7,xmm5,0x00 ; xmm7=col0=(00 00 00 00 00 00 00 00)
490 punpcklqdq xmm7,xmm0 ; xmm7=col0=(00 10 20 30 40 50 60 70)
528 ; xmm7=col0, xmm1=col2, xmm0=col4, xmm2=col6
H A Djfdctint-sse2-64.asm365 movdqa xmm6, XMMWORD [wk(2)] ; xmm6=col0
H A Djfdctint-sse2.asm373 movdqa xmm6, XMMWORD [wk(2)] ; xmm6=col0
/external/eigen/Eigen/src/SVD/
H A DBDCSVD.h176 void computeSingVals(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, VectorType& singVals, ArrayRef shifts, ArrayRef mus);
177 void perturbCol0(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, const VectorType& singVals, const ArrayRef& shifts, const ArrayRef& mus, ArrayRef zhat);
185 static RealScalar secularEq(RealScalar x, const ArrayRef& col0, const ArrayRef& diag, const IndicesRef &perm, const ArrayRef& diagShifted, RealScalar shift);
574 ArrayRef col0 = m_computed.col(firstCol).segment(firstCol, n);
585 if (col0.hasNaN() || diag.hasNaN())
596 if(abs(col0(k))>considerZero)
606 std::cout << " z: " << col0.transpose() << "\n";
611 computeSingVals(col0, diag, perm, singVals, shifts, mus);
621 while(actual_n>1 && abs(col0(actual_n-1))<considerZero) --actual_n;
637 perturbCol0(col0, dia
691 secularEq(RealScalar mu, const ArrayRef& col0, const ArrayRef& diag, const IndicesRef &perm, const ArrayRef& diagShifted, RealScalar shift) argument
705 computeSingVals(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef &perm, VectorType& singVals, ArrayRef shifts, ArrayRef mus) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c1560 GLuint col0[4]; local
1566 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6;
1567 col0[GCOMP] = CC_SEL(cc, 99);
1568 col0[RCOMP] = CC_SEL(cc, 104);
1569 col0[ACOMP] = CC_SEL(cc, 119);
1573 col0[BCOMP] = CC_SEL(cc, 64);
1574 col0[GCOMP] = CC_SEL(cc, 69);
1575 col0[RCOMP] = CC_SEL(cc, 74);
1576 col0[ACOMP] = CC_SEL(cc, 109);
1580 b = UP5(col0[BCOM
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c321 GLfloat (*col0)[4] = span->array->attribs[FRAG_ATTRIB_COL0];
330 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]);
331 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]);
332 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]);
333 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]);
345 ASSIGN_4V(col0[i], r, g, b, a);
358 col0[i][0] = r;
359 col0[i][1] = g;
360 col0[i][2] = b;
361 col0[
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_diamond_search_sad_avx.c202 const int32_t col0 = _mm_extract_epi16(v_diff_mv_w, 1); local
211 const uint32_t cost0 = x->nmvsadcost[0][row0] + x->nmvsadcost[0][col0];
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dinv_txfm_ssse3.c980 static INLINE void idct32_135(__m128i *col0, __m128i *col1) { argument
981 idct32_8x32_135(col0);
1011 __m128i col0[32], col1[32]; local
1016 load_buffer_16x16(input, col0, col1);
1019 array_transpose_16x16(col0, col1);
1020 idct32_135(col0, col1);
1023 transpose_and_copy_16x16(col0, col1, temp, left_16);
1024 idct32_135(col0, col1);
1025 recon_and_store(col0, col1, dest, stride);
1027 transpose_and_copy_16x16(col0, col
[all...]
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp1026 for (const GLenum* col0 = s_kinds.begin(); col0 != s_kinds.end(); ++col0)
1031 AttachmentParams params = { *col0, *coln, *dep, *stc };
/external/skia/src/core/
H A DSkMatrix44.cpp915 int col0 = 0; local
924 col0++;
932 col0++;
939 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) {
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp872 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; local
876 Instruction *det = emit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1);
886 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; local
891 Instruction *det = emit(sw::Shader::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : col1, arg, negate ? col1 : col2);

Completed in 411 milliseconds