Skip to content
Snippets Groups Projects
Commit 4633298f authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

iris: Use a uint16_t for key sizes


sizeof(struct brw_vs_prog_key) == 324.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
parent aa5dab27
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
#include "iris_resource.h"
struct keybox {
uint8_t size;
uint16_t size;
enum iris_program_cache_id cache_id;
uint8_t data[0];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment