HomeSort by relevance Sort by last modified time
    Searched defs:col0 (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 31 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/
jfdctfst-altivec.c 95 col0, col1, col2, col3, col4, col5, col6, col7, local
122 tmp0 = vec_add(col0, col7);
123 tmp7 = vec_sub(col0, col7);
jidctfst-altivec.c 121 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, 5)
    [all...]
jfdctint-altivec.c 189 col0, col1, col2, col3, col4, col5, col6, col7, local
228 tmp0 = vec_add(col0, col7);
229 tmp7 = vec_sub(col0, col7);
jidctint-altivec.c 216 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, 3)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 202 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/mesa3d/src/mesa/main/
texcompress_fxt1.c 1530 GLuint col0[4]; local
    [all...]
  /external/skia/src/core/
SkMatrix44.cpp 915 int col0 = 0; local
924 col0++;
932 col0++;
939 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) {
  /external/skia/tools/bookmaker/
bookmaker.cpp 1007 const Definition* col0 = row->fChildren[0]; local
    [all...]
  /external/skqp/src/core/
SkMatrix44.cpp 915 int col0 = 0; local
924 col0++;
932 col0++;
939 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) {
  /external/skqp/tools/bookmaker/
bookmaker.cpp 907 const Definition* col0 = row->fChildren[0]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 1569 struct ir3_instruction *col0 = create_collect(b, src0, nsrc0); local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp 1008 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; local
1012 Instruction *det = emit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1);
1022 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; local
1027 Instruction *det = emit(sw::Shader::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : col1, arg, negate ? col1 : col2);
    [all...]

Completed in 960 milliseconds