Searched refs:use_vars (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_clip.c | 249 unsigned ucp_enables, bool use_vars, in lower_clip_outputs() 256 if (use_vars) { in lower_clip_outputs() 282 if (use_clipdist_array && use_vars && plane < util_last_bit(ucp_enables)) { in lower_clip_outputs() 291 if (!use_clipdist_array || !use_vars) { in lower_clip_outputs() 292 if (use_vars) { in lower_clip_outputs() 318 * If use_vars is true, the pass will use variable loads and stores instead 325 nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables, bool use_vars, in nir_lower_clip_vs() argument 360 lower_clip_outputs(&b, position, clipvertex, out, ucp_enables, use_vars, in nir_lower_clip_vs() 247 lower_clip_outputs(nir_builder *b, nir_variable *position, nir_variable *clipvertex, nir_variable **out, unsigned ucp_enables, bool use_vars, bool use_clipdist_array, const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) lower_clip_outputs() argument
|
H A D | nir.h | 5234 bool use_vars,
|
Completed in 7 milliseconds