Lines Matching refs:hw_rs_state
662 struct pipe_rasterizer_state hw_rs_state; member
3804 if (sub_ctx->hw_rs_state.rasterizer_discard) in vrend_clear()
3844 if (sub_ctx->hw_rs_state.rasterizer_discard) in vrend_clear()
3877 if (sub_ctx->hw_rs_state.scissor) in vrend_clear()
5390 if (state->rasterizer_discard != ctx->sub->hw_rs_state.rasterizer_discard) { in vrend_hw_emit_rs()
5391 ctx->sub->hw_rs_state.rasterizer_discard = state->rasterizer_discard; in vrend_hw_emit_rs()
5440 if (state->flatshade != ctx->sub->hw_rs_state.flatshade) { in vrend_hw_emit_rs()
5441 ctx->sub->hw_rs_state.flatshade = state->flatshade; in vrend_hw_emit_rs()
5451 if (state->clip_halfz != ctx->sub->hw_rs_state.clip_halfz) { in vrend_hw_emit_rs()
5457 ctx->sub->hw_rs_state.clip_halfz = state->clip_halfz; in vrend_hw_emit_rs()
5462 if (state->flatshade_first != ctx->sub->hw_rs_state.flatshade_first) { in vrend_hw_emit_rs()
5463 ctx->sub->hw_rs_state.flatshade_first = state->flatshade_first; in vrend_hw_emit_rs()
5532 if (state->clip_plane_enable != ctx->sub->hw_rs_state.clip_plane_enable) { in vrend_hw_emit_rs()
5533 ctx->sub->hw_rs_state.clip_plane_enable = state->clip_plane_enable; in vrend_hw_emit_rs()
5618 ctx->sub->hw_rs_state.scissor = state->scissor; in vrend_hw_emit_rs()