nir/print: Print texture and sampler indices
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 30 Jun 2018 06:08:05 +0000 (23:08 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 7 Jul 2018 16:32:33 +0000 (09:32 -0700)
commit6e885611565cc043c82417762a1e696c4f516e04
treeb10b00495b3fca6571694796fad8391d04637d88
parentf8e54d02f79057f679302c06847066edc3ae7aa7
nir/print: Print texture and sampler indices

Commit 5fb69daa6076e56b deleted support from nir_print for printing the
texture and sampler indices on texture instructions.  This commit just
brings it back as best as we can.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/compiler/nir/nir_print.c