| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_hash_table.h | 64 util_hash_table_set(struct util_hash_table *ht,
|
| H A D | u_debug_refcnt.c | 112 util_hash_table_set(serials_hash, p, (void *) (uintptr_t) serial);
|
| H A D | u_debug_flush.c | 302 if (util_hash_table_set(fctx->ref_hash, fbuf, item) != PIPE_OK) {
|
| H A D | u_debug_stack.c | 95 util_hash_table_set(symbols_hash, addr, (void*)name);
|
| H A D | u_debug_symbol.c | 314 util_hash_table_set(symbols_hash, (void*)addr, (void*)name);
|
| H A D | u_hash_table.c | 142 util_hash_table_set(struct util_hash_table *ht, function in typeref:enum:pipe_error
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_bo.c | 191 util_hash_table_set(screen->bo_flink_names, 200 util_hash_table_set(screen->bo_handles, 213 util_hash_table_set(screen->bo_handles, 311 util_hash_table_set(screen->bo_flink_names, 313 util_hash_table_set(screen->bo_handles,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/freedreno/drm/ |
| H A D | freedreno_drm_winsys.c | 111 util_hash_table_set(fd_tab, intptr_to_pointer(fd), pscreen);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/lima/drm/ |
| H A D | lima_drm_winsys.c | 104 util_hash_table_set(fd_tab, intptr_to_pointer(dup_fd), pscreen);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/etnaviv/drm/ |
| H A D | etnaviv_drm_winsys.c | 137 util_hash_table_set(etna_tab, intptr_to_pointer(fd), pscreen);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/nouveau/drm/ |
| H A D | nouveau_drm_winsys.c | 144 util_hash_table_set(fd_tab, intptr_to_pointer(dupfd), screen);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen.c | 110 if (util_hash_table_set(dev_hash, &vws->device, vws) != PIPE_OK)
|
| H A D | vmw_context.c | 386 (void)util_hash_table_set(vswc->hash, pb_buf, pb_buf); 521 (void) util_hash_table_set(vswc->hash, vsurf, isrf); 609 (void) util_hash_table_set(vswc->hash, vshader, ishader);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_bo.c | 728 util_hash_table_set(rws->bo_vas, (void*)(uintptr_t)bo->va, bo); 1045 util_hash_table_set(ws->bo_handles, (void*)(uintptr_t)bo->handle, bo); 1092 util_hash_table_set(ws->bo_handles, (void*)(uintptr_t)bo->handle, bo); 1126 util_hash_table_set(ws->bo_vas, (void*)(uintptr_t)bo->va, bo); 1228 util_hash_table_set(ws->bo_names, (void*)(uintptr_t)bo->flink_name, bo); 1230 util_hash_table_set(ws->bo_handles, (void*)(uintptr_t)bo->handle, bo); 1270 util_hash_table_set(ws->bo_vas, (void*)(uintptr_t)bo->va, bo); 1316 util_hash_table_set(ws->bo_names, (void*)(uintptr_t)bo->flink_name, bo);
|
| H A D | radeon_drm_winsys.c | 949 util_hash_table_set(fd_tab, intptr_to_pointer(ws->fd), ws);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | iunknown.c | 227 err = util_hash_table_set(This->pdata, &header->guid, header);
|
| H A D | nine_ff.c | 1698 err = util_hash_table_set(device->ff.ht_vs, &vs->ff_key, vs); 1850 err = util_hash_table_set(device->ff.ht_ps, &ps->ff_key, ps);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.c | 462 util_hash_table_set(qdws->bo_names, (void *)(uintptr_t)res->flink_name, res); 463 util_hash_table_set(qdws->bo_handles, (void *)(uintptr_t)res->bo_handle, res); 492 util_hash_table_set(qdws->bo_names, (void *)(uintptr_t)res->flink_name, res); 502 util_hash_table_set(qdws->bo_handles, (void *)(uintptr_t)res->bo_handle, res); 1113 util_hash_table_set(fd_tab, intptr_to_pointer(dup_fd), pscreen);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_bufmgr.c | 375 util_hash_table_set(screen->bo_handles, (void *)(uintptr_t)handle, bo); 436 util_hash_table_set(bo->screen->bo_handles, (void *)(uintptr_t)bo->handle, bo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.c | 416 util_hash_table_set(screen->bo_handles, (void *)(uintptr_t)handle, bo); 474 util_hash_table_set(bo->screen->bo_handles, (void *)(uintptr_t)bo->handle, bo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | picture_h264_enc.c | 55 util_hash_table_set(context->desc.h264enc.frame_idx,
|
| H A D | picture_hevc_enc.c | 76 util_hash_table_set(context->desc.h265enc.frame_idx,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.c | 417 util_hash_table_set(dev_tab, dev, ws);
|
| H A D | amdgpu_bo.c | 1505 util_hash_table_set(ws->bo_export_table, bo->bo, bo); 1555 util_hash_table_set(ws->bo_export_table, bo->bo, bo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/ |
| H A D | h264dprc.c | 232 util_hash_table_set(priv->video_buffer_map, priv->p_outhdr_, video_buffer);
|