Home | History | Annotate | Download | only in core

Lines Matching refs:stipple

204     *     "Line stipple, controlled via the Line Stipple Enable state variable
899 line_stipple_set_gen6_3DSTATE_LINE_STIPPLE(struct ilo_state_line_stipple *stipple,
922 STATIC_ASSERT(ARRAY_SIZE(stipple->stipple) >= 2);
923 stipple->stipple[0] = dw1;
924 stipple->stipple[1] = dw2;
956 poly_stipple_set_gen6_3DSTATE_POLY_STIPPLE_PATTERN(struct ilo_state_poly_stipple *stipple,
962 STATIC_ASSERT(ARRAY_SIZE(stipple->stipple) >= 32);
963 memcpy(stipple->stipple, info->pattern, sizeof(info->pattern));
1218 ilo_state_line_stipple_set_info(struct ilo_state_line_stipple *stipple,
1224 ret &= line_stipple_set_gen6_3DSTATE_LINE_STIPPLE(stipple,
1236 ilo_state_poly_stipple_set_info(struct ilo_state_poly_stipple *stipple,
1242 ret &= poly_stipple_set_gen6_3DSTATE_POLY_STIPPLE_PATTERN(stipple,