Home
last modified time | relevance | path

Searched refs:kernel_source (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp44 const char *kernel_source = in TEST_F() local
63 run_shader(kernel_source, inout.size(), 1, 1, inout); in TEST_F()
70 const char *kernel_source = in TEST_F() local
82 run_shader(kernel_source, g1.size(), 1, 1, g1, g2); in TEST_F()
90 const char *kernel_source = in TEST_F() local
128 run_shader(kernel_source, out.size(), 1, 1, out, in); in TEST_F()
135 const char *kernel_source = in TEST_F() local
148 run_shader(kernel_source, g1.size(), 1, 1, c1, g1, c2); in TEST_F()
155 const char *kernel_source = in TEST_F() local
169 run_shader(kernel_source, g1.size(), 1, 1, g1, c1); in TEST_F()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c744 gchar *kernel_source; member
813 convert->ptx = gst_cuda_nvrtc_compile (convert->kernel_source); in gst_cuda_converter_new()
842 g_free (convert->kernel_source); in gst_cuda_converter_new()
844 convert->kernel_source = NULL; in gst_cuda_converter_new()
891 g_free (convert->kernel_source); in gst_cuda_converter_free()
1974 convert->kernel_source = in cuda_converter_lookup_path()
1992 convert->kernel_source = in cuda_converter_lookup_path()
2065 convert->kernel_source = in cuda_converter_lookup_path()
2111 convert->kernel_source = in cuda_converter_lookup_path()
2128 GST_TRACE ("configured CUDA kernel source\n%s", convert->kernel_source); in cuda_converter_lookup_path()