Searched defs:_cl_qcpool (Results 1 – 1 of 1) sorted by relevance
286 typedef struct _cl_qcpool { struct287 uint32_t num_components;288 size_t *component_sizes;289 void **p_components;290 size_t num_objects;291 size_t max_objects;292 size_t grow_size;293 cl_pfn_qcpool_init_t pfn_init;294 cl_pfn_qcpool_dtor_t pfn_dtor;295 const void *context;[all …]