Searched defs:_cl_mem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp28 _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 {
H A Dmemory.hpp34 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/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp28 _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 {
H A Dmemory.hpp34 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();

Completed in 405 milliseconds