Searched refs:clipvertex_output (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs.c87 vs->clipvertex_output = i;
97 vs->clipvertex_output = vs->position_output;
117 draw->vs.clipvertex_output = dvs->clipvertex_output;
H A Ddraw_vs.h115 unsigned clipvertex_output; member in struct:draw_vertex_shader
H A Ddraw_private.h264 uint clipvertex_output; member in struct:draw_context::__anon406ac0650708
H A Ddraw_context.c882 return draw->vs.clipvertex_output;
H A Ddraw_llvm.c1152 const unsigned cv = llvm->draw->vs.clipvertex_output;
1571 const unsigned cv = draw->vs.clipvertex_output;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.h78 unsigned clipvertex_output; member in struct:draw_geometry_shader
H A Ddraw_tess.h87 unsigned clipvertex_output; member in struct:draw_tess_eval_shader
H A Ddraw_vs.c102 vs->clipvertex_output = i;
112 vs->clipvertex_output = vs->position_output;
132 draw->vs.clipvertex_output = dvs->clipvertex_output;
H A Ddraw_vs.h115 unsigned clipvertex_output; member in struct:draw_vertex_shader
H A Ddraw_private.h310 uint clipvertex_output; member in struct:draw_context::__anone553aa980708
333 uint clipvertex_output; member in struct:draw_context::__anone553aa980908
363 uint clipvertex_output; member in struct:draw_context::__anone553aa980d08
H A Ddraw_tess.c571 tes->clipvertex_output = i;
580 tes->clipvertex_output = tes->position_output;
606 draw->tes.clipvertex_output = dtes->clipvertex_output;
H A Ddraw_gs.c847 gs->clipvertex_output = i;
857 gs->clipvertex_output = gs->position_output;
912 draw->gs.clipvertex_output = dgs->clipvertex_output;
H A Ddraw_context.c1006 return draw->gs.clipvertex_output;
1008 return draw->tes.clipvertex_output;
1009 return draw->vs.clipvertex_output;
H A Ddraw_llvm.c1524 const unsigned cv = llvm->draw->vs.clipvertex_output;
1967 const unsigned cv = draw->vs.clipvertex_output;

Completed in 22 milliseconds