Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_bptc_tmp.h289 anchor_indices[][N_PARTITIONS] = { variable
459 return anchor_indices[0][partition_num] == texel; in is_anchor()
461 return (anchor_indices[1][partition_num] == texel || in is_anchor()
462 anchor_indices[2][partition_num] == texel); in is_anchor()
483 if (texel > anchor_indices[0][partition_num]) in count_anchors_before_texel()
487 if (texel > anchor_indices[1][partition_num]) in count_anchors_before_texel()
489 if (texel > anchor_indices[2][partition_num]) in count_anchors_before_texel()