Searched refs:clCreateProgramWithILKHR (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/ |
H A D | test_op_opaque.cpp | 45 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 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()
|
H A 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()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | kernelHelpers.cpp | 650 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 D | cl_ext.h | 127 clCreateProgramWithILKHR(cl_context context,
|
H A D | opencl.hpp | 6425 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 D | cl_ext.h | 615 clCreateProgramWithILKHR(cl_context context,
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | cl_ext.h | 615 clCreateProgramWithILKHR(cl_context context,
|
H A D | opencl.hpp | 6465 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 D | cl_ext.h | 872 clCreateProgramWithILKHR(
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl_ext.h | 882 clCreateProgramWithILKHR(
|
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/ |
H A D | opencl.hpp | 869 #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 D | 21.0.0.rst | 2590 - clover: Implement clCreateProgramWithILKHR
|