mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-19 03:30:42 +01:00
pan/bi: Stop exposing bifrost_nir_lower_load_output
Unused outside of pan/bi and also remove orphan bifrost_nir_lower_xfb declaration. Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Olivia Lee <olivia.lee@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36776>
This commit is contained in:
parent
7ba81b5f95
commit
5aba96d4ac
2 changed files with 1 additions and 3 deletions
|
|
@ -5834,7 +5834,7 @@ bi_lower_subgroups(nir_builder *b, nir_intrinsic_instr *intr, void *data)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
static bool
|
||||
bifrost_nir_lower_load_output(nir_shader *nir)
|
||||
{
|
||||
assert(nir->info.stage == MESA_SHADER_FRAGMENT);
|
||||
|
|
|
|||
|
|
@ -26,6 +26,4 @@
|
|||
#include "nir_builder.h"
|
||||
|
||||
bool bifrost_nir_lower_algebraic_late(nir_shader *shader, unsigned gpu_arch);
|
||||
bool bifrost_nir_lower_xfb(nir_shader *shader);
|
||||
bool bifrost_nir_opt_boolean_bitwise(nir_shader *shader);
|
||||
bool bifrost_nir_lower_load_output(nir_shader *nir);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue