Searched refs:lastpixel (Results 1 – 4 of 4) sorted by relevance
60 lastpixel = (v) & 0xf; \64 *op++ |= lastpixel; \66 op[0] = (uint8) (lastpixel << 4); \93 unsigned int lastpixel; in ThunderDecode() local98 lastpixel = 0; in ThunderDecode()112 op[0] |= lastpixel; in ThunderDecode()113 lastpixel = *op++; npixels++; n--; in ThunderDecode()115 lastpixel |= lastpixel << 4; in ThunderDecode()119 *op++ = (uint8) lastpixel; in ThunderDecode()123 lastpixel &= 0xf; in ThunderDecode()[all …]
192 rast->lastpixel = templ->line_last_pixel; in svga_create_rasterizer_state()
174 unsigned lastpixel:1; member
222 EMIT_RS(svga, curr->lastpixel, LASTPIXEL); in emit_rss_vgpu9()