tgsi/scan: set non-valid src_index for tex offsets in scan_src_operand
authorMarek Olšák <marek.olsak@amd.com>
Mon, 2 Oct 2017 17:51:16 +0000 (19:51 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Fri, 6 Oct 2017 00:56:11 +0000 (02:56 +0200)
commitea85b765194ad89531281d20b0651581ac730d68
treeb9ff4a7c7b33c37f1dbb06506dcac50838c911bc
parentbe3ab867bd444594f9d9e0f8e59d305d15769afd
tgsi/scan: set non-valid src_index for tex offsets in scan_src_operand

tex offsets are not "Src" operands.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/auxiliary/tgsi/tgsi_scan.c