Home
last modified time | relevance | path

Searched refs:clipvertex_output (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.c102 vs->clipvertex_output = i; in draw_create_vertex_shader()
112 vs->clipvertex_output = vs->position_output; in draw_create_vertex_shader()
132 draw->vs.clipvertex_output = dvs->clipvertex_output; in draw_bind_vertex_shader()
Ddraw_private.h310 uint clipvertex_output; member
333 uint clipvertex_output; member
363 uint clipvertex_output; member
Ddraw_tess.h87 unsigned clipvertex_output; member
Ddraw_gs.h78 unsigned clipvertex_output; member
Ddraw_tess.c571 tes->clipvertex_output = i; in draw_create_tess_eval_shader()
580 tes->clipvertex_output = tes->position_output; in draw_create_tess_eval_shader()
606 draw->tes.clipvertex_output = dtes->clipvertex_output; in draw_bind_tess_eval_shader()
Ddraw_vs.h115 unsigned clipvertex_output; member
Ddraw_gs.c847 gs->clipvertex_output = i; in draw_create_geometry_shader()
857 gs->clipvertex_output = gs->position_output; in draw_create_geometry_shader()
912 draw->gs.clipvertex_output = dgs->clipvertex_output; in draw_bind_geometry_shader()
Ddraw_context.c1006 return draw->gs.clipvertex_output; in draw_current_shader_clipvertex_output()
1008 return draw->tes.clipvertex_output; in draw_current_shader_clipvertex_output()
1009 return draw->vs.clipvertex_output; in draw_current_shader_clipvertex_output()
Ddraw_llvm.c1524 const unsigned cv = llvm->draw->vs.clipvertex_output; in generate_clipmask()
1967 const unsigned cv = draw->vs.clipvertex_output; in draw_llvm_generate()