mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
radeonsi: add si_shader_selector::nir
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
acd09389cb
commit
90b3ba8970
1 changed files with 3 additions and 0 deletions
|
|
@ -143,6 +143,8 @@
|
|||
#include "ac_binary.h"
|
||||
#include "si_state.h"
|
||||
|
||||
struct nir_shader;
|
||||
|
||||
#define SI_MAX_VS_OUTPUTS 40
|
||||
|
||||
/* Shader IO unique indices are supported for TGSI_SEMANTIC_GENERIC with an
|
||||
|
|
@ -320,6 +322,7 @@ struct si_shader_selector {
|
|||
struct si_shader *gs_copy_shader;
|
||||
|
||||
struct tgsi_token *tokens;
|
||||
struct nir_shader *nir;
|
||||
struct pipe_stream_output_info so;
|
||||
struct tgsi_shader_info info;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue