Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_s3tc_tmp.h906 tx_compress_dxt1(int srccomps, int width, int height, in tx_compress_dxt1() argument
925 srcaddr = srcPixData + j * width * srccomps; in tx_compress_dxt1()
929 extractsrccolors(srcpixels, srcaddr, width, numxpixels, numypixels, srccomps); in tx_compress_dxt1()
931 srcaddr += srccomps * numxpixels; in tx_compress_dxt1()
939 tx_compress_dxt3(int srccomps, int width, int height, in tx_compress_dxt3() argument
955 srcaddr = srcPixData + j * width * srccomps; in tx_compress_dxt3()
959 extractsrccolors(srcpixels, srcaddr, width, numxpixels, numypixels, srccomps); in tx_compress_dxt3()
969 srcaddr += srccomps * numxpixels; in tx_compress_dxt3()
977 tx_compress_dxt5(int srccomps, int width, int height, in tx_compress_dxt5() argument
993 srcaddr = srcPixData + j * width * srccomps; in tx_compress_dxt5()
[all …]