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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_clip.c83 load_clipdist_input(nir_builder *b, nir_variable *in, nir_ssa_def **val) function in typeref:typename:void
279 load_clipdist_input(&b, in[0], &clipdist[0]);
281 load_clipdist_input(&b, in[1], &clipdist[4]);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_clip.c110 load_clipdist_input(nir_builder *b, nir_variable *in, int location_offset, function in typeref:typename:void
427 load_clipdist_input(&b, in[0], 0, &clipdist[0]);
429 load_clipdist_input(&b, in[1], 0, &clipdist[4]);
432 load_clipdist_input(&b, in[0], 0, &clipdist[0]);
434 load_clipdist_input(&b, in[0], 1, &clipdist[4]);

Completed in 2 milliseconds