Lines Matching refs:NIR_PASS
155 NIR_PASS(_, nir, nir_lower_sysvals_to_varyings, &sysvals_to_varyings);
161 NIR_PASS(_, nir, nir_opt_access, &opt_access_options);
163 NIR_PASS(_, nir, nir_lower_frexp);
703 NIR_PASS(_, nir, nir_lower_wpos_center);
704 NIR_PASS(_, nir, nir_lower_input_attachments,
711 NIR_PASS(_, nir, anv_nir_lower_ycbcr_textures, layout);
714 NIR_PASS(_, nir, anv_nir_lower_multiview,
720 NIR_PASS(_, nir, brw_nir_lower_storage_image, compiler->devinfo);
722 NIR_PASS(_, nir, nir_lower_explicit_io, nir_var_mem_global,
724 NIR_PASS(_, nir, nir_lower_explicit_io, nir_var_mem_push_const,
727 NIR_PASS(_, nir, brw_nir_lower_ray_queries, &pdevice->info);
734 NIR_PASS(_, nir, nir_lower_explicit_io, nir_var_mem_ubo,
737 NIR_PASS(_, nir, nir_lower_explicit_io, nir_var_mem_ssbo,
745 NIR_PASS(_, nir, nir_copy_prop);
746 NIR_PASS(_, nir, nir_opt_constant_folding);
748 NIR_PASS(_, nir, anv_nir_lower_ubo_loads);
753 NIR_PASS(_, nir, nir_lower_non_uniform_access,
766 NIR_PASS(_, nir, nir_lower_vars_to_explicit_types,
770 NIR_PASS(_, nir, nir_lower_explicit_io,
784 NIR_PASS(_, nir, nir_zero_initialize_shared_memory,
791 NIR_PASS(_, nir, brw_nir_lower_cs_intrinsics);
1851 NIR_PASS(_, stage.nir, anv_nir_add_base_work_group_id);
2250 NIR_PASS(_, nir, nir_lower_shader_calls,
2254 NIR_PASS(_, nir, brw_nir_lower_shader_calls);
2259 NIR_PASS(_,resume_shaders[i], brw_nir_lower_shader_calls);