mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 08:18:11 +02:00
Via Coccinelle patch:
@@
expression func_impl;
@@
-nir_before_block(nir_start_block(func_impl))
+nir_before_impl(func_impl)
@@
expression func_impl;
@@
-nir_after_block(nir_impl_last_block(func_impl))
+nir_after_impl(func_impl)
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24910>
|
||
|---|---|---|
| .. | ||
| kernel | ||
| .dir-locals.el | ||
| .editorconfig | ||
| meson.build | ||
| vc4_blit.c | ||
| vc4_bufmgr.c | ||
| vc4_bufmgr.h | ||
| vc4_cl.c | ||
| vc4_cl.h | ||
| vc4_cl_dump.c | ||
| vc4_cl_dump.h | ||
| vc4_context.c | ||
| vc4_context.h | ||
| vc4_draw.c | ||
| vc4_emit.c | ||
| vc4_fence.c | ||
| vc4_formats.c | ||
| vc4_job.c | ||
| vc4_nir_lower_blend.c | ||
| vc4_nir_lower_io.c | ||
| vc4_nir_lower_txf_ms.c | ||
| vc4_opt_algebraic.c | ||
| vc4_opt_coalesce_ff_writes.c | ||
| vc4_opt_constant_folding.c | ||
| vc4_opt_copy_propagation.c | ||
| vc4_opt_dead_code.c | ||
| vc4_opt_peephole_sf.c | ||
| vc4_opt_small_immediates.c | ||
| vc4_opt_vpm.c | ||
| vc4_program.c | ||
| vc4_qir.c | ||
| vc4_qir.h | ||
| vc4_qir_emit_uniform_stream_resets.c | ||
| vc4_qir_live_variables.c | ||
| vc4_qir_lower_uniforms.c | ||
| vc4_qir_schedule.c | ||
| vc4_qir_validate.c | ||
| vc4_qpu.c | ||
| vc4_qpu.h | ||
| vc4_qpu_defines.h | ||
| vc4_qpu_disasm.c | ||
| vc4_qpu_emit.c | ||
| vc4_qpu_schedule.c | ||
| vc4_qpu_validate.c | ||
| vc4_query.c | ||
| vc4_register_allocate.c | ||
| vc4_reorder_uniforms.c | ||
| vc4_resource.c | ||
| vc4_resource.h | ||
| vc4_screen.c | ||
| vc4_screen.h | ||
| vc4_simulator.c | ||
| vc4_simulator_validate.h | ||
| vc4_state.c | ||
| vc4_tiling.c | ||
| vc4_tiling.h | ||
| vc4_tiling_lt.c | ||
| vc4_tiling_lt_neon.c | ||
| vc4_uniforms.c | ||