Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_clip.c110 load_clipdist_input(nir_builder *b, nir_variable *in, int location_offset, in load_clipdist_input() function
427 load_clipdist_input(&b, in[0], 0, &clipdist[0]); in lower_clip_fs()
429 load_clipdist_input(&b, in[1], 0, &clipdist[4]); in lower_clip_fs()
432 load_clipdist_input(&b, in[0], 0, &clipdist[0]); in lower_clip_fs()
434 load_clipdist_input(&b, in[0], 1, &clipdist[4]); in lower_clip_fs()