Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_arrays_to_elements.c403 nir_lower_io_arrays_to_elements(nir_shader *producer, nir_shader *consumer) in nir_lower_io_arrays_to_elements() function
Dmeson.build167 'nir_lower_io_arrays_to_elements.c',
Dnir.h5003 void nir_lower_io_arrays_to_elements(nir_shader *producer, nir_shader *consumer);
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp629 nir_lower_io_arrays_to_elements(producer, consumer); in st_nir_link_shaders()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c881 nir_lower_io_arrays_to_elements(producer, consumer); in brw_nir_link_shaders()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1743 nir_lower_io_arrays_to_elements(producer, consumer); in link_shaders()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2339 nir_lower_io_arrays_to_elements(ordered_shaders[i], ordered_shaders[i - 1]); in radv_link_shaders()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst793 - nir: get rid of OOB dereferences in nir_lower_io_arrays_to_elements
/third_party/mesa3d/ohos/
Ddependency_inputs.gni996 ../src/compiler/nir/nir_lower_io_arrays_to_elements.c