Searched refs:kernel_source (Results  1 – 5 of 5) sorted by relevance
| /external/OpenCL-CTS/test_conformance/pipes/ | 
| D | test_pipe_limits.cpp | 217     std::string kernel_source = source.str();  in test_pipe_max_args()  local218     const char *sources[] = { kernel_source.c_str() };  in test_pipe_max_args()
 366     std::string kernel_source = source.str();  in test_pipe_max_packet_size()  local
 367     const char *sources[] = { kernel_source.c_str() };  in test_pipe_max_packet_size()
 530     std::string kernel_source = source.str();  in test_pipe_max_active_reservations()  local
 531     const char *sources[] = { kernel_source.c_str() };  in test_pipe_max_active_reservations()
 
 | 
| D | test_pipe_read_write.cpp | 531         std::string kernel_source = sourceCode[i].str();  in test_pipe_readwrite()  local532         const char *sources[] = { kernel_source.c_str() };  in test_pipe_readwrite()
 
 | 
| /external/OpenCL-CTS/test_conformance/vulkan/ | 
| D | test_vulkan_interop_image.cpp | 1341     const char *kernel_source[num_kernels] = { kernel_text_numImage_1,  in test_image_common()  local1477                 sprintf(source_1, kernel_source[i], "float4", "f", "float4",  in test_image_common()
 1479                 sprintf(source_2, kernel_source[i], "int4", "i", "int4", "i",  in test_image_common()
 1481                 sprintf(source_3, kernel_source[i], "uint4", "ui", "uint4",  in test_image_common()
 1485                 sprintf(source_1, kernel_source[i], "float4", "f", "float4",  in test_image_common()
 1487                 sprintf(source_2, kernel_source[i], "int4", "i", "int4", "i",  in test_image_common()
 1489                 sprintf(source_3, kernel_source[i], "uint4", "ui", "uint4",  in test_image_common()
 1494                 sprintf(source_1, kernel_source[i], "float4", "f", "float4",  in test_image_common()
 1498                 sprintf(source_2, kernel_source[i], "int4", "i", "int4", "i",  in test_image_common()
 1502                 sprintf(source_3, kernel_source[i], "uint4", "ui", "uint4",  in test_image_common()
 [all …]
 
 | 
| /external/OpenCL-CTS/test_conformance/compiler/ | 
| D | test_compile.cpp | 325         const char* kernel_source = _strdup(buffer);  in test_large_multi_file_library()  local326         simple_kernels[i] = clCreateProgramWithSource( context, 1, &kernel_source, NULL, &error );  in test_large_multi_file_library()
 337         free((void*)kernel_source);  in test_large_multi_file_library()
 500         const char* kernel_source = _strdup(buffer);  in test_large_multiple_embedded_headers()  local
 501 …error = create_single_kernel_helper_create_program(context, &simple_kernels[i], 1, &kernel_source);  in test_large_multiple_embedded_headers()
 512         free((void*)kernel_source);  in test_large_multiple_embedded_headers()
 675         const char* kernel_source = _strdup(buffer);  in test_large_multiple_libraries()  local
 676 …error = create_single_kernel_helper_create_program(context, &simple_kernels[i], 1, &kernel_source);  in test_large_multiple_libraries()
 687         free((void*)kernel_source);  in test_large_multiple_libraries()
 839         const char* kernel_source = _strdup(buffer);  in test_large_multiple_files_multiple_libraries()  local
 [all …]
 
 | 
| /external/OpenCL-CTS/test_conformance/workgroups/ | 
| D | test_wg_scan_reduce.cpp | 215     const char *kernel_source = kernelString.c_str();  in run_test()  local217                                       &kernel_source, kernelName.c_str());  in run_test()
 
 |