HomeSort by relevance Sort by last modified time
    Searched refs:tc0 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 43 GLuint (*tc0)[4], (*tc1)[4], (*tc2)[4];
100 tc0 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->data;
108 tc0 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX0];
158 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + start * tc0_stride);
218 v[0].ui = tc0[0][0];
219 v[1].ui = tc0[0][1];
225 v[2].ui = tc0[0][2];
227 v[2].ui = tc0[0][3];
233 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + tc0_stride)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 43 GLuint (*tc0)[4], (*tc1)[4], (*tc2)[4];
100 tc0 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->data;
108 tc0 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX0];
158 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + start * tc0_stride);
218 v[0].ui = tc0[0][0];
219 v[1].ui = tc0[0][1];
225 v[2].ui = tc0[0][2];
227 v[2].ui = tc0[0][3];
233 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + tc0_stride)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 88 /* array of tc0 values, from the standard, each triplet corresponds to a
89 * column in the table. Indexing goes as tc0[indexA][bS-1] */
90 static const u8 tc0[52][3] = { variable
100 /* array of tc0 values, from the standard, each triplet corresponds to a
101 * column in the table. Indexing goes as tc0[indexA][bS] */
102 static const u8 tc0[52][5] = { variable
127 const u8 *tc0; member in struct:__anon29858
672 tc = thresholds->tc0[bS-1];
780 tc = thresholds->tc0[bS-1];
852 tc = thresholds->tc0[bS-1]
    [all...]
  /external/libffi/src/powerpc/
aix.S 99 .long .ffi_call_AIX, TOC[tc0], 0
219 .long .ffi_call_DARWIN, TOC[tc0], 0
aix_closure.S 99 .long .ffi_closure_ASM, TOC[tc0], 0
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]

Completed in 181 milliseconds