Searched refs:nir_lower_io_arrays_to_elements (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | Android.bp | 270 "nir_lower_io_arrays_to_elements.c",
|
D | nir_lower_io_arrays_to_elements.c | 394 nir_lower_io_arrays_to_elements(nir_shader *producer, nir_shader *consumer) in nir_lower_io_arrays_to_elements() function
|
D | meson.build | 164 'nir_lower_io_arrays_to_elements.c',
|
D | nir.h | 6102 void nir_lower_io_arrays_to_elements(nir_shader *producer, nir_shader *consumer);
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_nir.c | 1056 nir_lower_io_arrays_to_elements(producer, consumer); in elk_nir_link_shaders()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 1368 nir_lower_io_arrays_to_elements(producer, consumer); in brw_nir_link_shaders()
|
/external/angle/third_party/mesa/ |
D | mesa_autogen.gni | 204 "src/compiler/nir/nir_lower_io_arrays_to_elements.c",
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_linker.c | 497 nir_lower_io_arrays_to_elements(producer, consumer); in gl_nir_link_opts()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 1696 nir_lower_io_arrays_to_elements(producer, consumer); in link_shaders()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_graphics.c | 1188 nir_lower_io_arrays_to_elements(producer, consumer); in radv_link_shaders()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 793 - nir: get rid of OOB dereferences in nir_lower_io_arrays_to_elements
|