Searched refs:numypixels (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_rgtc.c | 47 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_u() argument 51 for (j = 0; j < numypixels; j++) { in extractsrc_u() 61 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_s() argument 65 for (j = 0; j < numypixels; j++) { in extractsrc_s() 81 int numxpixels, numypixels; in _mesa_texstore_red_rgtc1() local 109 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_red_rgtc1() 110 else numypixels = srcHeight - j; in _mesa_texstore_red_rgtc1() 115 extractsrc_u(srcpixels, srcaddr, srcWidth, numxpixels, numypixels, 1); in _mesa_texstore_red_rgtc1() 116 util_format_unsigned_encode_rgtc_ubyte(blkaddr, srcpixels, numxpixels, numypixels); in _mesa_texstore_red_rgtc1() 134 int numxpixels, numypixels; in _mesa_texstore_signed_red_rgtc1() local [all …]
|
D | texcompress_s3tc_tmp.h | 186 … GLint numxpixels, GLint numypixels, UNUSED GLint type, UNUSED GLboolean haveAlpha) in fancybasecolorsearch() argument 239 for (j = 0; j < numypixels; j++) { in fancybasecolorsearch() 378 GLint numxpixels, GLint numypixels, GLuint type, GLboolean haveAlpha) in storedxtencodedblock() argument 414 for (j = 0; j < numypixels; j++) { in storedxtencodedblock() 445 for (j = 0; j < numypixels; j++) { in storedxtencodedblock() 501 GLint numxpixels, GLint numypixels, GLuint type ) in encodedxtcolorblockfaster() argument 521 for (j = 0; j < numypixels; j++) { in encodedxtcolorblockfaster() 550 fancybasecolorsearch(blkaddr, srccolors, bestcolor, numxpixels, numypixels, type, haveAlpha); in encodedxtcolorblockfaster() 552 storedxtencodedblock(blkaddr, srccolors, bestcolor, numxpixels, numypixels, type, haveAlpha); in encodedxtcolorblockfaster() 569 GLint numxpixels, GLint numypixels) in encodedxt5alpha() argument [all …]
|
/external/mesa3d/src/util/ |
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()
|
D | rgtc.h | 35 int numxpixels, int numypixels); 38 int numxpixels, int numypixels);
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | rgtc.h | 35 int numxpixels, int numypixels); 38 int numxpixels, int numypixels);
|