Searched refs:htab (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dhtab.c32 static struct handle_table *htab = NULL; variable in typeref:struct:handle_table *
42 if (!htab)
43 htab = handle_table_create();
44 ret = htab != NULL;
52 if (htab && !handle_table_get_first_handle(htab)) {
53 handle_table_destroy(htab);
54 htab = NULL;
65 if (htab)
66 handle = handle_table_add(htab, dat
[all...]
H A DMakefile.sources6 htab.c \
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dhtab.c32 static struct handle_table *htab = NULL; variable in typeref:struct:handle_table *
42 if (!htab)
43 htab = handle_table_create();
44 ret = htab != NULL;
52 if (htab && !handle_table_get_first_handle(htab)) {
53 handle_table_destroy(htab);
54 htab = NULL;
65 if (htab)
66 handle = handle_table_add(htab, dat
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dsubpicture.c77 img = handle_table_get(drv->htab, image);
90 *subpicture = handle_table_add(VL_VA_DRIVER(ctx)->htab, sub);
108 sub = handle_table_get(drv->htab, subpicture);
115 handle_table_remove(drv->htab, subpicture);
134 img = handle_table_get(drv->htab, image);
140 sub = handle_table_get(drv->htab, subpicture);
191 sub = handle_table_get(drv->htab, subpicture);
198 surf = handle_table_get(drv->htab, target_surfaces[i]);
238 surf = handle_table_get(drv->htab, target_surfaces[i]);
261 sub = handle_table_get(drv->htab, subpictur
[all...]
H A Dbuffer.c68 *buf_id = handle_table_add(drv->htab, buf);
86 buf = handle_table_get(drv->htab, buf_id);
121 buf = handle_table_get(drv->htab, buf_id);
170 buf = handle_table_get(drv->htab, buf_id);
201 buf = handle_table_get(drv->htab, buf_id);
212 handle_table_remove(VL_VA_DRIVER(ctx)->htab, buf_id);
230 buf = handle_table_get(drv->htab, buf_id);
264 buf = handle_table_get(VL_VA_DRIVER(ctx)->htab, buf_id);
349 buf = handle_table_get(drv->htab, buf_id);
H A Dcontext.c159 drv->htab = handle_table_create();
160 if (!drv->htab)
199 handle_table_destroy(drv->htab);
227 config = handle_table_get(drv->htab, config_id);
318 *context_id = handle_table_add(drv->htab, context);
335 context = handle_table_get(drv->htab, context_id);
374 handle_table_remove(drv->htab, context_id);
393 handle_table_destroy(drv->htab);
H A Dconfig.c219 *config_id = handle_table_add(drv->htab, config);
288 *config_id = handle_table_add(drv->htab, config);
309 config = handle_table_get(drv->htab, config_id);
317 handle_table_remove(drv->htab, config_id);
339 config = handle_table_get(drv->htab, config_id);
H A Dimage.c120 img->image_id = handle_table_add(drv->htab, img);
221 surf = handle_table_get(drv->htab, surface);
295 img->image_id = handle_table_add(drv->htab, img);
303 img->buf = handle_table_add(VL_VA_DRIVER(ctx)->htab, img_buf);
323 vaimage = handle_table_get(drv->htab, image);
329 handle_table_remove(VL_VA_DRIVER(ctx)->htab, image);
365 surf = handle_table_get(drv->htab, surface);
371 vaimage = handle_table_get(drv->htab, image);
394 img_buf = handle_table_get(drv->htab, vaimage->buf);
501 surf = handle_table_get(drv->htab, surfac
[all...]
H A Dpostproc.c145 surf = handle_table_get(drv->htab, context->target_id);
249 prevprev = handle_table_get(drv->htab, param->forward_references[1]);
250 prev = handle_table_get(drv->htab, param->forward_references[0]);
251 next = handle_table_get(drv->htab, param->backward_references[0]);
304 src_surface = handle_table_get(drv->htab, param->surface);
305 dst_surface = handle_table_get(drv->htab, context->target_id);
313 vlVaBuffer *buf = handle_table_get(drv->htab, param->filters[i]);
H A Dpicture.c54 context = handle_table_get(drv->htab, context_id);
65 surf = handle_table_get(drv->htab, render_target);
100 vlVaSurface *surf = handle_table_get(drv->htab, surface_id);
479 context = handle_table_get(drv->htab, context_id);
486 vlVaBuffer *buf = handle_table_get(drv->htab, buffers[i]);
562 context = handle_table_get(drv->htab, context_id);
576 surf = handle_table_get(drv->htab, context->target_id);
H A Dsurface.c75 vlVaSurface *surf = handle_table_get(drv->htab, surface_list[i]);
84 handle_table_remove(drv->htab, surface_list[i]);
106 surf = handle_table_get(drv->htab, render_target);
119 context = handle_table_get(drv->htab, surf->ctx);
162 surf = handle_table_get(drv->htab, render_target);
168 context = handle_table_get(drv->htab, surf->ctx);
238 buf = handle_table_get(drv->htab, sub->image->buf);
326 surf = handle_table_get(drv->htab, surface_id);
448 config = handle_table_get(drv->htab, config_id);
824 surfaces[i] = handle_table_add(drv->htab, sur
[all...]
H A Dpicture_h264_enc.c49 coded_buf = handle_table_get(drv->htab, h264->coded_buf);
H A Dpicture_hevc_enc.c46 coded_buf = handle_table_get(drv->htab, h265->coded_buf);
H A Dva_private.h247 struct handle_table *htab; member in struct:__anond829593e0108
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dsubpicture.c77 img = handle_table_get(drv->htab, image);
90 *subpicture = handle_table_add(VL_VA_DRIVER(ctx)->htab, sub);
108 sub = handle_table_get(drv->htab, subpicture);
115 handle_table_remove(drv->htab, subpicture);
134 img = handle_table_get(drv->htab, image);
140 sub = handle_table_get(drv->htab, subpicture);
191 sub = handle_table_get(drv->htab, subpicture);
198 surf = handle_table_get(drv->htab, target_surfaces[i]);
238 surf = handle_table_get(drv->htab, target_surfaces[i]);
261 sub = handle_table_get(drv->htab, subpictur
[all...]
H A Dbuffer.c68 *buf_id = handle_table_add(drv->htab, buf);
86 buf = handle_table_get(drv->htab, buf_id);
121 buf = handle_table_get(drv->htab, buf_id);
170 buf = handle_table_get(drv->htab, buf_id);
201 buf = handle_table_get(drv->htab, buf_id);
216 handle_table_remove(VL_VA_DRIVER(ctx)->htab, buf_id);
234 buf = handle_table_get(drv->htab, buf_id);
268 buf = handle_table_get(VL_VA_DRIVER(ctx)->htab, buf_id);
353 buf = handle_table_get(drv->htab, buf_id);
H A Dcontext.c158 drv->htab = handle_table_create();
159 if (!drv->htab)
198 handle_table_destroy(drv->htab);
227 config = handle_table_get(drv->htab, config_id);
332 *context_id = handle_table_add(drv->htab, context);
349 context = handle_table_get(drv->htab, context_id);
388 handle_table_remove(drv->htab, context_id);
407 handle_table_destroy(drv->htab);
H A Dpostproc.c144 surf = handle_table_get(drv->htab, context->target_id);
248 prevprev = handle_table_get(drv->htab, param->forward_references[1]);
249 prev = handle_table_get(drv->htab, param->forward_references[0]);
250 next = handle_table_get(drv->htab, param->backward_references[0]);
303 src_surface = handle_table_get(drv->htab, param->surface);
304 dst_surface = handle_table_get(drv->htab, context->target_id);
327 vlVaBuffer *buf = handle_table_get(drv->htab, param->filters[i]);
H A Dconfig.c257 *config_id = handle_table_add(drv->htab, config);
347 *config_id = handle_table_add(drv->htab, config);
368 config = handle_table_get(drv->htab, config_id);
376 handle_table_remove(drv->htab, config_id);
398 config = handle_table_get(drv->htab, config_id);
H A Dimage.c122 img->image_id = handle_table_add(drv->htab, img);
239 surf = handle_table_get(drv->htab, surface);
371 img->image_id = handle_table_add(drv->htab, img);
380 img->buf = handle_table_add(VL_VA_DRIVER(ctx)->htab, img_buf);
405 vaimage = handle_table_get(drv->htab, image);
411 handle_table_remove(VL_VA_DRIVER(ctx)->htab, image);
447 surf = handle_table_get(drv->htab, surface);
453 vaimage = handle_table_get(drv->htab, image);
476 img_buf = handle_table_get(drv->htab, vaimage->buf);
590 surf = handle_table_get(drv->htab, surfac
[all...]
H A Dsurface.c75 vlVaSurface *surf = handle_table_get(drv->htab, surface_list[i]);
84 handle_table_remove(drv->htab, surface_list[i]);
106 surf = handle_table_get(drv->htab, render_target);
119 context = handle_table_get(drv->htab, surf->ctx);
162 surf = handle_table_get(drv->htab, render_target);
168 context = handle_table_get(drv->htab, surf->ctx);
238 buf = handle_table_get(drv->htab, sub->image->buf);
326 surf = handle_table_get(drv->htab, surface_id);
448 config = handle_table_get(drv->htab, config_id);
1025 surfaces[i] = handle_table_add(drv->htab, sur
[all...]
H A Dpicture.c55 context = handle_table_get(drv->htab, context_id);
66 surf = handle_table_get(drv->htab, render_target);
102 vlVaSurface *surf = handle_table_get(drv->htab, surface_id);
574 context = handle_table_get(drv->htab, context_id);
582 vlVaBuffer *buf = handle_table_get(drv->htab, buffers[i]);
593 vlVaBuffer *buf = handle_table_get(drv->htab, buffers[i]);
673 context = handle_table_get(drv->htab, context_id);
687 surf = handle_table_get(drv->htab, context->target_id);
H A Dpicture_h264_enc.c49 coded_buf = handle_table_get(drv->htab, h264->coded_buf);
H A Dpicture_hevc_enc.c55 coded_buf = handle_table_get(drv->htab, h265->coded_buf);
H A Dva_private.h249 struct handle_table *htab; member in struct:__anona9630b050108

Completed in 23 milliseconds