asahi: Upload image descriptors
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24258>
This commit is contained in:

committed by
Marge Bot

parent
689d47fe7c
commit
8db9eeaeec
@@ -2450,6 +2450,7 @@ agx_compile_shader_nir(nir_shader *nir, struct agx_shader_key *key,
|
||||
"then the specialized shader is compiled");
|
||||
|
||||
out->nr_bindful_textures = BITSET_LAST_BIT(nir->info.textures_used);
|
||||
out->nr_bindful_images = BITSET_LAST_BIT(nir->info.images_used);
|
||||
|
||||
/* If required, tag writes will be enabled by instruction selection */
|
||||
if (nir->info.stage == MESA_SHADER_FRAGMENT)
|
||||
|
Reference in New Issue
Block a user