Home
last modified time | relevance | path

Searched refs:cl_program_info (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp1273 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
1274 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \
1275 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \
1276 F(cl_program_info, CL_PROGRAM_DEVICES, cl::vector<Device>) \
1277 F(cl_program_info, CL_PROGRAM_SOURCE, string) \
1278 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \
1279 F(cl_program_info, CL_PROGRAM_BINARIES, cl::vector<cl::vector<unsigned char>>) \
1322 F(cl_program_info, CL_PROGRAM_NUM_KERNELS, size_type) \
1323 F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, string) \
1388 F(cl_program_info, CL_PROGRAM_IL_KHR, cl::vector<unsigned char>)
[all …]
Dcl.h87 typedef cl_uint cl_program_info; typedef
1344 cl_program_info param_name,
Dcl.hpp1415 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
1416 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \
1417 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \
1418 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<Device>) \
1419 F(cl_program_info, CL_PROGRAM_SOURCE, STRING_CLASS) \
1420 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \
1421 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \
1473 F(cl_program_info, CL_PROGRAM_NUM_KERNELS, ::size_t) \
1474 F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, STRING_CLASS) \
5323 cl_int getInfo(cl_program_info name, T* param) const in getInfo()
[all …]
Dcl_icd.h347 cl_program program, cl_program_info param_name, size_t param_value_size,