Searched refs:CL_PROGRAM_BINARIES (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | program.cpp | 413 case CL_PROGRAM_BINARIES:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | program.cpp | 515 case CL_PROGRAM_BINARIES:
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.h | 651 #define CL_PROGRAM_BINARIES 0x1166 macro
|
| H A D | cl2.hpp | 943 // Specialized for getInfo<CL_PROGRAM_BINARIES> 948 if (name != CL_PROGRAM_BINARIES) { 1219 F(cl_program_info, CL_PROGRAM_BINARIES, cl::vector<cl::vector<unsigned char>>) \ 6564 // Template specialization for CL_PROGRAM_BINARIES 6568 if (name != CL_PROGRAM_BINARIES) { 6593 inline vector<vector<unsigned char>> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const 6597 cl_int result = getInfo(CL_PROGRAM_BINARIES, &binariesVectors);
|
| H A D | cl.hpp | 1220 // Specialized for getInfo<CL_PROGRAM_BINARIES> 1430 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \ 5473 inline VECTOR_CLASS<char *> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const 5485 cl_int result = getInfo(CL_PROGRAM_BINARIES, &binaries);
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 997 // Specialized for getInfo<CL_PROGRAM_BINARIES> 1002 if (name != CL_PROGRAM_BINARIES) { 1273 F(cl_program_info, CL_PROGRAM_BINARIES, cl::vector<cl::vector<unsigned char>>) \ 6898 // Template specialization for CL_PROGRAM_BINARIES 6902 if (name != CL_PROGRAM_BINARIES) { 6927 inline vector<vector<unsigned char>> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const 6931 cl_int result = getInfo(CL_PROGRAM_BINARIES, &binariesVectors);
|
| H A D | cl.h | 701 #define CL_PROGRAM_BINARIES 0x1166 macro
|
| H A D | cl.hpp | 1220 // Specialized for getInfo<CL_PROGRAM_BINARIES> 1430 F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \ 5473 inline VECTOR_CLASS<char *> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const 5485 cl_int result = getInfo(CL_PROGRAM_BINARIES, &binaries);
|
Completed in 71 milliseconds