Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_arrays_to_elements.c394 nir_lower_io_arrays_to_elements(nir_shader *producer, nir_shader *consumer) in nir_lower_io_arrays_to_elements() function
Dmeson.build179 'nir_lower_io_arrays_to_elements.c',
Dnir.h5602 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/compiler/glsl/
Dgl_nir_linker.c283 nir_lower_io_arrays_to_elements(producer, consumer); in gl_nir_link_opts()
/external/mesa3d/src/intel/compiler/elk/
Delk_nir.c1089 nir_lower_io_arrays_to_elements(producer, consumer); in elk_nir_link_shaders()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1269 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.c1698 nir_lower_io_arrays_to_elements(producer, consumer); in link_shaders()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_graphics.c1330 nir_lower_io_arrays_to_elements(producer, consumer); 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