Searched refs:prealloc (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_mempool.c | 70 bool prealloc, bool owned) in panfrost_pool_init() argument 79 if (prealloc) in panfrost_pool_init()
|
D | pan_mempool.h | 85 size_t slab_size, const char *label, bool prealloc, bool
|
/third_party/mesa3d/src/asahi/lib/ |
D | pool.c | 51 unsigned create_flags, bool prealloc) in agx_pool_init() argument 58 if (prealloc) in agx_pool_init()
|
D | pool.h | 58 unsigned create_flags, bool prealloc);
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_mempool.c | 106 bool prealloc) in PAN_POOL_ALLOCATOR() 115 if (prealloc) in PAN_POOL_ALLOCATOR()
|
D | panvk_mempool.h | 78 size_t slab_size, const char *label, bool prealloc);
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.h | 600 guint prealloc); 620 guint prealloc);
|
D | gststructure.c | 271 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()
|
D | gstvalue.c | 266 _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/ |
D | sb_sched.h | 324 void init_globals(val_set &s, bool prealloc);
|
D | sb_sched.cpp | 1103 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/ |
D | svnmap.txt | 40191 46170 89b2ca51230723e2a8ea30d16442ae0a02c13690 rjones-prealloc 40192 46171 0a954f4e3e36a2acc9767bd0fd2110943ec10544 rjones-prealloc 40194 46175 6da31c49eb0a686361e1a565cb888f3745ba6c0d rjones-prealloc
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 69906 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/ |
D | ChangeLog | 150879 …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
|