Searched refs:pixel_indices (Results 1 – 2 of 2) sorted by relevance
29 uint32_t pixel_indices; in TAG() local111 block->pixel_indices = in TAG()124 idx = ((block->pixel_indices >> (15 + bit)) & 0x2) | in TAG()125 ((block->pixel_indices >> (bit)) & 0x1); in TAG()
52 uint64_t pixel_indices[2]; member311 int idx = (block->pixel_indices[1] >> bit) & 0x7; in etc2_get_pixel_index()472 block->pixel_indices[0] = in etc2_rgb8_parse_block()486 idx = ((block->pixel_indices[0] >> (15 + bit)) & 0x2) | in etc2_rgb8_fetch_texel()487 ((block->pixel_indices[0] >> (bit)) & 0x1); in etc2_rgb8_fetch_texel()637 block->pixel_indices[1] = (((uint64_t)src[2] << 40) | in etc2_alpha8_parse_block()