r300: normal instruction can't have presubtract op
authorPavel Ondračka <pavel.ondracka@gmail.com>
Fri, 14 Jul 2023 06:22:23 +0000 (08:22 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Jul 2023 06:37:10 +0000 (06:37 +0000)
commitc86e1b97a376a3c7b7e5acf4062a0de20a826364
treedb2926f5538a5638ca991bae23091cf5827cedbb
parentc577655f8c4742cfcbef2a9761028fda71a1fe63
r300: normal instruction can't have presubtract op

Only fs have presubtract ops and by the time we gather the stats,
all normal instructions were converted to pair ones.

Reviewed-by: Filip Gawin <filip.gawin@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24152>
src/gallium/drivers/r300/compiler/radeon_compiler.c