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

/xsrc/external/mit/libdrm/dist/tests/util/
H A Dpattern.c1416 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) local in function:make_tiles_yuv_color
1419 MAKE_YUV_601((rgb32 >> 16) & 0xff, (rgb32 >> 8) & 0xff,
1420 rgb32 & 0xff);
1532 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) local in function:fill_tiles_rgb16
1535 MAKE_RGBA(rgb, (rgb32 >> 16) & 0xff,
1536 (rgb32 >> 8) & 0xff, rgb32 & 0xff,
1557 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) local in function:fill_tiles_rgb24
1560 MAKE_RGB24(rgb, (rgb32 >> 1
1580 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) local in function:fill_tiles_rgb32
1607 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) local in function:fill_tiles_rgb16fp
[all...]

Completed in 4 milliseconds