diff options
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_qir.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_qir.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h index 6469e51b051..fe86232aeb2 100644 --- a/src/gallium/drivers/vc4/vc4_qir.h +++ b/src/gallium/drivers/vc4/vc4_qir.h @@ -462,6 +462,13 @@ struct vc4_compile { uint8_t vattr_sizes[8]; /** + * Order in which the vattrs were loaded by the program, to arrange + * vattr_offsets[] in the program data appropriately. + */ + uint8_t vpm_input_order[8]; + uint8_t next_vpm_input; + + /** * Array of the VARYING_SLOT_* of all FS QFILE_VARY reads. * * This includes those that aren't part of the VPM varyings, like |