mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 01:20:17 +01:00
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:
parent
c6a56e6b3d
commit
f9a9471caf
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue