Home
last modified time | relevance | path

Searched defs:_cl_mem (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.hpp40 struct _cl_mem : public clover::ref_counter { struct
57 clover::context &ctx;
60 cl_mem_flags __flags;
61 size_t __size;
62 void *__host_ptr;
63 std::function<void ()> __destroy_notify;
66 std::string data;
Dmemory.cpp28 _cl_mem::_cl_mem(clover::context &ctx, cl_mem_flags flags, in _cl_mem() function in _cl_mem