Searched refs:clCreateProgramWithILKHR (Results 1 – 8 of 8) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_opaque.cpp | 46 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()
|
D | test_linkage.cpp | 49 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()
|
D | main.cpp | 181 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/ |
D | kernelHelpers.cpp | 630 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/ |
D | cl_ext.h | 127 clCreateProgramWithILKHR(cl_context context,
|
D | cl2.hpp | 6338 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR); in Program() 6392 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR);
|
/external/angle/include/CL/ |
D | cl_ext.h | 127 clCreateProgramWithILKHR(cl_context context,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl_ext.h | 127 clCreateProgramWithILKHR(cl_context context,
|