radeonsi: remove an incorrect comment at lds_byte0_accept_flag

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13700>
This commit is contained in:
Marek Olšák 2021-11-07 15:06:54 -05:00 committed by Marge Bot
parent 20e83abf06
commit d3d5777536
1 changed files with 1 additions and 4 deletions

View File

@ -551,10 +551,7 @@ static void build_streamout(struct si_shader_context *ctx, struct ngg_streamout
/* LDS layout of ES vertex data for NGG culling. */
enum
{
/* Byte 0: Boolean ES thread accepted (unculled) flag, and later the old
* ES thread ID. After vertex compaction, compacted ES threads
* store the old thread ID here to copy input VGPRs from uncompacted
* ES threads.
/* Byte 0: Boolean ES thread accepted (unculled) flag.
* Byte 1: New ES thread ID, loaded by GS to prepare the prim export value.
* Byte 2: TES rel patch ID
* Byte 3: Unused