mesa/src/gallium/drivers/vc4
Daniel Schürmann 2bb369dd8d nir: add assertions that loops don't have a Continue Construct
Hoping that I didn't miss any, this *should* add assertions
to all functions and passes which explicitly handle 'nir_loop'.

Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13962>
2023-02-21 10:41:11 +00:00
..
kernel
.dir-locals.el
.editorconfig
meson.build meson: add missing dependency 2023-01-06 15:40:39 +00:00
vc4_blit.c vc4: do not attempt to do deep tiled blits 2022-09-07 07:50:44 +00:00
vc4_bufmgr.c vc4: Fix race condition in BO imports 2022-12-25 22:04:24 +00:00
vc4_bufmgr.h
vc4_cl.c
vc4_cl.h
vc4_cl_dump.c broadcom: add cl_nobin debug option 2021-09-13 08:51:54 +00:00
vc4_cl_dump.h
vc4_context.c vc4: Use u_default_set_debug_callback 2022-09-01 14:50:24 +00:00
vc4_context.h vc4: Use u_default_set_debug_callback 2022-09-01 14:50:24 +00:00
vc4_draw.c vc4: introduce VC4_DBG() macro to make VC4_DEBUG checks consistent 2022-08-24 23:03:57 +00:00
vc4_emit.c
vc4_fence.c
vc4_formats.c
vc4_job.c vc4: introduce VC4_DBG() macro to make VC4_DEBUG checks consistent 2022-08-24 23:03:57 +00:00
vc4_nir_lower_blend.c vc4: use PIPE_MASK_RGBA name instead of its value 0xf 2022-10-25 16:07:57 +00:00
vc4_nir_lower_io.c
vc4_nir_lower_txf_ms.c vc4: Propagate txf_ms's dest_type to the lowered txf. 2022-06-22 07:10:18 -07:00
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 nir: add assertions that loops don't have a Continue Construct 2023-02-21 10:41:11 +00:00
vc4_qir.c vc4: consolidate shader-db output 2022-10-25 16:07:57 +00:00
vc4_qir.h vc4: consolidate shader-db output 2022-10-25 16:07:57 +00:00
vc4_qir_emit_uniform_stream_resets.c
vc4_qir_live_variables.c vc4: consolidate shader-db output 2022-10-25 16:07:57 +00:00
vc4_qir_lower_uniforms.c
vc4_qir_schedule.c util/dag: Make edge data a uintptr_t 2021-11-17 13:41:47 +00:00
vc4_qir_validate.c
vc4_qpu.c
vc4_qpu.h
vc4_qpu_defines.h
vc4_qpu_disasm.c
vc4_qpu_emit.c vc4: send shaderdb output through KHR_debug 2022-10-25 16:07:57 +00:00
vc4_qpu_schedule.c vc4: Fix running process_mux_deps on irrelevant type of instructions 2023-01-09 20:22:47 +00:00
vc4_qpu_validate.c
vc4_query.c
vc4_register_allocate.c
vc4_reorder_uniforms.c
vc4_resource.c gallium/u_transfer_helper: clean up boolean flags 2022-08-30 14:36:32 +00:00
vc4_resource.h
vc4_screen.c vc4: use u_pipe_screen_lookup_or_create() to keep track of and reuse screens 2023-02-12 17:11:16 +00:00
vc4_screen.h vc4: use u_pipe_screen_lookup_or_create() to keep track of and reuse screens 2023-02-12 17:11:16 +00:00
vc4_simulator.c vc4: introduce VC4_DBG() macro to make VC4_DEBUG checks consistent 2022-08-24 23:03:57 +00:00
vc4_simulator_validate.h
vc4_state.c gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
vc4_tiling.c
vc4_tiling.h
vc4_tiling_lt.c vc4: drop unused function 2022-01-31 16:10:31 +00:00
vc4_tiling_lt_neon.c
vc4_uniforms.c