pan/bi: Remove bi_load_sysval

It is unused and should stay unused, as any use is a violation of Ekstrand's
rule.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20906>
This commit is contained in:
Alyssa Rosenzweig
2023-02-06 10:49:56 -05:00
committed by Marge Bot
parent 91ffd10351
commit f2b56c8dd8
-9
View File
@@ -708,15 +708,6 @@ bi_load_sysval_nir(bi_builder *b, nir_intrinsic_instr *intr,
nr_components, offset);
}
static bi_index
bi_load_sysval(bi_builder *b, int sysval, unsigned nr_components,
unsigned offset)
{
bi_index tmp = bi_temp(b->shader);
bi_load_sysval_to(b, tmp, sysval, nr_components, offset);
return tmp;
}
static void
bi_load_sample_id_to(bi_builder *b, bi_index dst)
{