diff options
Diffstat (limited to 'src/gallium/drivers/freedreno/ir-a2xx.h')
-rw-r--r-- | src/gallium/drivers/freedreno/ir-a2xx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/ir-a2xx.h b/src/gallium/drivers/freedreno/ir-a2xx.h index e2c7eff504e..822e5ec4c23 100644 --- a/src/gallium/drivers/freedreno/ir-a2xx.h +++ b/src/gallium/drivers/freedreno/ir-a2xx.h @@ -72,7 +72,9 @@ struct ir2_instruction { struct { instr_fetch_opc_t opc; unsigned const_idx; - /* maybe vertex fetch specific: */ + /* texture fetch specific: */ + bool is_cube : 1; + /* vertex fetch specific: */ unsigned const_idx_sel; enum a2xx_sq_surfaceformat fmt; bool is_signed : 1; |