llvmpipe: fix comment typo in lp_bld_interp.h

Signed-off-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16937>
This commit is contained in:
Brian Paul 2022-06-06 14:05:07 -06:00 committed by Marge Bot
parent eeb9938c64
commit dde4f9969c

View file

@ -70,7 +70,7 @@ struct lp_shader_input {
uint interp:4; /* enum lp_interp */
uint usage_mask:4; /* bitmask of TGSI_WRITEMASK_x flags */
uint src_index:8; /* where to find values in incoming vertices */
uint location:2; /* TGSI_INTERPOLOATE_LOC_* */
uint location:2; /* TGSI_INTERPOLATE_LOC_* */
uint padding:14;
};