Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/kernel/
H A Dkernel_script.cpp140 static const luaL_reg KERNEL_FUNCTIONS[] = { variable
467 if (!LuaBindhelper::addFunctionsToLib(L, KERNEL_LIBRARY_NAME, KERNEL_FUNCTIONS)) return false; in registerScriptBindings()
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/kernel/
H A Dkernel_script.cpp140 static const luaL_reg KERNEL_FUNCTIONS[] = { variable
467 if (!LuaBindhelper::addFunctionsToLib(L, KERNEL_LIBRARY_NAME, KERNEL_FUNCTIONS)) return false; in registerScriptBindings()
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/
H A Ddevice_cpu.cpp275 #define KERNEL_FUNCTIONS(name) \ macro
283 #define REGISTER_KERNEL(name) name##_kernel(KERNEL_FUNCTIONS(name)) in CPUDevice()
323 KERNEL_FUNCTIONS(name)) in CPUDevice()
347 #undef KERNEL_FUNCTIONS in CPUDevice()