Searched refs:pipe_control_dw1 (Results 1 – 1 of 1) sorted by relevance
266 uint32_t pipe_control_dw1 = 0; in ilo_render_emit_query() local273 pipe_control_dw1 = GEN6_PIPE_CONTROL_DEPTH_STALL | in ilo_render_emit_query()278 pipe_control_dw1 = GEN6_PIPE_CONTROL_WRITE_TIMESTAMP; in ilo_render_emit_query()296 if (pipe_control_dw1) { in ilo_render_emit_query()300 gen6_wa_pre_pipe_control(render, pipe_control_dw1); in ilo_render_emit_query()302 gen6_PIPE_CONTROL(render->builder, pipe_control_dw1, q->bo, offset, 0); in ilo_render_emit_query()304 render->state.current_pipe_control_dw1 |= pipe_control_dw1; in ilo_render_emit_query()305 render->state.deferred_pipe_control_dw1 &= ~pipe_control_dw1; in ilo_render_emit_query()