Searched refs:unref_list (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 289 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/ |
D | vc4_drv.h | 45 struct list_head unref_list; member
|
D | vc4_gem.c | 111 &exec->unref_list); in vc4_get_bcl()
|
D | vc4_render_cl.c | 330 &exec->unref_list); in vc4_create_rcl_bo()
|
D | vc4_validate.c | 404 &exec->unref_list); in validate_tile_binning_config()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_simulator.c | 287 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/ |
D | windows_winusb.c | 1308 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()
|