Lines Matching defs:nir
40 #include "gallium/auxiliary/nir/tgsi_to_nir.h"
41 #include "compiler/nir/nir.h"
900 so->nir = cso->ir.nir;
903 so->nir = tgsi_to_nir(cso->tokens, pctx->screen, false);
932 nir_shader *nir = nir_shader_clone(NULL, so->nir);
943 NIR_PASS_V(nir, nir_lower_blend, &opts);
945 NIR_PASS_V(nir, nir_lower_fragcolor, key->nr_cbufs);
948 agx_compile_shader_nir(nir, &key->base, &binary, &compiled->info);
979 ralloc_free(nir);
1048 enum pipe_shader_type type = pipe_shader_type_from_mesa(so->nir->info.stage);