Lines Matching refs:ThePlatform

190       : ThePlatform(APlatform), TheHandle(AHandle, Destructor) {}  in Kernel()
195 Platform *ThePlatform; variable
220 : ThePlatform(APlatform), TheHandle(AHandle, Destructor) {} in Program()
222 Platform *ThePlatform; variable
385 : ThePlatform(APlatform), TheDeviceIndex(DeviceIndex), in Stream()
405 Platform *ThePlatform; variable
446 : ThePlatform(APlatform), TheDeviceIndex(DeviceIndex), in Event()
449 Platform *ThePlatform; variable
686 setStatus(ThePlatform->asyncCopyDToD( in asyncCopyDToD()
718 setStatus(ThePlatform->asyncCopyDToD( in asyncCopyDToD()
738 setStatus(ThePlatform->asyncCopyDToH( in asyncCopyDToH()
765 setStatus(ThePlatform->asyncCopyDToH( in asyncCopyDToH()
785 setStatus(ThePlatform->asyncCopyHToD( in asyncCopyHToD()
812 setStatus(ThePlatform->asyncCopyHToD( in asyncCopyHToD()
824 setStatus(ThePlatform->asyncMemsetD( in asyncMemsetD()
847 if (setStatus(ThePlatform->asyncCopyDToD( in syncCopyDToD()
883 if (setStatus(ThePlatform->asyncCopyDToD( in syncCopyDToD()
907 if (setStatus(ThePlatform->asyncCopyDToH( in syncCopyDToH()
939 if (setStatus(ThePlatform->asyncCopyDToH( in syncCopyDToH()
963 if (setStatus(ThePlatform->asyncCopyHToD( in syncCopyHToD()
995 if (setStatus(ThePlatform->asyncCopyHToD( in syncCopyHToD()
1041 ThePlatform, static_cast<const element_type *>(ThePointer.get()), in asSpan()
1048 ThePlatform, static_cast<element_type *>(ThePointer.get()), TheSize, 0); in asSpan()
1055 DeviceMemory(Platform *ThePlatform, void *Pointer, index_type ElementCount, in DeviceMemory() argument
1057 : ThePlatform(ThePlatform), ThePointer(Pointer, Destructor), in DeviceMemory()
1060 Platform *ThePlatform; variable
1087 : ThePlatform(nullptr), TheHandle(nullptr), TheSize(0), TheOffset(0), in DeviceMemorySpan()
1093 : ThePlatform(ASpan.ThePlatform), in DeviceMemorySpan()
1101 : ThePlatform(ASpan.ThePlatform), in DeviceMemorySpan()
1109 : ThePlatform(Memory.ThePlatform), in DeviceMemorySpan()
1115 ThePlatform->rawDestroyDeviceMemorySpanHandle( in ~DeviceMemorySpan()
1152 TheSpanHandle = ThePlatform->getDeviceMemorySpanHandle(
1162 return DeviceMemorySpan<element_type>(ThePlatform, TheHandle, Count, in first()
1170 return DeviceMemorySpan<element_type>(ThePlatform, TheHandle, Count, in last()
1181 return DeviceMemorySpan<element_type>(ThePlatform, TheHandle, Count,
1190 DeviceMemorySpan(Platform *ThePlatform, pointer AHandle, index_type Size, in DeviceMemorySpan() argument
1192 : ThePlatform(ThePlatform), TheHandle(AHandle), TheSize(Size), in DeviceMemorySpan()
1195 Platform *ThePlatform; variable