Searched defs:bytes_per_block (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgtc.c69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
82 dst += bytes_per_block;
116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
129 dst += bytes_per_block;
167 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
180 dst += bytes_per_block;
260 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
276 dst += bytes_per_block;
285 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
301 dst += bytes_per_block;
399 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c1909 unsigned *bytes_per_block)
1914 *bytes_per_block = format_cap_table[format].block_bytes;
1920 assert(*bytes_per_block);
1906 svga_format_size(SVGA3dSurfaceFormat format, unsigned *block_width, unsigned *block_height, unsigned *bytes_per_block) argument
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h170 uint32 bytes_per_block; member in struct:svga3d_surface_desc
1031 total_size = clamped_umul32(total_size, desc->bytes_per_block);
1117 const uint32 rowstride = DIV_ROUND_UP(width, bw) * desc->bytes_per_block;
1121 x / bw * desc->bytes_per_block);
/external/flac/libFLAC/
H A Dstream_encoder.c4405 const unsigned bytes_per_block = sizeof(FLAC__int32) * blocksize; local
4410 if(0 != memcmp(buffer[channel], encoder->private_->verify.input_fifo.data[channel], bytes_per_block)) {

Completed in 135 milliseconds