/external/mesa3d/src/gallium/drivers/svga/ |
svga_format.c | 596 unsigned *bytes_per_block) 603 *bytes_per_block = 4; 610 *bytes_per_block = 2; 614 *bytes_per_block = 4; 618 *bytes_per_block = 2; 622 *bytes_per_block = 4; 626 *bytes_per_block = 2; 631 *bytes_per_block = 1; 636 *bytes_per_block = 2; 642 *bytes_per_block = 8 [all...] |
svga_format.h | 53 unsigned *bytes_per_block);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_rgtc.c | 79 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local 92 dst += bytes_per_block; 126 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local 139 dst += bytes_per_block; 177 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local 190 dst += bytes_per_block; 270 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local 286 dst += bytes_per_block; 295 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local 311 dst += bytes_per_block; 409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local [all...] |
u_format_s3tc.c | 393 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local 407 dst += bytes_per_block; 418 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 8; local 432 dst += bytes_per_block; 443 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local 457 dst += bytes_per_block; 468 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local 483 dst += bytes_per_block;
|
/external/flac/libFLAC/ |
stream_encoder.c | 4405 const unsigned bytes_per_block = sizeof(FLAC__int32) * blocksize; local [all...] |