Searched defs:rowA (Results 1 - 4 of 4) sorted by path

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c108 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
115 const t *rowA = (const t *) srcRowA; \
130 dst[i][e] = FILTER_SUM_3D(rowA[j][e], rowA[k][e], \
138 dst[i][e] = (rowA[j][e] + rowA[k][e] \
146 const float aj = util_half_to_float(rowA[j][e]); \
147 const float ak = util_half_to_float(rowA[k][e]); \
185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA;
190 dst[i][0] = (rowA[
221 const ubyte *rowA = (const ubyte *) srcRowA; local
268 const ushort *rowA = (const ushort *) srcRowA; local
324 const float *rowA = (const float *) srcRowA; local
386 const half_float *rowA = (const half_float *) srcRowA; local
402 const uint *rowA = (const uint *) srcRowA; local
413 const ushort *rowA = (const ushort *) srcRowA; local
438 const ushort *rowA = (const ushort *) srcRowA; local
468 const ushort *rowA = (const ushort *) srcRowA; local
498 const ubyte *rowA = (const ubyte *) srcRowA; local
710 const uint *rowA = (const uint *) srcRowA; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dmipmap.c73 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
80 const t *rowA = (const t *) srcRowA; \
95 dst[i][e] = FILTER_SUM_3D(rowA[j][e], rowA[k][e], \
110 dst[i][e] = FILTER_SUM_3D_SIGNED(rowA[j][e], rowA[k][e], \
118 dst[i][e] = (rowA[j][e] + rowA[k][e] \
126 const GLfloat aj = _mesa_half_to_float(rowA[j][e]); \
127 const GLfloat ak = _mesa_half_to_float(rowA[
201 const GLubyte *rowA = (const GLubyte *) srcRowA; local
248 const GLbyte *rowA = (const GLbyte *) srcRowA; local
295 const GLushort *rowA = (const GLushort *) srcRowA; local
342 const GLshort *rowA = (const GLshort *) srcRowA; local
398 const GLfloat *rowA = (const GLfloat *) srcRowA; local
460 const GLhalfARB *rowA = (const GLhalfARB *) srcRowA; local
476 const GLuint *rowA = (const GLuint *) srcRowA; local
487 const GLushort *rowA = (const GLushort *) srcRowA; local
512 const GLushort *rowA = (const GLushort *) srcRowA; local
542 const GLushort *rowA = (const GLushort *) srcRowA; local
572 const GLushort *rowA = (const GLushort *) srcRowA; local
603 const GLubyte *rowA = (const GLubyte *) srcRowA; local
629 const GLubyte *rowA = (const GLubyte *) srcRowA; local
650 const GLuint *rowA = (const GLuint *) srcRowA; local
681 const GLuint *rowA = (const GLuint*) srcRowA; local
700 const GLuint *rowA = (const GLuint*) srcRowA; local
719 const GLfloat *rowA = (const GLfloat *) srcRowA; local
730 const GLuint *rowA = (const GLuint *) srcRowA; local
745 const GLuint *rowA = (const GLuint *) srcRowA; local
1023 const GLuint *rowA = (const GLuint *) srcRowA; local
[all...]
/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c1167 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA ) argument
1175 for( jL = rowA; jL--; )
/external/skia/src/core/
H A DSkAAClip.cpp1413 const uint8_t* rowA, const SkIRect& rectA,
1611 const uint8_t* rowA = NULL; local
1617 rowA = iterA.data();
1635 rowA = iterA.data();
1648 if (!rowA && !rowB) {
1652 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
2067 unsigned rowA = row[1]; local
2068 if (0xFF == rowA) {
2070 } else if (0 == rowA) {
[all...]

Completed in 268 milliseconds