Searched refs:line_stipple (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
205 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
H A Ddraw_private.h139 boolean line_stipple; /**< do line stipple? */ member in struct:draw_context::__anon406ac0650108
H A Ddraw_pipe.c71 draw->pipeline.line_stipple = TRUE;
H A Ddraw_context.c510 draw->pipeline.line_stipple = enable;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
208 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
H A Ddraw_pipe.c73 draw->pipeline.line_stipple = TRUE;
H A Ddraw_private.h171 boolean line_stipple; /**< do line stipple? */ member in struct:draw_context::__anone553aa980108
H A Ddraw_context.c571 draw->pipeline.line_stipple = enable;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Dgfx7_cmd_buffer.c288 ls.LineStipplePattern = d->line_stipple.pattern;
290 1.0f / MAX2(1, d->line_stipple.factor);
291 ls.LineStippleRepeatCount = d->line_stipple.factor;
H A Dgfx8_cmd_buffer.c670 ls.LineStipplePattern = d->line_stipple.pattern;
672 1.0f / MAX2(1, d->line_stipple.factor);
673 ls.LineStippleRepeatCount = d->line_stipple.factor;
H A Danv_cmd_buffer.c89 .line_stipple = {
170 ANV_CMP_COPY(line_stipple.factor, ANV_CMD_DIRTY_DYNAMIC_LINE_STIPPLE);
171 ANV_CMP_COPY(line_stipple.pattern, ANV_CMD_DIRTY_DYNAMIC_LINE_STIPPLE);
792 cmd_buffer->state.gfx.dynamic.line_stipple.factor = lineStippleFactor;
793 cmd_buffer->state.gfx.dynamic.line_stipple.pattern = lineStipplePattern;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c469 for (int line_stipple = 0; line_stipple < 2; line_stipple++) local in function:si_init_ia_multi_vgt_param_table
481 key.u.line_stipple_enabled = line_stipple;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_structs.h824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anon375735ed3d08
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_structs.h824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anon5c4f4f863d08
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_structs.h824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anon4ebdd7213d08
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_structs.h824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anonbf125d3a3d08
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_structs.h824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anonfa77c8dc3d08
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp919 for (int line_stipple = 0; line_stipple < 2; line_stipple++) local in function:si_init_ia_multi_vgt_param_table
931 key.u.line_stipple_enabled = line_stipple;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c105 .line_stipple =
239 if (memcmp(&dest->line_stipple, &src->line_stipple, sizeof(src->line_stipple))) {
240 dest->line_stipple = src->line_stipple;
1532 S_028A0C_LINE_PATTERN(d->line_stipple.pattern) |
1533 S_028A0C_REPEAT_COUNT(d->line_stipple.factor - 1) |
5172 if (state->dynamic.line_stipple.factor == lineStippleFactor &&
5173 state->dynamic.line_stipple
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c201 static const struct brw_tracked_state genX(line_stipple) = {
5703 &genX(line_stipple),
5772 &genX(line_stipple),
5860 &genX(line_stipple),
5953 &genX(line_stipple),
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c195 static const struct brw_tracked_state genX(line_stipple) = {
5626 &genX(line_stipple),
5695 &genX(line_stipple),
5787 &genX(line_stipple),
5880 &genX(line_stipple),
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen4_render.h1839 unsigned int line_stipple:1; member in struct:gen4_wm_unit_state::__anon5ecad36c3d08
H A Dgen5_render.h1927 unsigned int line_stipple:1; member in struct:gen5_wm_unit_state::__anon62d5648d3d08
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen4_render.h1839 unsigned int line_stipple:1; member in struct:gen4_wm_unit_state::__anon763174a03d08
H A Dgen5_render.h1927 unsigned int line_stipple:1; member in struct:gen5_wm_unit_state::__anon7a3c05c13d08

Completed in 323 milliseconds

12