Searched refs:hw_rs_state (Results 1 – 1 of 1) sorted by relevance
521 struct pipe_rasterizer_state hw_rs_state; member3165 if (ctx->sub->hw_rs_state.rasterizer_discard) in vrend_clear()3205 if (ctx->sub->hw_rs_state.rasterizer_discard) in vrend_clear()4527 if (state->rasterizer_discard != ctx->sub->hw_rs_state.rasterizer_discard) { in vrend_hw_emit_rs()4528 ctx->sub->hw_rs_state.rasterizer_discard = state->rasterizer_discard; in vrend_hw_emit_rs()4577 if (state->flatshade != ctx->sub->hw_rs_state.flatshade) { in vrend_hw_emit_rs()4578 ctx->sub->hw_rs_state.flatshade = state->flatshade; in vrend_hw_emit_rs()4588 if (state->flatshade_first != ctx->sub->hw_rs_state.flatshade_first) { in vrend_hw_emit_rs()4589 ctx->sub->hw_rs_state.flatshade_first = state->flatshade_first; in vrend_hw_emit_rs()4658 if (state->clip_plane_enable != ctx->sub->hw_rs_state.clip_plane_enable) { in vrend_hw_emit_rs()[all …]