Searched refs:numxpixels (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 69 for (i = 0; i < numxpixels; i++) { in extractsrc_u() 77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_s() argument 83 for (i = 0; i < numxpixels; i++) { in extractsrc_s() 97 int numxpixels, numypixels; in _mesa_texstore_red_rgtc1() local 123 if (srcWidth > i + 3) numxpixels = 4; in _mesa_texstore_red_rgtc1() 124 else numxpixels = srcWidth - i; 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() 90 for (i = 0; i < numxpixels; i++) { in TAG() 140 for (i = 0; i < numxpixels; i++) { in TAG() 189 for (i = 0; i < numxpixels; i++) { in TAG() 208 for (i = 0; i < numxpixels; i++) { in TAG() 259 for (i = 0; i < numxpixels; i++) { in TAG() 284 for (i = 0; i < numxpixels; i++) { in TAG() 346 for (i = 0; i < numxpixels; i++) { 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);
|