Home
last modified time | relevance | path

Searched refs:draw_current_shader_clipvertex_output (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_cliptest_tmp.h38 const unsigned cv = draw_current_shader_clipvertex_output(pvs->draw); in TAG()
Ddraw_private.h398 uint draw_current_shader_clipvertex_output(const struct draw_context *draw);
Ddraw_context.c680 draw_current_shader_clipvertex_output(const struct draw_context *draw) in draw_current_shader_clipvertex_output() function
Ddraw_pipe_clip.c122 const unsigned clip_attr = draw_current_shader_clipvertex_output(clip->stage.draw); in interp()
Ddraw_llvm.c873 const unsigned cv = draw_current_shader_clipvertex_output(llvm->draw); in generate_clipmask()
1093 const unsigned cv = draw_current_shader_clipvertex_output(llvm->draw); in draw_llvm_generate()