Searched refs:lastpixel (Results 1 – 4 of 4) sorted by relevance
58 lastpixel = (v) & 0xf; \62 *op++ |= lastpixel; \64 op[0] = (uint8) (lastpixel << 4); \91 unsigned int lastpixel; in ThunderDecode() local96 lastpixel = 0; in ThunderDecode()110 op[0] |= lastpixel; in ThunderDecode()111 lastpixel = *op++; npixels++; n--; in ThunderDecode()113 lastpixel |= lastpixel << 4; in ThunderDecode()117 *op++ = (uint8) lastpixel; in ThunderDecode()121 lastpixel &= 0xf; in ThunderDecode()[all …]
174 rast->lastpixel = templ->line_last_pixel; in svga_create_rasterizer_state()
180 unsigned lastpixel:1; member
241 EMIT_RS(svga, curr->lastpixel, LASTPIXEL); in emit_rss_vgpu9()