intel/compiler: Rename the passes and files related to intel_nir.h

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27644>
This commit is contained in:
Caio Oliveira
2023-11-01 15:15:43 -07:00
committed by Marge Bot
parent dc76cfc781
commit d8f9a05f32
22 changed files with 116 additions and 110 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "intel_nir.h"
bool
brw_nir_pulls_at_sample(nir_shader *shader)
intel_nir_pulls_at_sample(nir_shader *shader)
{
nir_foreach_function_impl(impl, shader) {
nir_foreach_block(block, impl) {