Home
last modified time | relevance | path

Searched refs:nir_opt_access (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_access.c305 nir_opt_access(nir_shader *shader) in nir_opt_access() function
Dmeson.build196 'nir_opt_access.c',
Dnir.h5037 bool nir_opt_access(nir_shader *shader);
/external/mesa3d/docs/relnotes/
D20.1.3.rst236 - nir: add missing break to nir_opt_access()
D20.3.0.rst4049 - st/nir: call nir_opt_access before gl_nir_lower_buffers
4050 - radeonsi: don't use nir_opt_access
D20.0.0.rst2173 - st/mesa: call nir_opt_access only once
D20.2.0.rst4591 - nir: add missing break to nir_opt_access()
/external/mesa3d/src/compiler/
DMakefile.sources315 nir/nir_opt_access.c \
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp763 NIR_PASS_V(nir, nir_opt_access); in st_link_nir()