Home
last modified time | relevance | path

Searched refs:offset_bits (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff_opt.c875 unsigned int offset_bits = GET_EXTRA_BITS(r); // l = nb, the max code length in 2nd table in LOCAL() local
876 r = PEEK_BITS(l); // offset_bits as the index of 2nd table in LOCAL()
877 s = actbl->lookup[base + (r & ((1 << offset_bits) - 1))]; in LOCAL()
919 unsigned int offset_bits = GET_EXTRA_BITS(r); // l = nb, the max code length in 2nd table in LOCAL() local
920 r = PEEK_BITS(l); // offset_bits as the index of 2nd table in LOCAL()
921 s = actbl->lookup[base + (r & ((1 << offset_bits) - 1))]; in LOCAL()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.h178 uint32_t *offset_bits);
H A Dbrw_shader.cpp147 uint32_t offset_bits = 0; in brw_texture_offset() local
156 offset_bits |= (offset << shift) & (0xF << shift); in brw_texture_offset()
159 *offset_bits_out = offset_bits; in brw_texture_offset()
H A Dbrw_fs_nir.cpp6340 uint32_t offset_bits = 0;
6341 if (brw_texture_offset(instr, i, &offset_bits)) {
6342 header_bits |= offset_bits;

Completed in 10 milliseconds