Searched refs:draw_current_shader_clipvertex_output (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h37 const unsigned cv = draw_current_shader_clipvertex_output(pvs->draw);
H A Ddraw_private.h408 uint draw_current_shader_clipvertex_output(const struct draw_context *draw);
H A Ddraw_pipe_clip.c783 if (draw_current_shader_clipvertex_output(draw) != clipper->pos_attr) {
784 clipper->cv_attr = (int)draw_current_shader_clipvertex_output(draw);
H A Ddraw_context.c878 draw_current_shader_clipvertex_output(const struct draw_context *draw) function in typeref:typename:uint
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h38 const unsigned cv = draw_current_shader_clipvertex_output(pvs->draw);
H A Ddraw_private.h499 uint draw_current_shader_clipvertex_output(const struct draw_context *draw);
H A Ddraw_pipe_clip.c794 if (draw_current_shader_clipvertex_output(draw) != clipper->pos_attr) {
795 clipper->cv_attr = (int)draw_current_shader_clipvertex_output(draw);
H A Ddraw_context.c1003 draw_current_shader_clipvertex_output(const struct draw_context *draw) function in typeref:typename:uint

Completed in 12 milliseconds