aco: Don't include headers from radv.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21696>
This commit is contained in:
Timur Kristóf
2023-03-03 11:52:52 -08:00
committed by Marge Bot
parent a0141c6308
commit 87de5b2b9e
4 changed files with 13 additions and 12 deletions
@@ -26,7 +26,6 @@
#include "common/ac_nir.h"
#include "common/sid.h"
#include "vulkan/radv_descriptor_set.h"
#include "nir_control_flow.h"
@@ -399,7 +398,7 @@ init_context(isel_context* ctx, nir_shader* shader)
ctx->ub_config.max_workgroup_size[0] = 2048;
ctx->ub_config.max_workgroup_size[1] = 2048;
ctx->ub_config.max_workgroup_size[2] = 2048;
for (unsigned i = 0; i < MAX_VERTEX_ATTRIBS; i++) {
for (unsigned i = 0; i < ACO_MAX_VERTEX_ATTRIBS; i++) {
pipe_format format = (pipe_format)ctx->options->key.vs.vertex_attribute_formats[i];
const struct util_format_description* desc = util_format_description(format);