Home
last modified time | relevance | path

Searched refs:clProgramWrapper (Results 1 – 25 of 175) sorted by relevance

1234567

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_linkage.cpp24 clProgramWrapper &prog) in test_linkage_compile()
79 clProgramWrapper prog; in TEST_SPIRV_FUNC()
85 clProgramWrapper prog; in TEST_SPIRV_FUNC()
93 clProgramWrapper prog_export; in TEST_SPIRV_FUNC()
97 clProgramWrapper prog_import; in TEST_SPIRV_FUNC()
103 clProgramWrapper prog = clLinkProgram(context, 1, &deviceID, NULL, 2, progs, NULL, NULL, &err); in TEST_SPIRV_FUNC()
Dtest_decorate.cpp38 const clProgramWrapper &prog) in verify_results()
103 clProgramWrapper prog; in test_decorate_full()
124 clProgramWrapper prog; in TEST_SPIRV_FUNC()
147 clProgramWrapper prog; in TEST_SPIRV_FUNC()
185 const clProgramWrapper &prog) in verify_saturated_results()
287 clProgramWrapper prog; in test_saturate_full()
342 clProgramWrapper prog; in TEST_SATURATED_CONVERSION()
Dtest_get_program_il.cpp30 clProgramWrapper source_program; in TEST_SPIRV_FUNC()
38 clProgramWrapper il_program; in TEST_SPIRV_FUNC()
Dtest_op_vector_times_scalar.cpp83 clProgramWrapper prog; in test_vector_times_scalar()
113 clProgramWrapper prog; in test_vector_times_scalar()
Dmain.cpp95 static int offline_get_program_with_il(clProgramWrapper &prog, in offline_get_program_with_il()
139 int get_program_with_il(clProgramWrapper &prog, const cl_device_id deviceID, in get_program_with_il()
Dtest_op_fmath.cpp88 clProgramWrapper prog; in test_fmath()
114 clProgramWrapper prog; in test_fmath()
Dtest_op_opaque.cpp30 clProgramWrapper prog; in TEST_SPIRV_FUNC()
/external/OpenCL-CTS/test_conformance/api/
Dtest_clone_kernel.cpp124 clProgramWrapper program_read; in test_image_arg_shallow_clone()
125 clProgramWrapper program_write; in test_image_arg_shallow_clone()
211 clProgramWrapper program; in test_double_arg_clone()
248 clProgramWrapper program; in test_clone_kernel()
249 clProgramWrapper program_buf_read; in test_clone_kernel()
250 clProgramWrapper program_buf_write; in test_clone_kernel()
Dtest_create_kernels.cpp79 clProgramWrapper program; in test_load_single_kernel()
165 clProgramWrapper program; in test_load_two_kernels()
245 clProgramWrapper program; in test_load_two_kernels_in_one()
325 clProgramWrapper program; in test_load_two_kernels_manually()
356 clProgramWrapper program; in test_get_program_info_kernel_names()
448 clProgramWrapper program; in test_enqueue_task()
Dtest_api_consistency.cpp36 clProgramWrapper program; in test_consistency_svm()
483 clProgramWrapper program; in test_consistency_progvar()
549 clProgramWrapper program; in test_consistency_non_uniform_work_group()
903 clProgramWrapper program; in test_consistency_il_programs()
962 clProgramWrapper ilProgram = in test_consistency_il_programs()
992 clProgramWrapper program; in test_consistency_subgroups()
1057 clProgramWrapper program; in test_consistency_prog_ctor_dtor()
Dtest_binary.cpp31 clProgramWrapper program; in test_binary_get()
80 clProgramWrapper program, program_from_binary; in test_binary_create()
126clProgramWrapper programWithoutStatus = clCreateProgramWithBinary( context, 1, &deviceID, &binary2… in test_binary_create()
Dtest_kernels.cpp177 clProgramWrapper program; in test_execute_kernel_local_sizes()
308 clProgramWrapper program; in test_set_kernel_arg_by_index()
378 clProgramWrapper program; in test_set_kernel_arg_constant()
465 clProgramWrapper program; in test_set_kernel_arg_struct_array()
571 clProgramWrapper program; in test_kernel_global_constant()
Dtest_bool.cpp41 clProgramWrapper program; in test_bool_type()
Dtest_kernel_private_memory_size.cpp30 clProgramWrapper program; in test_kernel_private_memory_size()
Dtest_queue.cpp31 clProgramWrapper program; in test_queue_flush_on_release()
Dtest_api_min_max.cpp120 clProgramWrapper program; in test_min_max_thread_dimensions()
274 clProgramWrapper program; in test_min_max_read_image_args()
439 clProgramWrapper program; in test_min_max_write_image_args()
1236 clProgramWrapper program; in test_min_max_parameter_size()
1445 clProgramWrapper program; in test_min_max_samplers()
1569 clProgramWrapper program; in test_min_max_constant_buffer_size()
1767 clProgramWrapper program; in test_min_max_constant_args()
2028 clProgramWrapper program; in test_min_max_local_mem_size()
2180 clProgramWrapper program; in test_min_max_kernel_preferred_work_group_size_multiple()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_options.cpp98 clProgramWrapper program; in test_options_build_optimizations()
127 clProgramWrapper program; in test_options_build_macro()
186 clProgramWrapper program; in test_options_build_macro_existence()
240 clProgramWrapper program; in test_options_include_directory()
341 clProgramWrapper program; in test_options_denorm_cache()
Dtest_preprocessor.cpp46 clProgramWrapper program; in test_preprocessor_define_udef()
140 clProgramWrapper program; in test_preprocessor_include()
213 clProgramWrapper program; in test_preprocessor_line_error()
301 clProgramWrapper program; in test_preprocessor_pragma()
Dtest_unload_platform_compiler.cpp189 clProgramWrapper program =
199 const clProgramWrapper executable =
522 const clProgramWrapper program_1 = in test_unload_link_different()
550 const clProgramWrapper program_2 = in test_unload_link_different()
571 const clProgramWrapper executable = in test_unload_link_different()
754 const clProgramWrapper program = in test_unload_build_info()
917 const clProgramWrapper program = in test_unload_program_binaries()
Dtest_opencl_c_versions.cpp90 clProgramWrapper program; in test_CL_DEVICE_OPENCL_C_VERSION()
154 clProgramWrapper program; in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()
/external/OpenCL-CTS/test_conformance/extensions/cl_ext_cxx_for_opencl/
Dcxx_for_opencl_ver.cpp24 clProgramWrapper program; in test_cxx_for_opencl_version()
35 clProgramWrapper writer_program = in test_cxx_for_opencl_version()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_swizzle.cpp629 clProgramWrapper program; in test_vectype()
643 clProgramWrapper program; in test_vectype()
657 clProgramWrapper program; in test_vectype()
Dtest_preprocessors.cpp88 clProgramWrapper program; in test_kernel_preprocessor_macros()
334clProgramWrapper programB = clCreateProgramWithSource( context, 1, preprocessor_test, NULL, &error… in test_kernel_preprocessor_macros()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dcommon.h30 using Programs = std::array<clProgramWrapper, VECTOR_SIZE_COUNT>;
/external/OpenCL-CTS/test_conformance/pipes/
Dtest_pipe_info.cpp30 clProgramWrapper program; in test_pipe_info()

1234567