Home
last modified time | relevance | path

Searched refs:CL_INVALID_PROGRAM (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp117 return CL_INVALID_PROGRAM; in clRetainProgram()
126 return CL_INVALID_PROGRAM; in clReleaseProgram()
139 throw error(CL_INVALID_PROGRAM); in clBuildProgram()
171 return CL_INVALID_PROGRAM; in clGetProgramInfo()
227 return CL_INVALID_PROGRAM; in clGetProgramBuildInfo()
Dkernel.cpp33 throw error(CL_INVALID_PROGRAM); in clCreateKernel()
59 throw error(CL_INVALID_PROGRAM); in clCreateKernelsInProgram()
/external/mesa3d/include/CL/
Dcl.h129 #define CL_INVALID_PROGRAM -44 macro