Searched refs:found_clipvertex (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs.c75 bool found_clipvertex = FALSE; variable in typeref:typename:bool
86 found_clipvertex = TRUE;
96 if (!found_clipvertex)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs.c90 bool found_clipvertex = FALSE; variable in typeref:typename:bool
101 found_clipvertex = TRUE;
111 if (!found_clipvertex)
H A Ddraw_tess.c561 bool found_clipvertex = false; local in function:draw_create_tess_eval_shader
570 found_clipvertex = true;
579 if (!found_clipvertex)
H A Ddraw_gs.c837 bool found_clipvertex = false; local in function:draw_create_geometry_shader
846 found_clipvertex = true;
856 if (!found_clipvertex)

Completed in 5 milliseconds