Searched refs:kernel_code_count (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopencl.c79 int kernel_code_count; member in struct:__anon3688
403 if (opencl_ctx.kernel_code_count >= MAX_KERNEL_CODE_NUM) {
410 for (i = 0; i < opencl_ctx.kernel_code_count; i++) {
416 opencl_ctx.kernel_code[opencl_ctx.kernel_code_count].kernel_string = kernel_code;
417 opencl_ctx.kernel_code[opencl_ctx.kernel_code_count].is_compiled = 0;
418 opencl_ctx.kernel_code_count++;
435 for (i = 0; i < opencl_ctx.kernel_code_count; i++) {
598 if (opencl_ctx.kernel_code_count <= 0) {

Completed in 109 milliseconds