Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/nvidia/generated/
H A Dg_chipset_nvoc.h462 static inline void clInitPropertiesFromRegistry(struct OBJGPU *arg0, struct OBJCL *pCl) { in clInitPropertiesFromRegistry() function
466 #define clInitPropertiesFromRegistry(arg0, pCl) clInitPropertiesFromRegistry_IMPL(arg0, pCl) macro
469 #define clInitPropertiesFromRegistry_HAL(arg0, pCl) clInitPropertiesFromRegistry(arg0, pCl)
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/
H A Dgpu.c549 clInitPropertiesFromRegistry(pGpu, pCl); in gpuPostConstruct_IMPL()