mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
agx: add agx_shader_part data structure
for fastlinking. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28483>
This commit is contained in:
parent
e6105cdf0c
commit
0298c5d905
1 changed files with 6 additions and 0 deletions
|
|
@ -123,6 +123,12 @@ struct agx_shader_info {
|
|||
uint16_t immediates[512];
|
||||
};
|
||||
|
||||
struct agx_shader_part {
|
||||
struct agx_shader_info info;
|
||||
void *binary;
|
||||
size_t binary_size;
|
||||
};
|
||||
|
||||
#define AGX_MAX_RTS (8)
|
||||
|
||||
enum agx_format {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue