Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A 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()
H A 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()
H A Dtest_get_program_il.cpp30 clProgramWrapper source_program; in TEST_SPIRV_FUNC()
38 clProgramWrapper il_program; in TEST_SPIRV_FUNC()
H A Dtest_op_fmath.cpp88 clProgramWrapper prog; in test_fmath()
114 clProgramWrapper prog; in test_fmath()
H A Dtest_op_vector_times_scalar.cpp95 clProgramWrapper prog; in test_vector_times_scalar()
125 clProgramWrapper prog; in test_vector_times_scalar()
H A 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()
H A Dtest_cl_khr_spirv_no_integer_wrap_decoration.cpp130 clProgramWrapper prog; in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
163 clProgramWrapper prog; in test_ext_cl_khr_spirv_no_integer_wrap_decoration()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_clone_kernel.cpp112 clProgramWrapper program_read; in test_image_arg_shallow_clone()
113 clProgramWrapper program_write; in test_image_arg_shallow_clone()
199 clProgramWrapper program; in test_double_arg_clone()
236 clProgramWrapper program; in test_clone_kernel()
237 clProgramWrapper program_buf_read; in test_clone_kernel()
238 clProgramWrapper program_buf_write; in test_clone_kernel()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
1443 clProgramWrapper program; in test_min_max_samplers()
1567 clProgramWrapper program; in test_min_max_constant_buffer_size()
1765 clProgramWrapper program; in test_min_max_constant_args()
2026 clProgramWrapper program; in test_min_max_local_mem_size()
2178 clProgramWrapper program; in test_min_max_kernel_preferred_work_group_size_multiple()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A 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()
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_vector_swizzle.cpp631 clProgramWrapper program; in test_vectype()
647 clProgramWrapper program; in test_vectype()
663 clProgramWrapper program; in test_vectype()
H A Dtest_preprocessors.cpp88 clProgramWrapper program; in test_kernel_preprocessor_macros()
334clProgramWrapper programB = clCreateProgramWithSource( context, 1, preprocessor_test, NULL, &error… in test_kernel_preprocessor_macros()
H A Dtest_constant.cpp106 clProgramWrapper program; in test_constant()
212 clProgramWrapper loop_program; in test_constant()
H A Dtest_progvar.cpp1128 clProgramWrapper program; in l_write_read_for_type()
1337 clProgramWrapper program; in l_init_write_read_for_type()
1591 clProgramWrapper program; in l_capacity()
1748 clProgramWrapper program; in l_user_type()
1766 clProgramWrapper writer_program(clCreateProgramWithSource( in l_user_type()
1784 clProgramWrapper reader_program(clCreateProgramWithSource( in l_user_type()
2122 clProgramWrapper program; in test_progvar_func_scope()
H A Dtest_global_work_offsets.cpp120 clProgramWrapper program; in test_global_work_offsets()
216 clProgramWrapper program; in test_get_global_offset()
H A Dtest_basic_parameter_types.cpp95 clProgramWrapper program; in test_parameter_types_long()
258 clProgramWrapper program; in test_parameter_types()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_ext_cxx_for_opencl/
H A Dcxx_for_opencl_ver.cpp24 clProgramWrapper program; in test_cxx_for_opencl_version()
35 clProgramWrapper writer_program = in test_cxx_for_opencl_version()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/pipes/
H A Dtest_pipe_limits.cpp160 clProgramWrapper program; in test_pipe_max_args()
272 clProgramWrapper program; in test_pipe_max_packet_size()
416 clProgramWrapper program; in test_pipe_max_active_reservations()

123456789