Searched refs:line_last_pixel (Results 1 – 12 of 12) sorted by relevance
60 cs->SE_CONFIG = COND(so->line_last_pixel, VIVS_SE_CONFIG_LAST_PIXEL_ENABLE); in etna_rasterizer_state_create()
109 unsigned line_last_pixel:1; member
115 unsigned line_last_pixel:1; member
192 rast->lastpixel = templ->line_last_pixel; in svga_create_rasterizer_state()
102 rast.line_last_pixel = !!rs[D3DRS_LASTPIXEL]; in nine_convert_rasterizer_state()
136 trace_dump_member(bool, state, line_last_pixel); in trace_dump_rasterizer_state()
157 line_last_pixel
365 util_dump_member(stream, bool, state, line_last_pixel); in util_dump_rasterizer_state()
181 VIRGL_OBJ_RS_S0_LINE_LAST_PIXEL(state->line_last_pixel) | in virgl_encode_rasterizer_state()
174 VIRGL_OBJ_RS_S0_LINE_LAST_PIXEL(state->line_last_pixel) | in virgl_encode_rasterizer_state()
555 ebit(line_last_pixel, 28); in vrend_decode_create_rasterizer()
1818 hud->rasterizer.line_last_pixel = 1; in hud_create()