Home
last modified time | relevance | path

Searched refs:nir_lower_clip_gs (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_clip.c398 nir_lower_clip_gs(nir_shader *shader, unsigned ucp_enables, in nir_lower_clip_gs() function
H A Dnir.h5237 bool nir_lower_clip_gs(nir_shader *shader, unsigned ucp_enables,
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c665 NIR_PASS_V(nir, nir_lower_clip_gs, ucp_enables, in lower_ucp()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c1018 NIR_PASS(_, c->s, nir_lower_clip_gs, c->key->ucp_enables, in v3d_nir_lower_gs_late()
1022 /* Note: GS output scalarizing must happen after nir_lower_clip_gs. */ in v3d_nir_lower_gs_late()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c1836 nir_lower_clip_gs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, in iris_compile_gs()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c1726 nir_lower_clip_gs(nir, (1 << key->nr_userclip_plane_consts) - 1, false, in crocus_compile_gs()

Completed in 19 milliseconds