nir: Add a 16-bit bool type
authorNeil Roberts <nroberts@igalia.com>
Wed, 30 Jan 2019 10:02:39 +0000 (11:02 +0100)
committerNeil Roberts <nroberts@igalia.com>
Wed, 20 Nov 2019 13:09:43 +0000 (14:09 +0100)
commit0f5640c57741fe1122aa218b678eddaa6ae94601
treef3186467e1c91c5bb2de1e2ab481ee6246ab2387
parent2ec97e78a9ae4da59f175a5f24c3d6c062f36ca7
nir: Add a 16-bit bool type

Adds nir_type_bool16 as well as 16-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