Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/kernel/
H A Dkernel_imp.cpp86 … uintptr_t ptrToPatchInCrossThreadData, NEO::GraphicsAllocation &allocation, in patchWithImplicitSurface() argument
89 NEO::patchPointer(crossThreadData, ptr, ptrToPatchInCrossThreadData); in patchWithImplicitSurface()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.h504 …void patchWithImplicitSurface(void *ptrToPatchInCrossThreadData, GraphicsAllocation &allocation, c…
H A Dkernel.cpp128 void Kernel::patchWithImplicitSurface(void *ptrToPatchInCrossThreadData, GraphicsAllocation &alloca… in patchWithImplicitSurface() argument
131 uintptr_t addressToPatch = reinterpret_cast<uintptr_t>(ptrToPatchInCrossThreadData); in patchWithImplicitSurface()