File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ pub(crate) mod raw {
3434 pub ( crate ) wait_slot : u32 ,
3535 pub ( crate ) stamp_self : EventValue ,
3636 pub ( crate ) uuid : u32 ,
37- pub ( crate ) barrier_type : u32 ,
37+ pub ( crate ) external_barrier : u32 ,
3838 // G14X addition
39- pub ( crate ) padding : Pad < 0x20 > ,
39+ pub ( crate ) internal_barrier_type : u32 ,
40+ pub ( crate ) padding : Pad < 0x1c > ,
4041 }
4142
4243 #[ derive( Debug , Clone , Copy ) ]
Original file line number Diff line number Diff line change @@ -698,7 +698,8 @@ impl Queue for Queue::ver {
698698 wait_slot: event. slot,
699699 stamp_self: queue_job. event_info( ) . value. next( ) ,
700700 uuid: 0xffffbbbb ,
701- barrier_type: 0 ,
701+ external_barrier: 0 ,
702+ internal_barrier_type: 1 ,
702703 padding: Default :: default ( ) ,
703704 } )
704705 } ,
Original file line number Diff line number Diff line change @@ -498,7 +498,8 @@ impl super::QueueInner::ver {
498498 wait_slot: ev_vtx. slot,
499499 stamp_self: ev_frag. value. next( ) ,
500500 uuid: uuid_3d,
501- barrier_type: 0 ,
501+ external_barrier: 0 ,
502+ internal_barrier_type: 0 ,
502503 padding: Default :: default ( ) ,
503504 } )
504505 } ,
You can’t perform that action at this time.
0 commit comments