mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 07:20:23 +01:00
pan/compiler: Drop pan_compile_inputs::bifrost::rt_conv
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39244>
This commit is contained in:
parent
80bdd7019a
commit
bfe751bf53
1 changed files with 0 additions and 3 deletions
|
|
@ -152,9 +152,6 @@ struct pan_compile_inputs {
|
|||
} fau_consts;
|
||||
|
||||
union {
|
||||
struct {
|
||||
uint32_t rt_conv[8];
|
||||
} bifrost;
|
||||
struct {
|
||||
/* Use LD_VAR_BUF[_IMM] instead of LD_VAR[_IMM] to load varyings. */
|
||||
bool use_ld_var_buf;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue