Searched refs:block_bits (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dparams.h18 int block_bits; member in struct:BrotliHasherParams
H A Dquality.h133 hparams->block_bits = params->quality - 1;
140 hparams->block_bits = params->quality - 1;
H A Dhash_longest_match64_inc.h69 self->block_bits_ = common->params.block_bits;
70 self->block_size_ = (size_t)1 << common->params.block_bits;
100 size_t block_size = (size_t)1 << params->hasher.block_bits;
H A Dhash_longest_match_inc.h69 self->block_size_ = (size_t)1 << common->params.block_bits;
73 self->block_bits_ = common->params.block_bits;
99 size_t block_size = (size_t)1 << params->hasher.block_bits;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_modifier_test.c49 block_count(unsigned w, unsigned h, unsigned elem_bits, unsigned block_bits, argument
52 unsigned align_bits = block_bits - elem_bits;
296 unsigned block_bits; local in function:test_modifier
302 block_bits = 16 +
305 block_bits = MAX2(block_bits, 20);
310 block_bits = 18 +
313 block_bits = MAX2(block_bits, 20);
321 elem_bits, block_bits,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c230 unsigned block_bits = format_desc->block.bits; local in function:lp_build_gather_s3tc
240 lp_type32dxt.length = block_bits / 32;
243 assert(block_bits == 64 || block_bits == 128);
248 block_bits, block_bits, TRUE,
254 if (block_bits == 128) {
283 if (block_bits == 128) {
1096 unsigned block_bits = format_desc->block.bits; local in function:lp_build_gather_s3tc_simple_scalar
1099 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, block_bits);
2333 unsigned block_bits = format_desc->block.bits; local in function:lp_build_gather_rgtc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c235 unsigned block_bits = format_desc->block.bits; local in function:lp_build_gather_s3tc
245 lp_type32dxt.length = block_bits / 32;
248 assert(block_bits == 64 || block_bits == 128);
253 block_bits, block_bits, TRUE,
259 if (block_bits == 128) {
288 if (block_bits == 128) {
1056 unsigned block_bits = format_desc->block.bits; local in function:lp_build_gather_s3tc_simple_scalar
1059 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, block_bits);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_encode.c625 unsigned block_bits = desc->block.bits; local in function:virgl_encode_clear_texture
634 memcpy(&arr, data, block_bits / 8);

Completed in 12 milliseconds