Home
last modified time | relevance | path

Searched refs:nir_fixup_deref_modes (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_sysvals_to_varyings.c63 nir_fixup_deref_modes(shader); in nir_lower_sysvals_to_varyings()
Dnir_lower_global_vars_to_local.c107 nir_fixup_deref_modes(shader); in nir_lower_global_vars_to_local()
Dnir_lower_io_to_temporaries.c385 nir_fixup_deref_modes(shader); in nir_lower_io_to_temporaries()
Dnir_lower_clip.c245 nir_fixup_deref_modes(b->shader); in lower_clip_outputs()
Dnir_deref.c399 nir_fixup_deref_modes(nir_shader *shader) in nir_fixup_deref_modes() function
Dnir_linking_helpers.c170 nir_fixup_deref_modes(shader); in nir_remove_unused_io_vars()
Dnir.h4677 void nir_fixup_deref_modes(nir_shader *shader);
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c634 nir_fixup_deref_modes(nir); in decompose_attribs()
779 nir_fixup_deref_modes(nir); in zink_compiler_assign_io()
853 nir_fixup_deref_modes(nir); in zink_shader_compile()
869 nir_fixup_deref_modes(nir); in zink_shader_compile()
1004 nir_fixup_deref_modes(shader); in unbreak_bos()
1169 nir_fixup_deref_modes(shader); in lower_bindless()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c1007 nir_fixup_deref_modes(shader); in ir3_nir_lower_gs()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c373 nir_fixup_deref_modes(nir); in iris_fix_edge_flags()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1158 nir_fixup_deref_modes(stage->nir); in anv_pipeline_link_fs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c346 nir_fixup_deref_modes(nir); in crocus_fix_edge_flags()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2414 nir_fixup_deref_modes(ordered_shaders[i]); in radv_link_shaders()