radv: add missing comment about TCS_OFFCHIP_LAYOUT_LSHS_VERTEX_STRIDE

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24745>
This commit is contained in:
Samuel Pitoiset 2023-08-14 10:39:57 +02:00 committed by Marge Bot
parent c6a56e6b3d
commit f9a9471caf

View file

@ -66,6 +66,7 @@ struct radv_shader_args {
/* TCS */
/* # [0:5] = the number of patch control points
* # [6:11] = the number of tessellation patches
* # [12:19] = the LS-HS vertex stride in DWORDS
*/
struct ac_arg tcs_offchip_layout;
struct ac_arg tcs_epilog_pc;