Lines Matching defs:nir
27 #include "nir/nir_serialize.h"
33 /* Shared for nir/variants */
85 nir_shader *nir,
104 nir_serialize(&blob, nir, false);
134 fprintf(stderr, "pipeline cache %p, new nir entry %s\n", cache, sha1buf);
157 fprintf(stderr, "pipeline cache %p, search for nir %s\n", cache, sha1buf);
174 * nir, as we keep open the possibility of provide a shader variant
177 nir_shader *nir = nir_deserialize(NULL, nir_options, &blob);
179 ralloc_free(nir);
183 fprintf(stderr, "[v3dv nir cache] hit: %p\n", nir);
187 return nir;
193 fprintf(stderr, "[v3dv nir cache] miss\n");
703 fprintf(stderr, "pipeline cache %p, loaded %i nir shaders and "
807 /* FIXME: we are using serialized nir shaders because they are
825 fprintf(stderr, "pipeline cache %p, added nir entry %s "
1037 "%i nir shader entries "