| /external/OpenCL-CTS/test_conformance/spirv_new/ |
| D | test_linkage.cpp | 24 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()
|
| D | test_get_program_il.cpp | 30 clProgramWrapper source_program; in TEST_SPIRV_FUNC() 38 clProgramWrapper il_program; in TEST_SPIRV_FUNC()
|
| D | test_decorate.cpp | 38 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()
|
| D | test_op_vector_times_scalar.cpp | 84 clProgramWrapper prog; in test_vector_times_scalar() 115 clProgramWrapper prog; in test_vector_times_scalar()
|
| D | test_op_opaque.cpp | 31 clProgramWrapper prog; in TEST_SPIRV_FUNC()
|
| D | main.cpp | 95 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()
|
| D | test_op_fmath.cpp | 91 clProgramWrapper prog; in test_fmath() 117 clProgramWrapper prog; in test_fmath()
|
| /external/OpenCL-CTS/test_conformance/api/ |
| D | test_clone_kernel.cpp | 124 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()
|
| D | test_create_kernels.cpp | 79 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()
|
| D | test_api_consistency.cpp | 36 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()
|
| D | test_binary.cpp | 31 clProgramWrapper program; in test_binary_get() 80 clProgramWrapper program, program_from_binary; in test_binary_create() 126 …clProgramWrapper programWithoutStatus = clCreateProgramWithBinary( context, 1, &deviceID, &binary2… in test_binary_create()
|
| D | test_bool.cpp | 41 clProgramWrapper program; in test_bool_type()
|
| D | test_kernels.cpp | 177 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()
|
| D | test_kernel_private_memory_size.cpp | 30 clProgramWrapper program; in test_kernel_private_memory_size()
|
| D | test_queue.cpp | 31 clProgramWrapper program; in test_queue_flush_on_release()
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | typeWrappers.h | 60 class clProgramWrapper { 62 clProgramWrapper() { mProgram = NULL; } in clProgramWrapper() function 63 clProgramWrapper(cl_program program) { mProgram = program; } in clProgramWrapper() function 64 ~clProgramWrapper() in ~clProgramWrapper() 69 clProgramWrapper &operator=(const cl_program &rhs)
|
| /external/OpenCL-CTS/test_conformance/compiler/ |
| D | test_build_options.cpp | 98 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()
|
| D | test_preprocessor.cpp | 46 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()
|
| D | test_unload_platform_compiler.cpp | 189 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()
|
| D | test_opencl_c_versions.cpp | 90 clProgramWrapper program; in test_CL_DEVICE_OPENCL_C_VERSION() 154 clProgramWrapper program; in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()
|
| D | test_pragma_unroll.cpp | 259 clProgramWrapper program; in test_pragma_unroll()
|
| /external/OpenCL-CTS/test_conformance/extensions/cl_ext_cxx_for_opencl/ |
| D | cxx_for_opencl_ver.cpp | 24 clProgramWrapper program; in test_cxx_for_opencl_version() 35 clProgramWrapper writer_program = in test_cxx_for_opencl_version()
|
| /external/OpenCL-CTS/test_conformance/basic/ |
| D | test_preprocessors.cpp | 88 clProgramWrapper program; in test_kernel_preprocessor_macros() 334 …clProgramWrapper programB = clCreateProgramWithSource( context, 1, preprocessor_test, NULL, &error… in test_kernel_preprocessor_macros()
|
| D | test_constant_source.cpp | 49 clProgramWrapper program; in test_constant_source()
|
| /external/OpenCL-CTS/test_conformance/pipes/ |
| D | test_pipe_info.cpp | 29 clProgramWrapper program; in test_pipe_info()
|