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

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_gen8.c 56 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_STALL);
57 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_CACHE_FLUSH);
58 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_STALL);
383 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_WRITE_IMM);
ilo_render_gen6.c 91 ilo_render_pipe_control(r, direct_wa);
98 ilo_render_pipe_control(r, indirect_wa);
131 ilo_render_pipe_control(r, dw1);
149 ilo_render_pipe_control(r, dw1);
172 ilo_render_pipe_control(r, dw1);
192 ilo_render_pipe_control(r, dw1);
214 ilo_render_pipe_control(r, dw1);
240 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_STALL);
241 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_CACHE_FLUSH);
242 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_STALL)
    [all...]
ilo_render_gen7.c 73 ilo_render_pipe_control(r, dw1);
91 ilo_render_pipe_control(r, dw1);
111 ilo_render_pipe_control(r, dw1);
132 ilo_render_pipe_control(r, dw1);
148 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_STALL);
149 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_CACHE_FLUSH);
150 ilo_render_pipe_control(r, GEN6_PIPE_CONTROL_DEPTH_STALL);
168 ilo_render_pipe_control(r, dw1);
ilo_render_gen.h 365 ilo_render_pipe_control(struct ilo_render *r, uint32_t dw1) function
402 ilo_render_pipe_control(r, r->state.deferred_pipe_control_dw1);
ilo_render.c 183 ilo_render_pipe_control(render, dw1);

Completed in 58 milliseconds