Searched refs:bmask (Results 1 – 5 of 5) sorted by relevance
68 uint32_t rmask, gmask, bmask, amask; member
63 pf.bmask = pf.bmax << pf.bshift; in qemu_pixelformat_from_pixman()
2311 vs->client_pf.bmask = blue_max << blue_shift; in set_pixel_format() 2334 vs->client_pf.bmask); in set_pixel_format()
769 uint16_t bmask = expand_pred_b(mask); in mergemask_uh() local770 *d = (*d & ~bmask) | (r & bmask); in mergemask_uh()780 uint32_t bmask = expand_pred_b(mask); in mergemask_uw() local781 *d = (*d & ~bmask) | (r & bmask); in mergemask_uw()791 uint64_t bmask = expand_pred_b(mask); in mergemask_uq() local792 *d = (*d & ~bmask) | (r & bmask); in mergemask_uq()
868 ret = pf.bmask; in vmsvga_value_read()