Home
last modified time | relevance | path

Searched refs:pixel_indices (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_etc_tmp.h29 uint32_t pixel_indices; in TAG() local
111 block->pixel_indices = in TAG()
124 idx = ((block->pixel_indices >> (15 + bit)) & 0x2) | in TAG()
125 ((block->pixel_indices >> (bit)) & 0x1); in TAG()