mesa/src/imagination/rogue
Alyssa Rosenzweig 173b9ee69a treewide: Use nir_builder_create more
perl -p0e 's/nir_builder_init\(&([^,]*), /\1 = nir_builder_create(/g' -i $(git grep -l nir_builder_init)

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23860>
2023-06-27 18:13:02 +00:00
..
nir treewide: Use nir_builder_create more 2023-06-27 18:13:02 +00:00
passes pvr: Use movc for reading special registers 2023-04-19 11:01:05 +00:00
tools pvr: use util_dynarray_begin() in more places 2023-04-19 11:01:05 +00:00
meson.build pvr: Add late op lowering pass and conditional execution 2023-02-24 11:29:48 +00:00
rogue.c pvr: Don't ralloc build context from compiler 2023-05-04 10:35:30 +00:00
rogue.h pvr: Collect vertex input data and fill info struct. 2023-04-19 12:08:31 +00:00
rogue_alu_instrs.def pvr: Add support for MOVC 2023-02-24 11:29:48 +00:00
rogue_backend_instrs.def pvr: Amend definitions for ST and IDF 2023-02-24 11:29:48 +00:00
rogue_bitwise_instrs.def pvr: Add bitwise instruction support 2023-02-20 13:34:02 +00:00
rogue_build_data.c pvr: Use driver vertex input data in the compiler 2023-04-19 12:08:31 +00:00
rogue_builder.c pvr: Amend definitions for ST and IDF 2023-02-24 11:29:48 +00:00
rogue_builder.h pvr: Amend definitions for ST and IDF 2023-02-24 11:29:48 +00:00
rogue_compile.c pvr: Use driver vertex input data in the compiler 2023-04-19 12:08:31 +00:00
rogue_constreg.c pvr: Add new Rogue compiler framework 2023-02-08 15:15:17 +00:00
rogue_ctrl_instrs.def pvr: Add branch support 2023-02-24 11:29:48 +00:00
rogue_debug.c pvr: Add new Rogue compiler framework 2023-02-08 15:15:17 +00:00
rogue_encode.c pvr: Add support for generating transfer fragment programs 2023-04-19 11:01:05 +00:00
rogue_info.c pvr: Add support for generating transfer fragment programs 2023-04-19 11:01:05 +00:00
rogue_isa.h pvr: Add encodings for index registers 2023-02-24 11:29:48 +00:00
rogue_nir.c pvr: Add NIR pass to lower vars to SSA 2023-02-24 11:29:48 +00:00
rogue_print.c pvr: Add support for generating transfer fragment programs 2023-04-19 11:01:05 +00:00
rogue_validate.c pvr: Amend validation when checking multiple supported types 2023-04-19 11:01:05 +00:00