| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 1267 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \ 1268 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ 1269 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \ 1270 F(cl_program_info, CL_PROGRAM_DEVICES, cl::vector<Device>) \ 1271 F(cl_program_info, CL_PROGRAM_SOURCE, string) \ 1272 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \ 1273 F(cl_program_info, CL_PROGRAM_BINARIES, cl::vector<cl::vector<unsigned char>>) \ 1316 F(cl_program_info, CL_PROGRAM_NUM_KERNELS, size_type) \ 1317 F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, string) \ 1367 F(cl_program_info, CL_PROGRAM_IL_KH [all...] |
| H A D | cl.hpp | 1424 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \ 1425 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ 1426 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \ 1427 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<Device>) \ 1428 F(cl_program_info, CL_PROGRAM_SOURCE, STRING_CLASS) \ 1429 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \ 1430 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \ 1482 F(cl_program_info, CL_PROGRAM_NUM_KERNELS, ::size_t) \ 1483 F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, STRING_CLASS) \ 5328 cl_int getInfo(cl_program_info nam [all...] |
| H A D | cl.h | 87 typedef cl_uint cl_program_info; typedef in typeref:typename:cl_uint 694 /* cl_program_info */ 1335 cl_program_info param_name,
|
| H A D | cl_icd.h | 347 cl_program program, cl_program_info param_name, size_t param_value_size,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | program.cpp | 376 clGetProgramInfo(cl_program d_prog, cl_program_info param,
|
| H A D | dispatch.hpp | 238 cl_program_info param_name,
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl2.hpp | 1213 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \ 1214 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ 1215 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \ 1216 F(cl_program_info, CL_PROGRAM_DEVICES, cl::vector<Device>) \ 1217 F(cl_program_info, CL_PROGRAM_SOURCE, string) \ 1218 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, cl::vector<size_type>) \ 1219 F(cl_program_info, CL_PROGRAM_BINARIES, cl::vector<cl::vector<unsigned char>>) \ 1262 F(cl_program_info, CL_PROGRAM_NUM_KERNELS, size_type) \ 1263 F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, string) \ 6367 cl_int getInfo(cl_program_info nam [all...] |
| H A D | cl.h | 98 typedef cl_uint cl_program_info; typedef in typeref:typename:cl_uint 644 /* cl_program_info */ 1208 cl_program_info param_name,
|
| H A D | cl.hpp | 1424 F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \ 1425 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ 1426 F(cl_program_info, CL_PROGRAM_NUM_DEVICES, cl_uint) \ 1427 F(cl_program_info, CL_PROGRAM_DEVICES, VECTOR_CLASS<Device>) \ 1428 F(cl_program_info, CL_PROGRAM_SOURCE, STRING_CLASS) \ 1429 F(cl_program_info, CL_PROGRAM_BINARY_SIZES, VECTOR_CLASS< ::size_t>) \ 1430 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \ 1482 F(cl_program_info, CL_PROGRAM_NUM_KERNELS, ::size_t) \ 1483 F(cl_program_info, CL_PROGRAM_KERNEL_NAMES, STRING_CLASS) \ 5328 cl_int getInfo(cl_program_info nam [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | program.cpp | 478 clGetProgramInfo(cl_program d_prog, cl_program_info param,
|