Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dtexcompress_rgtc_tmp.h36 const TYPE *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8 * comps); in TAG() local
37 const TYPE alpha0 = blksrc[0]; in TAG()
38 const TYPE alpha1 = blksrc[1]; in TAG()
40 const unsigned char acodelow = blksrc[2 + bit_pos / 8]; in TAG()
41 const unsigned char acodehigh = (3 + bit_pos / 8) < 8 ? blksrc[3 + bit_pos / 8] : 0; in TAG()