HomeSort by relevance Sort by last modified time
    Searched refs:current_pipe_control_dw1 (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_gen6.c 73 if (!(r->state.current_pipe_control_dw1 & GEN6_PIPE_CONTROL_CS_STALL)) {
95 !(r->state.current_pipe_control_dw1 & GEN6_PIPE_CONTROL_WRITE__MASK)) {
128 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
130 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
146 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
148 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
169 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
171 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
189 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
191 if ((r->state.current_pipe_control_dw1 & dw1) != dw1
    [all...]
ilo_render_gen.h 81 uint32_t current_pipe_control_dw1; member in struct:ilo_render::ilo_render_state
388 r->state.current_pipe_control_dw1 |= dw1;
410 r->state.current_pipe_control_dw1 = 0;
ilo_render_gen7.c 72 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
90 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
110 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
131 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
167 if ((r->state.current_pipe_control_dw1 & dw1) != dw1)
ilo_render.c 142 render->state.current_pipe_control_dw1 = 0;
304 render->state.current_pipe_control_dw1 |= pipe_control_dw1;

Completed in 58 milliseconds