Searched refs:rgb1 (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs_linear.c | 336 const __m128i rgb1 = _mm_set1_epi32(0xff000000); local in function:shade_rgb1 344 *(__m128i *)&dst[i] = _mm_or_si128(s, rgb1);
|
| /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 386 rgb1 = lp_build_interleave2_half(gallivm, type8, rb, g, 1); 389 rgb1 = LLVMBuildBitCast(builder, rgb1, lp_build_vec_type(gallivm, type), ""); 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 | 1773 const uint16_t rgb1 = src16[1]; local in function:WsfbCopyRGB16ToYUY2 1775 ((rgb1 >> 1) & ~0x8410) + 1776 ((rgb0 & rgb1) & 0x0841); 1778 const uint32_t y1 = mapRGB16ToY[rgb1];
|
| /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 384 rgb1 = lp_build_interleave2_half(gallivm, type8, rb, g, 1); 387 rgb1 = LLVMBuildBitCast(builder, rgb1, lp_build_vec_type(gallivm, type), ""); 393 *color0 = lp_build_uninterleave2_half(gallivm, type, rgb0, rgb1, 0); 394 *color1 = lp_build_uninterleave2_half(gallivm, type, rgb0, rgb1, 1);
|
Completed in 12 milliseconds