mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 01:08:05 +02:00
jay: fix comment
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41510>
This commit is contained in:
parent
3d94ba1d20
commit
c2911dd688
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ typedef struct jay_inst {
|
|||
enum jay_opcode op;
|
||||
enum jay_type type; /**< execution type of the instruction */
|
||||
|
||||
/** Software scoreboarding dependencies (for non-SYNC instructions) */
|
||||
/** Software scoreboarding dependencies */
|
||||
struct tgl_swsb dep;
|
||||
|
||||
/** Number of sources */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue