Home
last modified time | relevance | path

Searched refs:prealloc (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_mempool.c70 bool prealloc, bool owned) in panfrost_pool_init() argument
79 if (prealloc) in panfrost_pool_init()
Dpan_mempool.h85 size_t slab_size, const char *label, bool prealloc, bool
/third_party/mesa3d/src/asahi/lib/
Dpool.c51 unsigned create_flags, bool prealloc) in agx_pool_init() argument
58 if (prealloc) in agx_pool_init()
Dpool.h58 unsigned create_flags, bool prealloc);
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_mempool.c106 bool prealloc) in PAN_POOL_ALLOCATOR()
115 if (prealloc) in PAN_POOL_ALLOCATOR()
Dpanvk_mempool.h78 size_t slab_size, const char *label, bool prealloc);
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.h600 guint prealloc);
620 guint prealloc);
Dgststructure.c271 gst_structure_new_id_empty_with_size (GQuark quark, guint prealloc) in gst_structure_new_id_empty_with_size() argument
276 if (prealloc == 0) in gst_structure_new_id_empty_with_size()
277 prealloc = 1; in gst_structure_new_id_empty_with_size()
279 n_alloc = GST_ROUND_UP_8 (prealloc); in gst_structure_new_id_empty_with_size()
Dgstvalue.c266 _gst_value_list_new (guint prealloc) in _gst_value_list_new() argument
271 if (prealloc == 0) in _gst_value_list_new()
272 prealloc = 1; in _gst_value_list_new()
274 n_alloc = GST_ROUND_UP_8 (prealloc); in _gst_value_list_new()
285 _gst_value_list_init (GValue * value, guint prealloc) in _gst_value_list_init() argument
289 value->data[0].v_pointer = _gst_value_list_new (prealloc); in _gst_value_list_init()
305 gst_value_list_init (GValue * value, guint prealloc) in gst_value_list_init() argument
310 _gst_value_list_init (value, prealloc); in gst_value_list_init()
316 _gst_value_array_init (GValue * value, guint prealloc) in _gst_value_array_init() argument
320 value->data[0].v_pointer = _gst_value_list_new (prealloc); in _gst_value_array_init()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h324 void init_globals(val_set &s, bool prealloc);
Dsb_sched.cpp1103 void post_scheduler::init_globals(val_set &s, bool prealloc) { in init_globals() argument
1116 if (prealloc && v->is_fixed()) { in init_globals()
/third_party/python/Misc/
Dsvnmap.txt40191 46170 89b2ca51230723e2a8ea30d16442ae0a02c13690 rjones-prealloc
40192 46171 0a954f4e3e36a2acc9767bd0fd2110943ec10544 rjones-prealloc
40194 46175 6da31c49eb0a686361e1a565cb888f3745ba6c0d rjones-prealloc
/third_party/gstreamer/gstreamer/
DChangeLog69906 bufferpool: prealloc when unset flushing
69907 According to the design doc we need to prealloc buffers when we unset the
/third_party/gstreamer/gstplugins_base/
DChangeLog150879 …gst/tcp/gstmultifdsink.c: When asking g_value_array_new to prealloc elements, we may as well ask f…
150882 When asking g_value_array_new to prealloc elements, we may as well