Home
last modified time | relevance | path

Searched refs:numKernelLines (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.h73 cl_kernel *outKernel, unsigned int numKernelLines,
79 unsigned int numKernelLines, const char **kernelProgram,
83 cl_context context, cl_program *outProgram, unsigned int numKernelLines,
88 unsigned int numKernelLines, const char **kernelProgram,
94 unsigned int numKernelLines,
101 unsigned int numKernelLines, const char **kernelProgram,
DkernelHelpers.cpp55 static std::string get_kernel_content(unsigned int numKernelLines, in get_kernel_content() argument
59 for (size_t i = 0; i < numKernelLines; ++i) in get_kernel_content()
165 static std::string get_unique_filename_prefix(unsigned int numKernelLines, in get_unique_filename_prefix() argument
169 std::string kernel = get_kernel_content(numKernelLines, kernelProgram); in get_unique_filename_prefix()
281 save_kernel_source_and_options_to_disk(unsigned int numKernelLines, in save_kernel_source_and_options_to_disk() argument
287 std::string kernel = get_kernel_content(numKernelLines, kernelProgram); in save_kernel_source_and_options_to_disk()
289 get_unique_filename_prefix(numKernelLines, kernelProgram, buildOptions); in save_kernel_source_and_options_to_disk()
548 unsigned int numKernelLines, const char *const *kernelProgram, in create_single_kernel_helper_create_program_offline() argument
572 get_unique_filename_prefix(numKernelLines, kernelProgram, buildOptions); in create_single_kernel_helper_create_program_offline()
663 unsigned int numKernelLines, const char **kernelProgram, in create_single_kernel_helper_create_program() argument
[all …]
/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp68 … context, cl_program *outProgram, cl_kernel *outKernel, unsigned int numKernelLines, const char **… in create_single_kernel_helper() argument
73 …error = create_single_kernel_helper_create_program(context, outProgram, numKernelLines, kernelProg… in create_single_kernel_helper()
91 for( i = 0; i < numKernelLines; i++ ) in create_single_kernel_helper()
172 for( i = 0; i < numKernelLines; i++ ) in create_single_kernel_helper()