Home
last modified time | relevance | path

Searched defs:prealloc (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_mempool.c70 bool prealloc, bool owned) in panfrost_pool_init()
/third_party/mesa3d/src/asahi/lib/
Dpool.c51 unsigned create_flags, bool prealloc) in agx_pool_init()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c266 _gst_value_list_new (guint prealloc) in _gst_value_list_new()
285 _gst_value_list_init (GValue * value, guint prealloc) in _gst_value_list_init()
305 gst_value_list_init (GValue * value, guint prealloc) in gst_value_list_init()
316 _gst_value_array_init (GValue * value, guint prealloc) in _gst_value_array_init()
336 gst_value_array_init (GValue * value, guint prealloc) in gst_value_array_init()
Dgststructure.c271 gst_structure_new_id_empty_with_size (GQuark quark, guint prealloc) in gst_structure_new_id_empty_with_size()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp1103 void post_scheduler::init_globals(val_set &s, bool prealloc) { in init_globals()