mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
intel/compiler: drop unused decleration
Acked-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14202>
This commit is contained in:
parent
2692a5f8db
commit
4392c24844
1 changed files with 0 additions and 3 deletions
|
|
@ -102,9 +102,6 @@ brw_nir_link_shaders(const struct brw_compiler *compiler,
|
|||
|
||||
bool brw_nir_lower_cs_intrinsics(nir_shader *nir);
|
||||
bool brw_nir_lower_alpha_to_coverage(nir_shader *shader);
|
||||
void brw_nir_lower_legacy_clipping(nir_shader *nir,
|
||||
int nr_userclip_plane_consts,
|
||||
struct brw_stage_prog_data *prog_data);
|
||||
void brw_nir_lower_vs_inputs(nir_shader *nir,
|
||||
bool edgeflag_is_last,
|
||||
const uint8_t *vs_attrib_wa_flags);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue