Searched refs:root_buffer (Results 1 - 10 of 10) sorted by relevance
/third_party/node/src/ |
H A D | node_http2_state.h | 88 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 D | node_http2.cc | 3176 tracker->TrackField("root_buffer", root_buffer); in MemoryInfo()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.cpp | 88 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 D | memory.hpp | 90 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 D | error.hpp | 46 class root_buffer; 145 class invalid_object_error<root_buffer> : public error {
|
H A D | printf.hpp | 56 std::unique_ptr<root_buffer> _buffer;
|
H A D | printf.cpp | 200 _buffer = std::unique_ptr<root_buffer>(new root_buffer(_q->context,
|
H A D | kernel.hpp | 255 std::map<device *, std::unique_ptr<root_buffer> > _constant_buffers;
|
H A D | kernel.cpp | 47 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 D | memory.cpp | 124 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