Searched refs:bytes_per_block (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_format.c596 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
593 svga_format_size(SVGA3dSurfaceFormat format, unsigned *block_width, unsigned *block_height, unsigned *bytes_per_block) argument
[all...]
H A Dsvga_format.h53 unsigned *bytes_per_block);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c596 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
593 svga_format_size(SVGA3dSurfaceFormat format, unsigned *block_width, unsigned *block_height, unsigned *bytes_per_block) argument
[all...]
H A Dsvga_format.h53 unsigned *bytes_per_block);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgtc.c79 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...]
H A Du_format_s3tc.c393 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/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgtc.c79 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...]
H A Du_format_s3tc.c393 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/
H A Dstream_encoder.c4207 const unsigned bytes_per_block = sizeof(FLAC__int32) * blocksize; local
4212 if(0 != memcmp(buffer[channel], encoder->private_->verify.input_fifo.data[channel], bytes_per_block)) {

Completed in 123 milliseconds