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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 76 int num_outputs = draw_current_shader_outputs(draw);
draw_private.h 396 uint draw_current_shader_outputs(const struct draw_context *draw);
draw_context.c 474 num_outputs = draw_current_shader_outputs(draw);
557 * draw_current_shader_outputs() but this function also counts any extra
654 draw_current_shader_outputs(const struct draw_context *draw) function
draw_pipe_clip.c 120 const unsigned nr_attrs = draw_current_shader_outputs(clip->stage.draw);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 76 int num_outputs = draw_current_shader_outputs(draw);
draw_private.h 396 uint draw_current_shader_outputs(const struct draw_context *draw);
draw_context.c 474 num_outputs = draw_current_shader_outputs(draw);
557 * draw_current_shader_outputs() but this function also counts any extra
654 draw_current_shader_outputs(const struct draw_context *draw) function
draw_pipe_clip.c 120 const unsigned nr_attrs = draw_current_shader_outputs(clip->stage.draw);

Completed in 57 milliseconds