diff options
Diffstat (limited to 'src/gallium/drivers/freedreno/a3xx/fd3_program.h')
-rw-r--r-- | src/gallium/drivers/freedreno/a3xx/fd3_program.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_program.h b/src/gallium/drivers/freedreno/a3xx/fd3_program.h index 8d4fd57ae75..e0866c1d008 100644 --- a/src/gallium/drivers/freedreno/a3xx/fd3_program.h +++ b/src/gallium/drivers/freedreno/a3xx/fd3_program.h @@ -107,8 +107,8 @@ struct fd3_shader_variant { unsigned total_in; /* sum of inputs (scalar) */ - /* samplers: */ - unsigned samplers_count; + /* do we have one or more texture sample instructions: */ + bool has_samp; /* const reg # of first immediate, ie. 1 == c1 * (not regid, because TGSI thinks in terms of vec4 registers, |