Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/pipes/
Dtest_pipe_limits.cpp217 std::string kernel_source = source.str(); in test_pipe_max_args() local
218 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()
Dtest_pipe_read_write.cpp531 std::string kernel_source = sourceCode[i].str(); in test_pipe_readwrite() local
532 const char *sources[] = { kernel_source.c_str() }; in test_pipe_readwrite()
/external/OpenCL-CTS/test_conformance/vulkan/
Dtest_vulkan_interop_image.cpp1341 const char *kernel_source[num_kernels] = { kernel_text_numImage_1, in test_image_common() local
1477 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/
Dtest_compile.cpp325 const char* kernel_source = _strdup(buffer); in test_large_multi_file_library() local
326 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/
Dtest_wg_scan_reduce.cpp215 const char *kernel_source = kernelString.c_str(); in run_test() local
217 &kernel_source, kernelName.c_str()); in run_test()