Searched refs:handle_table_remove (Results 1 – 13 of 13) sorted by relevance
/external/libdrm/amdgpu/ |
D | handle_table.h | 37 drm_private void handle_table_remove(struct handle_table *table, uint32_t key);
|
D | handle_table.c | 53 drm_private void handle_table_remove(struct handle_table *table, uint32_t key) in handle_table_remove() function
|
D | amdgpu_bo.c | 398 handle_table_remove(&dev->bo_handles, bo->handle); in amdgpu_bo_free() 401 handle_table_remove(&dev->bo_flink_names, in amdgpu_bo_free()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_handle_table.h | 95 handle_table_remove(struct handle_table *ht,
|
D | u_handle_table.c | 237 handle_table_remove(struct handle_table *ht, in handle_table_remove() function
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | htab.c | 87 handle_table_remove(htab, handle); in vlRemoveDataHTAB()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 115 handle_table_remove(drv->htab, subpicture); in vlVaDestroySubpicture()
|
D | config.c | 336 handle_table_remove(drv->htab, config_id); in vlVaDestroyConfig()
|
D | buffer.c | 216 handle_table_remove(VL_VA_DRIVER(ctx)->htab, buf_id); in vlVaDestroyBuffer()
|
D | context.c | 371 handle_table_remove(drv->htab, context_id); in vlVaDestroyContext()
|
D | image.c | 407 handle_table_remove(VL_VA_DRIVER(ctx)->htab, image); in vlVaDestroyImage()
|
D | surface.c | 84 handle_table_remove(drv->htab, surface_list[i]); in vlVaDestroySurfaces()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_context.c | 340 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()
|