Home
last modified time | relevance | path

Searched refs:DriverType (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/Cuda/
H A DKokkos_Cuda_KernelLaunch.hpp101 template <class DriverType>
103 const DriverType& driver = in cuda_parallel_launch_constant_memory()
112 const DriverType& driver = in __launch_bounds__()
118 template <class DriverType>
120 const DriverType driver) { in cuda_parallel_launch_local_memory()
132 template <class DriverType>
228 template <class DriverType>
316 template <class DriverType>
406 template <class DriverType>
431 DriverType* driver_ptr = reinterpret_cast<DriverType*>( in invoke_kernel()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/Cuda/
H A DKokkos_Cuda_KernelLaunch.hpp101 template <class DriverType>
103 const DriverType& driver = in cuda_parallel_launch_constant_memory()
112 const DriverType& driver = in __launch_bounds__()
118 template <class DriverType>
120 const DriverType driver) { in cuda_parallel_launch_local_memory()
132 template <class DriverType>
228 template <class DriverType>
316 template <class DriverType>
406 template <class DriverType>
431 DriverType* driver_ptr = reinterpret_cast<DriverType*>( in invoke_kernel()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/Cuda/
H A DKokkos_Cuda_KernelLaunch.hpp101 template <class DriverType>
103 const DriverType& driver = in cuda_parallel_launch_constant_memory()
112 const DriverType& driver = in __launch_bounds__()
118 template <class DriverType>
120 const DriverType driver) { in cuda_parallel_launch_local_memory()
132 template <class DriverType>
228 template <class DriverType>
316 template <class DriverType>
406 template <class DriverType>
431 DriverType* driver_ptr = reinterpret_cast<DriverType*>( in invoke_kernel()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_KernelLaunch.hpp77 template <typename DriverType>
79 const DriverType &driver = *(reinterpret_cast<const DriverType *>( in hip_parallel_launch_constant_memory()
87 const DriverType &driver = *(reinterpret_cast<const DriverType *>( in __launch_bounds__()
93 template <class DriverType>
95 const DriverType *driver) { in hip_parallel_launch_local_memory()
130 template <typename DriverType, typename LaunchBounds,
145 template <typename DriverType>
153 template <typename DriverType, typename LaunchBounds,
157 template <typename DriverType, typename LaunchBounds>
160 : HIPParallelLaunchKernelFunc<DriverType, LaunchBounds,
[all …]
H A DKokkos_HIP_BlockSize_Deduction.hpp59 template <typename DriverType, bool, int MaxThreadsPerBlock, int MinBlocksPerSM>
68 hip_parallel_launch_local_memory<DriverType, MaxThreadsPerBlock, in hipOccupancy()
73 template <typename DriverType, bool constant>
75 hipOccupancy<DriverType, constant, HIPTraits::MaxThreadsPerBlock, 1>( in hipOccupancy()
/dports/devel/kokkos/kokkos-3.4.01/core/src/HIP/
H A DKokkos_HIP_KernelLaunch.hpp77 template <typename DriverType>
79 const DriverType &driver = *(reinterpret_cast<const DriverType *>( in hip_parallel_launch_constant_memory()
87 const DriverType &driver = *(reinterpret_cast<const DriverType *>( in __launch_bounds__()
93 template <class DriverType>
95 const DriverType *driver) { in hip_parallel_launch_local_memory()
130 template <typename DriverType, typename LaunchBounds,
145 template <typename DriverType>
153 template <typename DriverType, typename LaunchBounds,
157 template <typename DriverType, typename LaunchBounds>
160 : HIPParallelLaunchKernelFunc<DriverType, LaunchBounds,
[all …]
H A DKokkos_HIP_BlockSize_Deduction.hpp59 template <typename DriverType, bool, int MaxThreadsPerBlock, int MinBlocksPerSM>
68 hip_parallel_launch_local_memory<DriverType, MaxThreadsPerBlock, in hipOccupancy()
73 template <typename DriverType, bool constant>
75 hipOccupancy<DriverType, constant, HIPTraits::MaxThreadsPerBlock, 1>( in hipOccupancy()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_KernelLaunch.hpp77 template <typename DriverType>
79 const DriverType &driver = *(reinterpret_cast<const DriverType *>( in hip_parallel_launch_constant_memory()
87 const DriverType &driver = *(reinterpret_cast<const DriverType *>( in __launch_bounds__()
93 template <class DriverType>
95 const DriverType *driver) { in hip_parallel_launch_local_memory()
130 template <typename DriverType, typename LaunchBounds,
145 template <typename DriverType>
153 template <typename DriverType, typename LaunchBounds,
157 template <typename DriverType, typename LaunchBounds>
160 : HIPParallelLaunchKernelFunc<DriverType, LaunchBounds,
[all …]
H A DKokkos_HIP_BlockSize_Deduction.hpp59 template <typename DriverType, bool, int MaxThreadsPerBlock, int MinBlocksPerSM>
68 hip_parallel_launch_local_memory<DriverType, MaxThreadsPerBlock, in hipOccupancy()
73 template <typename DriverType, bool constant>
75 hipOccupancy<DriverType, constant, HIPTraits::MaxThreadsPerBlock, 1>( in hipOccupancy()
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/
H A Dbase.py38 class DriverType(object): class
59 DriverType.BACKUP: get_backup_driver,
60 DriverType.COMPUTE: get_compute_driver,
61 DriverType.CONTAINER: get_container_driver,
62 DriverType.DNS: get_dns_driver,
63 DriverType.LOADBALANCER: get_loadbalancer_driver,
64 DriverType.STORAGE: get_storage_driver
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DSIrrCreationParameters.h24 DriverType(video::EDT_BURNINGSVIDEO), in SIrrlichtCreationParameters()
59 DriverType = other.DriverType;
100 video::E_DRIVER_TYPE DriverType; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/usb/
H A Dusb_device_win.h31 enum class DriverType { enum
42 DriverType driver_type);
57 DriverType driver_type() const { return driver_type_; } in driver_type()
95 const DriverType driver_type_;
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/database/
H A Ddatabasefactory.cpp50 if (m_dbDriver->driverType() != DatabaseDriver::DriverType::SQLite) { in determineDriver()
67 return driv->driverType() == DatabaseDriver::DriverType::SQLite; in determineDriver()
77 DatabaseDriver* DatabaseFactory::driverForType(DatabaseDriver::DriverType d) const { in driverForType()
109 DatabaseDriver::DriverType DatabaseFactory::activeDatabaseDriver() const { in activeDatabaseDriver()
H A Ddatabasefactory.h22 DatabaseDriver::DriverType activeDatabaseDriver() const;
25 DatabaseDriver* driverForType(DatabaseDriver::DriverType d) const;
H A Ddatabasedriver.h16 enum class DriverType { enum
34 virtual DriverType driverType() const = 0;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DSIrrCreationParameters.h31 DriverType(video::EDT_BURNINGSVIDEO), in SIrrlichtCreationParameters()
72 DriverType = other.DriverType;
118 video::E_DRIVER_TYPE DriverType; member
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCIrrDeviceFB.cpp63 if (params.DriverType != video::EDT_NULL) in CIrrDeviceFB()
71 CursorControl = new CCursorControl(this, params.DriverType == video::EDT_NULL); in CIrrDeviceFB()
140 if (CreationParams.DriverType != video::EDT_NULL) in createWindow()
191 switch(CreationParams.DriverType) in createDriver()
311 …if (CreationParams.DriverType != video::EDT_SOFTWARE && CreationParams.DriverType != video::EDT_BU… in present()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/orm/
H A Ddb_alias.go29 type DriverType int type
33 _ DriverType = iota // int enum type
45 func (d driver) Type() DriverType {
60 drivers = map[string]DriverType{
69 dbBasers = map[DriverType]dbBaser{
226 Driver DriverType
372 func RegisterDriver(driverName string, typ DriverType) error { argument
/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dframework.cpp56 video::E_DRIVER_TYPE DriverType = video::EDT_NULL; in Init() local
112 DriverType = (video::E_DRIVER_TYPE)Config.DriverType; in Init()
113 …it(!HasConfigFile, Config.ScreenWidth, Config.ScreenHeight, Config.Fullscreen, DriverType, &Input)) in Init()
H A Dgraphics.cpp36 …solution, int Width, int Height, bool Fullscreen, video::E_DRIVER_TYPE DriverType, IEventReceiver … in Init() argument
45 Parameters.DriverType = video::EDT_NULL; in Init()
59 Parameters.DriverType = DriverType; in Init()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d10misc.h81 D3D10_DRIVER_TYPE DriverType,
125 D3D10_DRIVER_TYPE DriverType,
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/coprocs/NVIDIA/include/
H A Dnvapi_lite_d3dext.h87 D3D_DRIVER_TYPE DriverType,
136 D3D_DRIVER_TYPE DriverType,
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dd3d11_common.c28 D3D_DRIVER_TYPE DriverType, in D3D11CreateDevice() argument
55 pAdapter, DriverType, Software, Flags, pFeatureLevels, FeatureLevels, SDKVersion, in D3D11CreateDevice()
61 D3D_DRIVER_TYPE DriverType, in D3D11CreateDeviceAndSwapChain() argument
90 pAdapter, DriverType, Software, Flags, pFeatureLevels, FeatureLevels, SDKVersion, in D3D11CreateDeviceAndSwapChain()
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/
H A Dtest_init.py68 driver = libcloud.get_driver(libcloud.DriverType.COMPUTE, libcloud.DriverType.COMPUTE.EC2)
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Marvell/Cn913xDb/NonDiscoverableInitLib/
H A DNonDiscoverableInitLib.c30 IN MV_GPIO_DRIVER_TYPE DriverType in ConfigurePins() argument
39 Status = MvGpioGetProtocol (DriverType, &GpioProtocol); in ConfigurePins()

12345678910>>...38