Home
last modified time | relevance | path

Searched refs:current_pipe_control_dw1 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_render_gen6.c73 if (!(r->state.current_pipe_control_dw1 & GEN6_PIPE_CONTROL_CS_STALL)) { in gen6_wa_pre_pipe_control()
95 !(r->state.current_pipe_control_dw1 & GEN6_PIPE_CONTROL_WRITE__MASK)) { in gen6_wa_pre_pipe_control()
128 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen6_wa_post_3dstate_urb_no_gs()
130 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen6_wa_post_3dstate_urb_no_gs()
146 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen6_wa_post_3dstate_constant_vs()
148 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen6_wa_post_3dstate_constant_vs()
169 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen6_wa_pre_3dstate_vs_toggle()
171 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen6_wa_pre_3dstate_vs_toggle()
189 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen6_wa_pre_3dstate_wm_max_threads()
191 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen6_wa_pre_3dstate_wm_max_threads()
[all …]
Dilo_render_gen.h81 uint32_t current_pipe_control_dw1; member
388 r->state.current_pipe_control_dw1 |= dw1; in ilo_render_pipe_control()
410 r->state.current_pipe_control_dw1 = 0; in ilo_render_3dprimitive()
Dilo_render_gen7.c72 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen7_wa_pre_vs()
90 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen7_wa_pre_3dstate_sf_depth_bias()
110 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen7_wa_pre_3dstate_multisample()
131 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen7_wa_pre_depth()
167 if ((r->state.current_pipe_control_dw1 & dw1) != dw1) in gen7_wa_pre_3dstate_ps_max_threads()
Dilo_render.c142 render->state.current_pipe_control_dw1 = 0; in ilo_render_invalidate_builder()
304 render->state.current_pipe_control_dw1 |= pipe_control_dw1; in ilo_render_emit_query()