OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_cl_mem
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/state_trackers/clover/core/
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 {
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
();
/external/opencv3/modules/core/src/
ocl.cpp
200
struct
_cl_mem
{ int dummy; };
struct
210
typedef struct
_cl_mem
* cl_mem;
[
all
...]
Completed in 89 milliseconds