Searched refs:rgb0 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 346 LLVMValueRef rgblomask, rb, rgb0, rgb1; local in function:color_expand2_565_to_8888 385 rgb0 = lp_build_interleave2_half(gallivm, type8, rb, g, 0); 388 rgb0 = LLVMBuildBitCast(builder, rgb0, lp_build_vec_type(gallivm, type), ""); 391 /* rgb0 is rgb00, rgb01, rgb10, rgb11 395 *color0 = lp_build_uninterleave2_half(gallivm, type, rgb0, rgb1, 0); 396 *color1 = lp_build_uninterleave2_half(gallivm, type, rgb0, rgb1, 1);
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| H A D | wsfb_driver.c | 1772 const uint16_t rgb0 = src16[0]; local in function:WsfbCopyRGB16ToYUY2 1774 const uint16_t rgb = ((rgb0 >> 1) & ~0x8410) + 1776 ((rgb0 & rgb1) & 0x0841); 1777 const uint32_t y0 = mapRGB16ToY[rgb0];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 344 LLVMValueRef rgblomask, rb, rgb0, rgb1; local in function:color_expand2_565_to_8888 383 rgb0 = lp_build_interleave2_half(gallivm, type8, rb, g, 0); 386 rgb0 = LLVMBuildBitCast(builder, rgb0, lp_build_vec_type(gallivm, type), ""); 389 /* rgb0 is rgb00, rgb01, rgb10, rgb11 393 *color0 = lp_build_uninterleave2_half(gallivm, type, rgb0, rgb1, 0); 394 *color1 = lp_build_uninterleave2_half(gallivm, type, rgb0, rgb1, 1);
|
Completed in 11 milliseconds