Lines Matching defs:nir
70 #define OPT(nir, pass, ...) \
73 NIR_PASS(this_progress, nir, pass, ##__VA_ARGS__); \
77 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__)
372 /* st_program.c's parameter list optimization requires that future nir
448 struct nir_shader *s = shader->nir;
559 ir3_nir_lower_view_layer_id(nir_shader *nir, bool layer_zero, bool view_zero)
562 nir_foreach_shader_in_variable (var, nir) {
575 nir_foreach_function (func, nir) {
935 ir3_setup_const_state(nir_shader *nir, struct ir3_shader_variant *v,
942 ir3_nir_scan_driver_consts(compiler, nir, const_state);
949 const_state->num_ubos = nir->info.num_ubos;