HomeSort by relevance Sort by last modified time
    Searched full:n_alpha_bits (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/main/
texcompress_bptc.c 48 int n_alpha_bits; member in struct:bptc_unorm_mode
380 if (mode->n_alpha_bits > 0) {
384 extract_bits(block, bit_offset, mode->n_alpha_bits);
385 bit_offset += mode->n_alpha_bits;
436 if (mode->n_alpha_bits > 0) {
439 mode->n_alpha_bits +
    [all...]

Completed in 279 milliseconds