Home
last modified time | relevance | path

Searched refs:clCreateProgramWithILKHR (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_opaque.cpp46 clCreateProgramWithILKHR_fn clCreateProgramWithILKHR = NULL; in TEST_SPIRV_FUNC() local
48 clCreateProgramWithILKHR = (clCreateProgramWithILKHR_fn) in TEST_SPIRV_FUNC()
51 if (clCreateProgramWithILKHR == NULL) in TEST_SPIRV_FUNC()
57 prog = clCreateProgramWithILKHR(context, buffer, file_bytes, &err); in TEST_SPIRV_FUNC()
Dtest_linkage.cpp49 clCreateProgramWithILKHR_fn clCreateProgramWithILKHR = NULL; in test_linkage_compile() local
51 clCreateProgramWithILKHR = (clCreateProgramWithILKHR_fn) in test_linkage_compile()
54 if (clCreateProgramWithILKHR == NULL) in test_linkage_compile()
60 prog = clCreateProgramWithILKHR(context, buffer, file_bytes, &err); in test_linkage_compile()
Dmain.cpp181 clCreateProgramWithILKHR_fn clCreateProgramWithILKHR = NULL; in get_program_with_il() local
183 clCreateProgramWithILKHR = (clCreateProgramWithILKHR_fn) in get_program_with_il()
186 if (clCreateProgramWithILKHR == NULL) in get_program_with_il()
192 prog = clCreateProgramWithILKHR(context, buffer, file_bytes, &err); in get_program_with_il()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp630 clCreateProgramWithILKHR_fn clCreateProgramWithILKHR = NULL; in create_single_kernel_helper_create_program_offline() local
631 clCreateProgramWithILKHR = (clCreateProgramWithILKHR_fn) in create_single_kernel_helper_create_program_offline()
634 if (clCreateProgramWithILKHR == NULL) in create_single_kernel_helper_create_program_offline()
640 *outProgram = clCreateProgramWithILKHR( in create_single_kernel_helper_create_program_offline()
/external/mesa3d/include/CL/
Dcl_ext.h127 clCreateProgramWithILKHR(cl_context context,
Dcl2.hpp6338 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR); in Program()
6392 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR);
/external/angle/include/CL/
Dcl_ext.h127 clCreateProgramWithILKHR(cl_context context,
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl_ext.h127 clCreateProgramWithILKHR(cl_context context,