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

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_dac.c321 #define MAKE_INDEX(in, w) (DEPTH_SHIFT(in, w) * 3) macro
337 pVga->DAC[MAKE_INDEX(index, 5) + 0] = colors[index].red;
338 pVga->DAC[MAKE_INDEX(index, 5) + 1] = colors[index].green;
339 pVga->DAC[MAKE_INDEX(index, 5) + 2] = colors[index].blue;
345 pVga->DAC[MAKE_INDEX(index, 6) + 1] = colors[index].green;
347 pVga->DAC[MAKE_INDEX(index, 5) + 0] = colors[index].red;
348 pVga->DAC[MAKE_INDEX(index, 5) + 2] = colors[index].blue;
H A Driva_dac.c191 #define MAKE_INDEX(in, w) (DEPTH_SHIFT(in, w) * 3) macro

Completed in 13 milliseconds