HomeSort by relevance Sort by last modified time
    Searched defs:bytes_per_block (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/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/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 4207 const unsigned bytes_per_block = sizeof(FLAC__int32) * blocksize; local
    [all...]

Completed in 94 milliseconds