Home
last modified time | relevance | path

Searched refs:W2XCONV_PROC_OPENCL (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A Dw2xconv.h135 W2XCONV_PROC_OPENCL enumerator
H A DmodelHandler.cpp262 bool gpu = (proc->type == W2XCONV_PROC_OPENCL) || (proc->type == W2XCONV_PROC_CUDA); in filter_AVX_OpenCL()
603 if (proc->type == W2XCONV_PROC_OPENCL) in filter_AVX_OpenCL()
738 if (proc->type == W2XCONV_PROC_OPENCL) in filter_AVX_OpenCL()
946 if ((cl_available && proc->type == W2XCONV_PROC_OPENCL) || in filter()
H A Dw2xconv.cpp206 …bool p0_is_opencl_gpu = (p0.type == W2XCONV_PROC_OPENCL) && ((p0.sub_type&W2XCONV_PROC_OPENCL_DEVI… in global_init2()
208 …bool p1_is_opencl_gpu = (p1.type == W2XCONV_PROC_OPENCL) && ((p1.sub_type&W2XCONV_PROC_OPENCL_DEVI… in global_init2()
211 …bool p0_is_opencl_intel_gpu = (p0.type == W2XCONV_PROC_OPENCL) && (p0.sub_type == W2XCONV_PROC_OPE… in global_init2()
213 …bool p1_is_opencl_intel_gpu = (p1.type == W2XCONV_PROC_OPENCL) && (p1.sub_type == W2XCONV_PROC_OPE… in global_init2()
221 if (p0.type == W2XCONV_PROC_OPENCL) in global_init2()
343 if (processor_list[i].type == W2XCONV_PROC_OPENCL) in select_device()
455 case W2XCONV_PROC_OPENCL: in w2xconv_init_with_processor_and_tta()
H A DBuffer.cpp298 case W2XCONV_PROC_OPENCL: in prealloc()
H A Dmain.cpp150 case W2XCONV_PROC_OPENCL: in dump_procs()
1003 case W2XCONV_PROC_OPENCL: in wmain()
H A DmodelHandler_OpenCL.cpp184 proc.type = W2XCONV_PROC_OPENCL; in initOpenCLGlobal()
/dports/graphics/vapoursynth-waifu2x-w2xc/VapourSynth-Waifu2x-w2xc-r8/Waifu2x-w2xc/
H A DWaifu2x-w2xc.cpp217 case W2XCONV_PROC_OPENCL: in waifu2xCreate()
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/w32-apps/
H A Dw2xcr.c481 (p->type == W2XCONV_PROC_OPENCL && ((p->sub_type == W2XCONV_PROC_OPENCL_AMD_GPU) || in on_create()