Home
last modified time | relevance | path

Searched refs:programPatchListSize (Results 1 – 1 of 1) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dprogram_data_tests.cpp47 programPatchListSize = 0; in ProgramDataTestBase()
95 programPatchListSize = static_cast<uint32_t>(allocateConstMemorySurface.Size + constSize); in setupConstantAllocation()
121 programPatchListSize = static_cast<uint32_t>(allocateGlobalMemorySurface.Size + globalSize); in setupGlobalAllocation()
129 uint32_t programPatchListSize; member in ProgramDataTestBase
145 programBinaryHeader.PatchListSize = programPatchListSize; in buildAndDecodeProgramPatchList()
159 memcpy_s(pCurPtr, programPatchListSize, pProgramPatchList, programPatchListSize); in buildAndDecodeProgramPatchList()
160 pCurPtr += programPatchListSize; in buildAndDecodeProgramPatchList()
417 programPatchListSize = static_cast<uint32_t>(allocateGlobalMemorySurface.Size + globalSize); in TEST_F()
552 programPatchListSize = token.Size; in TEST_F()