We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a3e82 commit d4720e7Copy full SHA for d4720e7
media_softlet/agnostic/common/hw/mhw_mi_cmdpar.h
@@ -187,7 +187,11 @@ namespace mi
187
188
struct _MHW_PAR_T(MI_SEMAPHORE_SIGNAL)
189
{
190
- bool b64bSignalingEnable = 0; //Semaphore Wait/Signal with 64 bit Token value
+ bool b64bSignalingEnable = 0; //Semaphore Wait/Signal with 64 bit Token value
191
+ uint32_t dwLength = 0;
192
+ uint32_t swSemaphoreTokenInfo = 0;
193
+ uint32_t semaphoreTokenLowerDword = 0;
194
+ uint32_t semaphoreTokenUpperDword = 0;
195
};
196
197
struct _MHW_PAR_T(PIPE_CONTROL)
0 commit comments