HomeSort by relevance Sort by last modified time
    Searched refs:_cl_mem (Results 1 - 3 of 3) 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...]

Completed in 62 milliseconds