Searched refs:clCreateProgramWithIL (Results 1 – 21 of 21) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_opaque.cpp | 35 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in TEST_SPIRV_FUNC()
|
D | test_linkage.cpp | 38 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in test_linkage_compile()
|
D | main.cpp | 161 prog = clCreateProgramWithIL(context, buffer, file_bytes, &err); in get_program_with_il()
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.map | 136 clCreateProgramWithIL;
|
D | libOpenCL_autogen.cpp | 1062 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context, in clCreateProgramWithIL() function 1067 return cl::GetDispatch().clCreateProgramWithIL(context, il, length, errcode_ret); in clCreateProgramWithIL()
|
/external/angle/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 180 cl::clCreateProgramWithIL,
|
D | proc_table_cl_autogen.cpp | 135 {"clCreateProgramWithIL", P(::cl::clCreateProgramWithIL)}, in GetProcTable()
|
D | entry_points_cl_autogen.h | 561 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context,
|
D | entry_points_cl_autogen.cpp | 2199 cl_program CL_API_CALL clCreateProgramWithIL(cl_context context, in clCreateProgramWithIL() function
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_unload_platform_compiler.cpp | 278 m_CreateProgramWithIL = clCreateProgramWithIL; 354 using CreateProgramWithIL_fn = decltype(&clCreateProgramWithIL);
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 269 mNative->getDispatch().clCreateProgramWithIL(mNative, il, length, &errorCode); in createProgramWithIL()
|
D | CLPlatformCL.cpp | 285 mNative->getDispatch().clCreateProgramWithIL == nullptr || in createInfo()
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/ |
D | device_cl_12.c | 772 program = clCreateProgramWithIL(runtime->cl.context, in skc_device_build_program()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_consistency.cpp | 963 clCreateProgramWithIL(context, &bogus, sizeof(bogus), &error); in test_consistency_il_programs()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1260 clCreateProgramWithIL(cl_context context,
|
D | cl_icd.h | 1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
|
D | cl2.hpp | 866 #define __CREATE_PROGRAM_WITH_IL_ERR CL_HPP_ERR_STR_(clCreateProgramWithIL) 870 #define __CREATE_PROGRAM_WITH_IL_ERR CL_HPP_ERR_STR_(clCreateProgramWithIL) 6331 object_ = ::clCreateProgramWithIL( in Program() 6385 object_ = ::clCreateProgramWithIL(
|
/external/angle/include/CL/ |
D | cl_icd.h | 1272 cl_api_clCreateProgramWithIL clCreateProgramWithIL; member
|
D | cl.h | 1262 clCreateProgramWithIL(cl_context context,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1262 clCreateProgramWithIL(cl_context context,
|
/external/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 620 *outProgram = clCreateProgramWithIL(context, &modifiedKernelBuf[0], in create_single_kernel_helper_create_program_offline()
|