Searched refs:create_clipdist_var (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_clip.c | 44 create_clipdist_var(nir_shader *shader, unsigned drvloc, in create_clipdist_var() function 248 create_clipdist_var(shader, ++maxloc, true, VARYING_SLOT_CLIP_DIST0); in nir_lower_clip_vs() 251 create_clipdist_var(shader, ++maxloc, true, VARYING_SLOT_CLIP_DIST1); in nir_lower_clip_vs() 326 create_clipdist_var(shader, ++maxloc, false, in nir_lower_clip_fs() 330 create_clipdist_var(shader, ++maxloc, false, in nir_lower_clip_fs()
|