mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
aco: remove stub lower_wqm() prototype
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7061>
This commit is contained in:
parent
23e731fcdb
commit
8a6f60fc6b
1 changed files with 0 additions and 2 deletions
|
|
@ -1674,8 +1674,6 @@ void select_trap_handler_shader(Program *program, struct nir_shader *shader,
|
|||
ac_shader_config* config,
|
||||
struct radv_shader_args *args);
|
||||
|
||||
void lower_wqm(Program* program, live& live_vars,
|
||||
const struct radv_nir_compiler_options *options);
|
||||
void lower_phis(Program* program);
|
||||
void calc_min_waves(Program* program);
|
||||
void update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue