aco: Implement NGG culling related intrinsics.
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 29 Apr 2021 11:33:45 +0000 (13:33 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Jul 2021 23:56:33 +0000 (23:56 +0000)
commit182d9b1e6072bec190cf0a52e9d93dbbdbaa850d
treeee8836e3c40db4ae80e2b8b6757e7a5ed5ea4858
parent9a95f5487f5ab83fa44bea12afa30cf1a25fc9db
aco: Implement NGG culling related intrinsics.

These are very straightforward as they just copy data from
the newly added shader arguments.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10525>
src/amd/compiler/aco_instruction_selection.cpp
src/amd/compiler/aco_instruction_selection_setup.cpp