HomeSort by relevance Sort by last modified time
    Searched refs:clipdist (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_clip.c 32 /* Generates the lowering code for user-clip-planes, generating CLIPDIST
35 * polated CLIPDIST
157 nir_ssa_def *clipdist[MAX_CLIP_PLANES]; local
164 * makes the perfect place to insert the clipdist calculations.
179 /* calculate clipdist[plane] - dot(ucp, cv): */
180 clipdist[plane] = nir_fdot4(&b, ucp, cv);
184 clipdist[plane] = nir_imm_float(&b, 0.0);
189 store_clipdist_output(&b, out[0], &clipdist[0]);
191 store_clipdist_output(&b, out[1], &clipdist[4]);
230 /* if shader is already writing CLIPDIST, the
267 nir_ssa_def *clipdist[MAX_CLIP_PLANES]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 140 float clipdist; local
144 clipdist = out->data[cd[0]][i];
146 clipdist = out->data[cd[1]][i-4];
147 if (clipdist < 0 || util_is_inf_or_nan(clipdist))
draw_llvm.c 1263 LLVMValueRef clipdist; local
    [all...]

Completed in 95 milliseconds