Add new parameter to thread data dispatching

Change-Id: I86710b0cc764156f4c2db9d24ccd1c96b32d7660
This commit is contained in:
Zdanowicz, Zbigniew
2018-10-03 15:13:54 +02:00
committed by sys_ocldev
parent 73b2e947a5
commit bb62343aba
13 changed files with 160 additions and 24 deletions

View File

@@ -239,6 +239,7 @@ TEST_F(KernelDataTest, ThreadPayload) {
threadPayload.LocalIDYPresent = true;
threadPayload.LocalIDZPresent = true;
threadPayload.OffsetToSkipPerThreadDataLoad = true;
threadPayload.PassInlineData = true;
pPatchList = &threadPayload;
patchListSize = threadPayload.Size;