Home
last modified time | relevance | path

Searched defs:kernel_args (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c1101 gpointer kernel_args[] = { &texture[0], &texture[1], &texture[2], in convert_YUV_TO_YUV() local
1165 gpointer kernel_args[] = { &texture[0], &texture[1], &texture[2], in convert_YUV_TO_RGB() local
1258 gpointer kernel_args[] = { &srcRGB, &dstY, &y_stride, &dstU, &u_stride, &dstV, in convert_TO_Y444() local
1295 gpointer kernel_args[] = { &yuv_texture[0], &yuv_texture[1], &yuv_texture[2], in convert_RGB_TO_YUV() local
/third_party/ffmpeg/libavfilter/
Dvf_overlay_cuda.c122 void* kernel_args[] = { in overlay_cuda_call_kernel() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c729 uint32_t *kernel_args; in si_upload_compute_input() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h452 void *kernel_args; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h287 LLVMValueRef kernel_args; member