mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
asahi/clc: strip nir
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31908>
This commit is contained in:
parent
e86a35dad2
commit
b40fd95eee
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ main(int argc, char **argv)
|
|||
/* Serialize NIR for embedding */
|
||||
struct blob blob;
|
||||
blob_init(&blob);
|
||||
nir_serialize(&blob, nir, false /* strip */);
|
||||
nir_serialize(&blob, nir, true /* strip */);
|
||||
print_u32_data(fp, prefix, "nir", (const uint32_t *)blob.data, blob.size);
|
||||
blob_finish(&blob);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue