Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_clip.c325 nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables, bool use_vars, in nir_lower_clip_vs() function
Dnir.h5233 bool nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables,
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c673 progress |= OPT(s, nir_lower_clip_vs, so->key.ucp_enables, false, true, NULL); in ir3_nir_lower_variant()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c662 NIR_PASS_V(nir, nir_lower_clip_vs, ucp_enables, in lower_ucp()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1328 nir_lower_clip_vs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, in iris_compile_vs()
1697 nir_lower_clip_vs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, in iris_compile_tes()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1200 nir_lower_clip_vs(nir, (1 << key->nr_userclip_plane_consts) - 1, true, in crocus_compile_vs()
1586 nir_lower_clip_vs(nir, (1 << key->nr_userclip_plane_consts) - 1, true, in crocus_compile_tes()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c1030 NIR_PASS(_, c->s, nir_lower_clip_vs, c->key->ucp_enables, in v3d_nir_lower_vs_late()
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1587 - nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
1588 - nir: Inline lower_clip_vs() into nir_lower_clip_vs().
1589 - nir: Save nir_variable pointers in nir_lower_clip_vs rather than
1591 - nir: Make nir_lower_clip_vs optionally work with variables.
D20.2.0.rst3543 - st/program: use nir_lower_clip_disable instead of nir_lower_clip_vs conditionally
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2285 NIR_PASS_V(c->s, nir_lower_clip_vs, in vc4_shader_ntq()