nir/builder: Add bit_size info to nir_build_imm()
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Wed, 23 Mar 2016 09:43:03 +0000 (10:43 +0100)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Thu, 28 Apr 2016 09:58:13 +0000 (11:58 +0200)
commit3a150683ce2f1245fc6f5a02f4a1c2197353962c
treee0b085887b32d61df5a1ebec86670fefe58648ab
parent76b8c5cc602eda19c91b842b02f84564c18e79a6
nir/builder: Add bit_size info to nir_build_imm()

v2:
- Group num_components and bit_size together (Jason)

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_builder.h
src/compiler/nir/nir_lower_system_values.c
src/compiler/nir/nir_lower_tex.c