Searched refs:cuModuleGetFunction (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_scale_cuda.c | 327 CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_uchar, s->cu_module, buf)); in cudascale_config_props() 332 CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_uchar2, s->cu_module, buf)); in cudascale_config_props() 337 CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_uchar4, s->cu_module, buf)); in cudascale_config_props() 342 CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_ushort, s->cu_module, buf)); in cudascale_config_props() 347 CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_ushort2, s->cu_module, buf)); in cudascale_config_props() 352 CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_ushort4, s->cu_module, buf)); in cudascale_config_props()
|
D | vf_yadif_cuda.c | 326 ret = CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_uchar, s->cu_module, "yadif_uchar")); in config_output() 330 ret = CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_uchar2, s->cu_module, "yadif_uchar2")); in config_output() 334 ret = CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_ushort, s->cu_module, "yadif_ushort")); in config_output() 338 ret = CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_ushort2, s->cu_module, "yadif_ushort2")); in config_output()
|
D | vf_thumbnail_cuda.c | 374 ret = CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_uchar, s->cu_module, "Thumbnail_uchar")); in config_props() 378 ret = CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_uchar2, s->cu_module, "Thumbnail_uchar2")); in config_props() 382 ret = CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_ushort, s->cu_module, "Thumbnail_ushort")); in config_props() 386 ret = CHECK_CU(cu->cuModuleGetFunction(&s->cu_func_ushort2, s->cu_module, "Thumbnail_ushort2")); in config_props()
|
D | vf_overlay_cuda.c | 377 err = CHECK_CU(cu->cuModuleGetFunction(&ctx->cu_func, ctx->cu_module, "Overlay_Cuda")); in overlay_cuda_config_output()
|
/third_party/mindspore/tests/ut/cpp/stub/runtime/ |
D | cuda.cc | 25 CUresult cuModuleGetFunction(CUfunction *hfunc, CUmodule hmod, const char *name) { return CUDA_SUCC… in cuModuleGetFunction() function
|
D | cuda.h | 75 CUresult cuModuleGetFunction(CUfunction *hfunc, CUmodule hmod, const char *name);
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/gpu/ |
D | akg_gpu_kernel_mod.cc | 79 result = cuModuleGetFunction(func, module, fn.c_str()); in GetFunction()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaloader.c | 187 LOAD_SYMBOL (cuModuleGetFunction, CuModuleGetFunction); in gst_cuda_load_library()
|