Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_op_opaque.cpp45 clCreateProgramWithILKHR_fn clCreateProgramWithILKHR = NULL; in TEST_SPIRV_FUNC() local
47 clCreateProgramWithILKHR = (clCreateProgramWithILKHR_fn) in TEST_SPIRV_FUNC()
50 if (clCreateProgramWithILKHR == NULL) in TEST_SPIRV_FUNC()
56 prog = clCreateProgramWithILKHR(context, buffer, file_bytes, &err); in TEST_SPIRV_FUNC()
H A 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()
H A 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()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DkernelHelpers.cpp650 clCreateProgramWithILKHR_fn clCreateProgramWithILKHR = NULL; in create_single_kernel_helper_create_program_offline() local
651 clCreateProgramWithILKHR = (clCreateProgramWithILKHR_fn) in create_single_kernel_helper_create_program_offline()
654 if (clCreateProgramWithILKHR == NULL) in create_single_kernel_helper_create_program_offline()
660 *outProgram = clCreateProgramWithILKHR( in create_single_kernel_helper_create_program_offline()
/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dcl_ext.h127 clCreateProgramWithILKHR(cl_context context,
H A Dopencl.hpp6425 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR); in Program()
6479 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR);
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/
H A Dcl_ext.h615 clCreateProgramWithILKHR(cl_context context,
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl_ext.h615 clCreateProgramWithILKHR(cl_context context,
H A Dopencl.hpp6465 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR); in Program()
6518 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR); in Program()
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl_ext.h872 clCreateProgramWithILKHR(
/aosp_15_r20/external/angle/include/CL/
H A Dcl_ext.h882 clCreateProgramWithILKHR(
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp869 #define __CREATE_PROGRAM_WITH_IL_ERR CL_HPP_ERR_STR_(clCreateProgramWithILKHR)
6425 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR); in Program()
6479 CL_HPP_INIT_CL_EXT_FCN_PTR_(clCreateProgramWithILKHR); in Program()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.0.0.rst2590 - clover: Implement clCreateProgramWithILKHR