Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h57 GLint i, GLint j, GLuint dxt_type, GLvoid *texel ) { in dxt135_decode_imageblock() argument
80 if ((dxt_type > 1) || (color0 > color1)) { in dxt135_decode_imageblock()
92 if ((dxt_type > 1) || (color0 > color1)) { in dxt135_decode_imageblock()
101 if (dxt_type == 1) rgba[ACOMP] = UBYTE_TO_CHAN(0); in dxt135_decode_imageblock()