Searched refs:argb8888 (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_exa.c | 319 * Extract the components from a pixel of the given format to an argb8888 pixel. * This is used to extract data from one-pixel repeat pixmaps. 323 viaPixelARGB8888(unsigned format, void *pixelP, CARD32 * argb8888) argument 340 *argb8888 = viaBitExpandHelper(pixel, bits) << 24; 345 *argb8888 = viaBitExpandHelper(pixel, bits); 348 *argb8888 |= viaBitExpandHelper(pixel >> shift, bits) << 8; 351 *argb8888 |= viaBitExpandHelper(pixel >> shift, bits) << 16; 354 *argb8888 |= ((bits) ? viaBitExpandHelper(pixel >> shift, 360 *argb8888 = viaBitExpandHelper(pixel, bits) << 16; 363 *argb8888 |= viaBitExpandHelper(pixel >> shift, bits) << 8; 366 *argb8888 | [all...] |
| H A D | via_driver.h | 409 void viaPixelARGB8888(unsigned format, void *pixelP, CARD32 * argb8888);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_wayland.c | 62 struct u_vector argb8888; member in struct:wsi_wl_display_dmabuf::__anon6d0347860108 294 mod = u_vector_add(&display->dmabuf.modifiers.argb8888); 355 u_vector_finish(&display->dmabuf.modifiers.argb8888); 382 !u_vector_init(&display->dmabuf.modifiers.argb8888, 1066 modifiers = &chain->display->dmabuf.modifiers.argb8888;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.0.rst | 179 spec_ARB_pixel_buffer_object_pbo-read-argb8888 fails
|
Completed in 10 milliseconds