Home
last modified time | relevance | path

Searched refs:nir_lower_io_arrays_to_elements (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_arrays_to_elements.c405 nir_lower_io_arrays_to_elements(nir_shader *producer, nir_shader *consumer) in nir_lower_io_arrays_to_elements() function
Dmeson.build156 'nir_lower_io_arrays_to_elements.c',
Dnir.h4628 void nir_lower_io_arrays_to_elements(nir_shader *producer, nir_shader *consumer);
/external/mesa3d/src/compiler/
DMakefile.sources276 nir/nir_lower_io_arrays_to_elements.c \
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp560 nir_lower_io_arrays_to_elements(producer, consumer); in st_nir_link_shaders()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c864 nir_lower_io_arrays_to_elements(producer, consumer); in brw_nir_link_shaders()
/external/angle/third_party/mesa/
Dmesa_autogen.gni204 "src/compiler/nir/nir_lower_io_arrays_to_elements.c",
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1723 nir_lower_io_arrays_to_elements(producer, consumer); in link_shaders()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2262 nir_lower_io_arrays_to_elements(ordered_shaders[i], in radv_link_shaders()
/external/mesa3d/docs/relnotes/
D20.3.0.rst793 - nir: get rid of OOB dereferences in nir_lower_io_arrays_to_elements