nir: Add a 8-bit bool type
authorNeil Roberts <nroberts@igalia.com>
Thu, 31 Jan 2019 15:05:44 +0000 (16:05 +0100)
committerNeil Roberts <nroberts@igalia.com>
Wed, 20 Nov 2019 13:09:43 +0000 (14:09 +0100)
commit634eb9c04b35c45684b0d1ebacb04e52458d4fa9
tree14f19a3883b900b7cd01494b4d4dbd18dbd4d05a
parent0f5640c57741fe1122aa218b678eddaa6ae94601
nir: Add a 8-bit bool type

Adds nir_type_bool8 as well as 8-bit versions of all the bool
opcodes.

Reviewed-by: Rob Clark <robdclark@gmail.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/compiler/nir/nir.h
src/compiler/nir/nir_opcodes.py