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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_formats.c578 int bit_shift = 0; local in function:tu_pack_clear_value
592 if (bit_shift + ch->size > 32) {
594 bit_shift = 0;
597 if (bit_shift == 0)
600 buf[buf_offset] |= tu_pack_clear_component_value(v, ch) << bit_shift;
601 bit_shift += ch->size;

Completed in 3 milliseconds