Home
last modified time | relevance | path

Searched refs:unref_list (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c289 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file()
325 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file()
347 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file()
380 list_inithead(&exec.unref_list); in vc4_simulator_flush()
441 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec.unref_list, in vc4_simulator_flush()
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_drv.h45 struct list_head unref_list; member
Dvc4_gem.c111 &exec->unref_list); in vc4_get_bcl()
Dvc4_render_cl.c330 &exec->unref_list); in vc4_create_rcl_bo()
Dvc4_validate.c404 &exec->unref_list); in validate_tile_binning_config()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator.c287 list_for_each_entry_safe(struct drm_vc5_bo, bo, &exec->unref_list,
323 list_for_each_entry_safe(struct drm_vc5_bo, bo, &exec->unref_list,
345 list_for_each_entry_safe(struct drm_vc5_bo, bo, &exec->unref_list,
/external/libusb/libusb/os/
Dwindows_winusb.c1308 libusb_device **unref_list, **new_unref_list; in windows_get_device_list() local
1329 unref_list = calloc(unref_size, sizeof(libusb_device *)); in windows_get_device_list()
1330 if (unref_list == NULL) in windows_get_device_list()
1536 unref_list[unref_cur++] = dev; in windows_get_device_list()
1539 new_unref_list = usbi_reallocf(unref_list, unref_size * sizeof(libusb_device *)); in windows_get_device_list()
1544 unref_list = new_unref_list; in windows_get_device_list()
1647 safe_unref_device(unref_list[i]); in windows_get_device_list()
1648 free(unref_list); in windows_get_device_list()