|
static const plugin & | sycl::_V1::detail::getPlugin (backend Backend) |
|
platform | sycl::_V1::detail::make_platform (pi_native_handle NativeHandle, backend Backend) |
|
device | sycl::_V1::detail::make_device (pi_native_handle NativeHandle, backend Backend) |
|
context | sycl::_V1::detail::make_context (pi_native_handle NativeHandle, const async_handler &Handler, backend Backend) |
|
queue | sycl::_V1::detail::make_queue_impl (pi_native_handle NativeHandle, const context &Context, RT::PiDevice Device, bool KeepOwnership, const async_handler &Handler, backend Backend) |
|
queue | sycl::_V1::detail::make_queue (pi_native_handle NativeHandle, const context &TargetContext, const device *TargetDevice, bool KeepOwnership, const async_handler &Handler, backend Backend) |
|
event | sycl::_V1::detail::make_event (pi_native_handle NativeHandle, const context &TargetContext, backend Backend) |
|
event | sycl::_V1::detail::make_event (pi_native_handle NativeHandle, const context &TargetContext, bool KeepOwnership, backend Backend) |
|
std::shared_ptr< detail::kernel_bundle_impl > | sycl::_V1::detail::make_kernel_bundle (pi_native_handle NativeHandle, const context &TargetContext, bool KeepOwnership, bundle_state State, backend Backend) |
|
std::shared_ptr< detail::kernel_bundle_impl > | sycl::_V1::detail::make_kernel_bundle (pi_native_handle NativeHandle, const context &TargetContext, bundle_state State, backend Backend) |
|
kernel | sycl::_V1::detail::make_kernel (const context &TargetContext, const kernel_bundle< bundle_state::executable > &KernelBundle, pi_native_handle NativeKernelHandle, bool KeepOwnership, backend Backend) |
|
kernel | sycl::_V1::detail::make_kernel (pi_native_handle NativeHandle, const context &TargetContext, backend Backend) |
|