diff options
author | Jason Ekstrand <[email protected]> | 2018-10-20 09:55:28 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-11-08 10:09:20 -0600 |
commit | 344cfe69809757be354fe129d7a849408c335dbe (patch) | |
tree | 19fb43062a9ea47b4830ffc01f49ef9fd28e6158 /src/compiler/nir/nir.c | |
parent | 6b2918709ab785be53607ff65ae203b2e88594b4 (diff) |
intel/fs: Use the new nir_src_is_const and friends
As of this commit, all uses of const sources either go through a
nir_src_as_<type> helper which handles bit sizes correctly or else are
accompanied by a nir_src_bit_size() == 32 assertion to assert that we
have the size we think we have.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.c')
0 files changed, 0 insertions, 0 deletions