| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_validate.c | 72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple) 205 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
|
| H A D | draw_private.h | 139 boolean line_stipple; /**< do line stipple? */ member in struct:draw_context::__anon406ac0650108
|
| H A D | draw_pipe.c | 71 draw->pipeline.line_stipple = TRUE;
|
| H A D | draw_context.c | 510 draw->pipeline.line_stipple = enable;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_validate.c | 72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple) 208 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
|
| H A D | draw_pipe.c | 73 draw->pipeline.line_stipple = TRUE;
|
| H A D | draw_private.h | 171 boolean line_stipple; /**< do line stipple? */ member in struct:draw_context::__anone553aa980108
|
| H A D | draw_context.c | 571 draw->pipeline.line_stipple = enable;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | gfx7_cmd_buffer.c | 288 ls.LineStipplePattern = d->line_stipple.pattern; 290 1.0f / MAX2(1, d->line_stipple.factor); 291 ls.LineStippleRepeatCount = d->line_stipple.factor;
|
| H A D | gfx8_cmd_buffer.c | 670 ls.LineStipplePattern = d->line_stipple.pattern; 672 1.0f / MAX2(1, d->line_stipple.factor); 673 ls.LineStippleRepeatCount = d->line_stipple.factor;
|
| H A D | anv_cmd_buffer.c | 89 .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 D | si_state_draw.c | 469 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 D | brw_structs.h | 824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anon375735ed3d08
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | brw_structs.h | 824 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 D | brw_structs.h | 824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anon4ebdd7213d08
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | brw_structs.h | 824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anonbf125d3a3d08
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | brw_structs.h | 824 unsigned int line_stipple:1; member in struct:brw_wm_unit_state::__anonfa77c8dc3d08
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_draw.cpp | 919 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 D | radv_cmd_buffer.c | 105 .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 D | genX_state_upload.c | 201 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 D | genX_state_upload.c | 195 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 D | gen4_render.h | 1839 unsigned int line_stipple:1; member in struct:gen4_wm_unit_state::__anon5ecad36c3d08
|
| H A D | gen5_render.h | 1927 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 D | gen4_render.h | 1839 unsigned int line_stipple:1; member in struct:gen4_wm_unit_state::__anon763174a03d08
|
| H A D | gen5_render.h | 1927 unsigned int line_stipple:1; member in struct:gen5_wm_unit_state::__anon7a3c05c13d08
|