Home
last modified time | relevance | path

Searched refs:children_array (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c306 (struct vg_image **)img->parent->children_array->data; in image_destroy()
308 for (idx = 0; idx < img->parent->children_array->num_elements; ++idx) { in image_destroy()
314 debug_assert(idx < img->parent->children_array->num_elements); in image_destroy()
315 array_remove_element(img->parent->children_array, idx); in image_destroy()
318 if (img->children_array && img->children_array->num_elements) { in image_destroy()
323 (struct vg_image **)img->children_array->data; in image_destroy()
328 for (i = 1; i < img->children_array->num_elements; ++i) { in image_destroy()
336 for (i = 0; i < img->children_array->num_elements; ++i) { in image_destroy()
340 if (!parent->children_array) { in image_destroy()
341 parent->children_array = array_create( in image_destroy()
[all …]
Dimage.h49 struct array *children_array; member