Home
last modified time | relevance | path

Searched refs:root_buffer (Results 1 - 10 of 10) sorted by relevance

/third_party/node/src/
H A Dnode_http2_state.h88 root_buffer(realm->isolate(), sizeof(http2_state_internal)), in Http2State()
93 root_buffer), in Http2State()
97 root_buffer), in Http2State()
101 root_buffer), in Http2State()
106 root_buffer), in Http2State()
110 root_buffer), in Http2State()
114 root_buffer) {} in Http2State()
116 AliasedUint8Array root_buffer; member in node::http2::Http2State
H A Dnode_http2.cc3176 tracker->TrackField("root_buffer", root_buffer); in MemoryInfo()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp88 root_buffer::root_buffer(clover::context &ctx, in root_buffer() function in root_buffer
96 root_buffer::resource_in(command_queue &q) { in resource_in()
105 root_buffer::resource_undef(command_queue &q) { in resource_undef()
110 root_buffer::resource(command_queue &q, const void *data_ptr) { in resource()
128 root_buffer::resource_out(command_queue &q) { in resource_out()
133 sub_buffer::sub_buffer(root_buffer &parent, cl_mem_flags flags, in sub_buffer()
H A Dmemory.hpp90 class root_buffer : public buffer { class
92 root_buffer(clover::context &ctx,
115 sub_buffer(root_buffer &parent, cl_mem_flags flags,
126 const intrusive_ref<root_buffer> parent;
H A Derror.hpp46 class root_buffer;
145 class invalid_object_error<root_buffer> : public error {
H A Dprintf.hpp56 std::unique_ptr<root_buffer> _buffer;
H A Dprintf.cpp200 _buffer = std::unique_ptr<root_buffer>(new root_buffer(_q->context,
H A Dkernel.hpp255 std::map<device *, std::unique_ptr<root_buffer> > _constant_buffers;
H A Dkernel.cpp47 auto rb = std::make_unique<root_buffer>(prog.context(), std::vector<cl_mem_properties>(), in kernel()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dmemory.cpp124 return new root_buffer(ctx, properties, flags, size, host_ptr); in clCreateBufferWithProperties()
142 auto &parent = obj<root_buffer>(d_mem); in clCreateSubBuffer()

Completed in 11 milliseconds