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.c113 load_clipdist_input(nir_builder *b, nir_variable *in, int location_offset, in load_clipdist_input() function
447 load_clipdist_input(&b, in[0], 0, &clipdist[0]); in lower_clip_fs()
449 load_clipdist_input(&b, in[1], 0, &clipdist[4]); in lower_clip_fs()
452 load_clipdist_input(&b, in[0], 0, &clipdist[0]); in lower_clip_fs()
454 load_clipdist_input(&b, in[0], 1, &clipdist[4]); in lower_clip_fs()