Lines Matching defs:ReferenceHandler
1918 struct ReferenceHandler struct
1926 struct ReferenceHandler<cl_device_id> struct
1937 static cl_int retain(cl_device_id device) in retain()
1948 static cl_int release(cl_device_id device) in release()
1956 struct ReferenceHandler<cl_device_id> struct
1959 static cl_int retain(cl_device_id) in retain()
1962 static cl_int release(cl_device_id) in release()
1968 struct ReferenceHandler<cl_platform_id> struct
1971 static cl_int retain(cl_platform_id) in retain()
1974 static cl_int release(cl_platform_id) in release()
1979 struct ReferenceHandler<cl_context> struct
1981 static cl_int retain(cl_context context) in retain()
1983 static cl_int release(cl_context context) in release()
1988 struct ReferenceHandler<cl_command_queue> struct
1990 static cl_int retain(cl_command_queue queue) in retain()
1992 static cl_int release(cl_command_queue queue) in release()
1997 struct ReferenceHandler<cl_mem> struct
1999 static cl_int retain(cl_mem memory) in retain()
2001 static cl_int release(cl_mem memory) in release()
2006 struct ReferenceHandler<cl_sampler> struct
2008 static cl_int retain(cl_sampler sampler) in retain()
2010 static cl_int release(cl_sampler sampler) in release()
2015 struct ReferenceHandler<cl_program> struct
2017 static cl_int retain(cl_program program) in retain()
2019 static cl_int release(cl_program program) in release()
2024 struct ReferenceHandler<cl_kernel> struct
2026 static cl_int retain(cl_kernel kernel) in retain()
2028 static cl_int release(cl_kernel kernel) in release()
2033 struct ReferenceHandler<cl_event> struct
2035 static cl_int retain(cl_event event) in retain()
2037 static cl_int release(cl_event event) in release()
2043 struct ReferenceHandler<cl_semaphore_khr> struct
2045 static cl_int retain(cl_semaphore_khr semaphore) in retain()
2054 static cl_int release(cl_semaphore_khr semaphore) in release()
2066 struct ReferenceHandler<cl_command_buffer_khr> struct
2068 static cl_int retain(cl_command_buffer_khr cmdBufferKhr) in retain()
2076 static cl_int release(cl_command_buffer_khr cmdBufferKhr) in release()
2086 struct ReferenceHandler<cl_mutable_command_khr> struct
2089 static cl_int retain(cl_mutable_command_khr) in retain()
2092 static cl_int release(cl_mutable_command_khr) in release()