Lines Matching refs:swap
100 static uint32_t swap(uint32_t x) { in swap() function
155 colors = swap(colors); in DXT1HasAlpha()
219 colors = swap(colors); in decodeDXT1()
220 bits = swap(bits); in decodeDXT1()
331 alphahi = swap(alphahi); in decodeDXT3()
332 alphalo = swap(alphalo); in decodeDXT3()
342 colors = swap(colors); in decodeDXT3()
343 bits = swap(bits); in decodeDXT3()
455 alphahi = swap(alphahi); in decodeDXT5()
456 alphalo = swap(alphalo); in decodeDXT5()
466 colors = swap(colors); in decodeDXT5()
467 bits = swap(bits); in decodeDXT5()