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:
committed by
Marge Bot
parent
e6105cdf0c
commit
0298c5d905
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user