OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cl_mem
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/state_trackers/clover/core/
memory.hpp
34
typedef struct
_cl_mem
memory_obj;
40
struct
_cl_mem
: public clover::ref_counter {
struct in inherits:clover::ref_counter
42
_cl_mem
(clover::context &ctx, cl_mem_flags flags,
44
_cl_mem
(const
_cl_mem
&obj) = delete;
47
virtual ~
_cl_mem
();
memory.cpp
28
_cl_mem
::
_cl_mem
(clover::context &ctx, cl_mem_flags flags,
function in class:_cl_mem
37
_cl_mem
::~
_cl_mem
() {
42
_cl_mem
::destroy_notify(std::function<void ()> f) {
47
_cl_mem
::flags() const {
52
_cl_mem
::size() const {
57
_cl_mem
::host_ptr() const {
/external/mesa3d/include/CL/
cl.h
45
typedef struct
_cl_mem
* cl_mem;
[
all
...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h
43
typedef struct
_cl_mem
* cl_mem;
[
all
...]
/external/opencv3/modules/core/src/
ocl.cpp
200
struct
_cl_mem
{ int dummy; };
struct
210
typedef struct
_cl_mem
* cl_mem;
[
all
...]
Completed in 630 milliseconds