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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h288 anchor_indices[][N_PARTITIONS] = { variable in typeref:typename:const uint8_t[][]
458 return anchor_indices[0][partition_num] == texel;
460 return (anchor_indices[1][partition_num] == texel ||
461 anchor_indices[2][partition_num] == texel);
482 if (texel > anchor_indices[0][partition_num])
486 if (texel > anchor_indices[1][partition_num])
488 if (texel > anchor_indices[2][partition_num])
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h288 anchor_indices[][N_PARTITIONS] = { variable in typeref:typename:const uint8_t[][]
458 return anchor_indices[0][partition_num] == texel;
460 return (anchor_indices[1][partition_num] == texel ||
461 anchor_indices[2][partition_num] == texel);
482 if (texel > anchor_indices[0][partition_num])
486 if (texel > anchor_indices[1][partition_num])
488 if (texel > anchor_indices[2][partition_num])

Completed in 6 milliseconds