Home
last modified time | relevance | path

Searched refs:srcRowA (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmipmap.c73 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
80 const t *rowA = (const t *) srcRowA; \
150 const GLvoid *srcRowA, const GLvoid *srcRowB, in do_row() argument
165 const GLubyte(*rowA)[4] = (const GLubyte(*)[4]) srcRowA; in do_row()
178 const GLubyte(*rowA)[3] = (const GLubyte(*)[3]) srcRowA; in do_row()
190 const GLubyte(*rowA)[2] = (const GLubyte(*)[2]) srcRowA; in do_row()
201 const GLubyte *rowA = (const GLubyte *) srcRowA; in do_row()
212 const GLbyte(*rowA)[4] = (const GLbyte(*)[4]) srcRowA; in do_row()
225 const GLbyte(*rowA)[3] = (const GLbyte(*)[3]) srcRowA; in do_row()
237 const GLbyte(*rowA)[2] = (const GLbyte(*)[2]) srcRowA; in do_row()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c108 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
115 const t *rowA = (const t *) srcRowA; \
170 const void *srcRowA, const void *srcRowB, in do_row() argument
185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA; in do_row()
198 const ubyte(*rowA)[3] = (const ubyte(*)[3]) srcRowA; in do_row()
210 const ubyte(*rowA)[2] = (const ubyte(*)[2]) srcRowA; in do_row()
221 const ubyte *rowA = (const ubyte *) srcRowA; in do_row()
232 const ushort(*rowA)[4] = (const ushort(*)[4]) srcRowA; in do_row()
245 const ushort(*rowA)[3] = (const ushort(*)[3]) srcRowA; in do_row()
257 const ushort(*rowA)[2] = (const ushort(*)[2]) srcRowA; in do_row()
[all …]