Searched refs:numypixels (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_rgtc.c | 52 GLint numxpixels, GLint numypixels); 54 GLint numxpixels, GLint numypixels); 63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_u() argument 67 for (j = 0; j < numypixels; j++) { in extractsrc_u() 77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_s() argument 81 for (j = 0; j < numypixels; j++) { in extractsrc_s() 97 int numxpixels, numypixels; in _mesa_texstore_red_rgtc1() local 119 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_red_rgtc1() 120 else numypixels = srcHeight - j; in _mesa_texstore_red_rgtc1() 125 extractsrc_u(srcpixels, srcaddr, srcWidth, numxpixels, numypixels, 1); in _mesa_texstore_red_rgtc1() [all …]
|
D | texcompress_rgtc_tmp.h | 77 int numxpixels, int numypixels) in TAG() 89 for (j = 0; j < numypixels; j++) { in TAG() 139 for (j = 0; j < numypixels; j++) { in TAG() 188 for (j = 0; j < numypixels; j++) { in TAG() 207 for (j = 0; j < numypixels; j++) { in TAG() 258 for (j = 0; j < numypixels; j++) { in TAG() 283 for (j = 0; j < numypixels; j++) { in TAG() 345 for (j = 0; j < numypixels; j++) { in TAG()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_latc.c | 31 int numxpixels, int numypixels); 37 int numxpixels, int numypixels);
|
D | u_format_rgtc.c | 30 int numxpixels, int numypixels); 36 int numxpixels, int numypixels);
|