Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_clip.c318 nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables, bool use_vars, in nir_lower_clip_vs() function
Dnir.h4874 bool nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp410 nir_lower_clip_vs(nir, (1 << nr_userclip_plane_consts) - 1, true, false, in brw_nir_lower_legacy_clipping()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c456 progress |= OPT(s, nir_lower_clip_vs, so->key.ucp_enables, false, false, NULL); in ir3_nir_lower_variant()
/external/mesa3d/src/broadcom/compiler/
Dvir.c958 NIR_PASS_V(c->s, nir_lower_clip_vs, c->key->ucp_enables, in v3d_nir_lower_vs_late()
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c1116 nir_lower_clip_vs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, in iris_compile_vs()
1452 nir_lower_clip_vs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, in iris_compile_tes()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c683 NIR_PASS_V(nir, nir_lower_clip_vs, ucp_enables, in lower_ucp()
/external/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
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2309 NIR_PASS_V(c->s, nir_lower_clip_vs, in vc4_shader_ntq()