nir: move gl_nir_opt_access from glsl directory

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Marek Olšák
2019-09-27 16:43:31 -04:00
parent dd4cc56ebd
commit 3340c066a1
7 changed files with 6 additions and 9 deletions

View File

@@ -44,8 +44,6 @@ bool gl_nir_lower_samplers_as_deref(nir_shader *shader,
bool gl_nir_lower_buffers(nir_shader *shader,
const struct gl_shader_program *shader_program);
bool gl_nir_opt_access(nir_shader *shader);
#ifdef __cplusplus
}
#endif