Searched refs:found_clipvertex (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ | ||
| H A D | draw_vs.c | 75 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 D | draw_vs.c | 90 bool found_clipvertex = FALSE; variable in typeref:typename:bool 101 found_clipvertex = TRUE; 111 if (!found_clipvertex) |
| H A D | draw_tess.c | 561 bool found_clipvertex = false; local in function:draw_create_tess_eval_shader 570 found_clipvertex = true; 579 if (!found_clipvertex) |
| H A D | draw_gs.c | 837 bool found_clipvertex = false; local in function:draw_create_geometry_shader 846 found_clipvertex = true; 856 if (!found_clipvertex) |
Completed in 5 milliseconds