/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | subpicture.c | 77 img = handle_table_get(drv->htab, image); in vlVaCreateSubpicture() 108 sub = handle_table_get(drv->htab, subpicture); in vlVaDestroySubpicture() 134 img = handle_table_get(drv->htab, image); in vlVaSubpictureImage() 140 sub = handle_table_get(drv->htab, subpicture); in vlVaSubpictureImage() 191 sub = handle_table_get(drv->htab, subpicture); in vlVaAssociateSubpicture() 198 surf = handle_table_get(drv->htab, target_surfaces[i]); in vlVaAssociateSubpicture() 238 surf = handle_table_get(drv->htab, target_surfaces[i]); in vlVaAssociateSubpicture() 261 sub = handle_table_get(drv->htab, subpicture); in vlVaDeassociateSubpicture() 268 surf = handle_table_get(drv->htab, target_surfaces[i]); in vlVaDeassociateSubpicture()
|
H A D | buffer.c | 86 buf = handle_table_get(drv->htab, buf_id); in vlVaBufferSetNumElements() 121 buf = handle_table_get(drv->htab, buf_id); in vlVaMapBuffer() 183 buf = handle_table_get(drv->htab, buf_id); in vlVaUnmapBuffer() 223 buf = handle_table_get(drv->htab, buf_id); in vlVaDestroyBuffer() 256 buf = handle_table_get(drv->htab, buf_id); in vlVaBufferInfo() 290 buf = handle_table_get(VL_VA_DRIVER(ctx)->htab, buf_id); in vlVaAcquireBufferHandle() 375 buf = handle_table_get(drv->htab, buf_id); in vlVaReleaseBufferHandle()
|
H A D | postproc.c | 215 surf = handle_table_get(drv->htab, context->target_id); in vlVaPostProcBlit() 319 prevprev = handle_table_get(drv->htab, param->forward_references[1]); in vlVaApplyDeint() 320 prev = handle_table_get(drv->htab, param->forward_references[0]); in vlVaApplyDeint() 321 next = handle_table_get(drv->htab, param->backward_references[0]); in vlVaApplyDeint() 375 src_surface = handle_table_get(drv->htab, param->surface); in vlVaHandleVAProcPipelineParameterBufferType() 376 dst_surface = handle_table_get(drv->htab, context->target_id); in vlVaHandleVAProcPipelineParameterBufferType() 395 surf = handle_table_get(drv->htab, context->target_id); in vlVaHandleVAProcPipelineParameterBufferType() 430 vlVaBuffer *buf = handle_table_get(drv->htab, param->filters[i]); in vlVaHandleVAProcPipelineParameterBufferType()
|
H A D | picture.c | 55 context = handle_table_get(drv->htab, context_id); in vlVaBeginPicture() 66 surf = handle_table_get(drv->htab, render_target); in vlVaBeginPicture() 110 vlVaSurface *surf = handle_table_get(drv->htab, surface_id); in vlVaGetReferenceFrame() 587 context = handle_table_get(drv->htab, context_id); in vlVaRenderPicture() 595 vlVaBuffer *buf = handle_table_get(drv->htab, buffers[i]); in vlVaRenderPicture() 606 vlVaBuffer *buf = handle_table_get(drv->htab, buffers[i]); in vlVaRenderPicture() 686 context = handle_table_get(drv->htab, context_id); in vlVaEndPicture() 700 surf = handle_table_get(drv->htab, context->target_id); in vlVaEndPicture()
|
H A D | image.c | 243 surf = handle_table_get(drv->htab, surface); in vlVaDeriveImage() 444 vaimage = handle_table_get(drv->htab, image); in vlVaDestroyImage() 486 surf = handle_table_get(drv->htab, surface); in vlVaGetImage() 492 vaimage = handle_table_get(drv->htab, image); in vlVaGetImage() 515 img_buf = handle_table_get(drv->htab, vaimage->buf); in vlVaGetImage() 629 surf = handle_table_get(drv->htab, surface); in vlVaPutImage() 635 vaimage = handle_table_get(drv->htab, image); in vlVaPutImage() 641 img_buf = handle_table_get(drv->htab, vaimage->buf); in vlVaPutImage()
|
H A D | surface.c | 75 vlVaSurface *surf = handle_table_get(drv->htab, surface_list[i]); in vlVaDestroySurfaces() 106 surf = handle_table_get(drv->htab, render_target); in vlVaSyncSurface() 119 context = handle_table_get(drv->htab, surf->ctx); in vlVaSyncSurface() 162 surf = handle_table_get(drv->htab, render_target); in vlVaQuerySurfaceStatus() 168 context = handle_table_get(drv->htab, surf->ctx); in vlVaQuerySurfaceStatus() 238 buf = handle_table_get(drv->htab, sub->image->buf); in vlVaPutSubpictures() 326 surf = handle_table_get(drv->htab, surface_id); in vlVaPutSurface() 448 config = handle_table_get(drv->htab, config_id); in vlVaQuerySurfaceAttributes() 1215 vlVaBuffer *buf = handle_table_get(VL_VA_DRIVER(ctx)->htab, filters[i]); in vlVaQueryVideoProcPipelineCaps() 1292 surf = handle_table_get(dr in vlVaExportSurfaceHandle() [all...] |
H A D | config.c | 399 config = handle_table_get(drv->htab, config_id); in vlVaDestroyConfig() 429 config = handle_table_get(drv->htab, config_id); in vlVaQueryConfigAttributes()
|
H A D | context.c | 240 config = handle_table_get(drv->htab, config_id); in vlVaCreateContext() 365 context = handle_table_get(drv->htab, context_id); in vlVaDestroyContext()
|
H A D | picture_h264.c | 36 vlVaSurface *surf = handle_table_get(drv->htab, surface_id); in vlVaGetPastReferenceFrame()
|
H A D | picture_hevc_enc.c | 54 coded_buf = handle_table_get(drv->htab, h265->coded_buf); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
|
H A D | picture_h264_enc.c | 50 coded_buf = handle_table_get(drv->htab, h264->coded_buf); in vlVaHandleVAEncPictureParameterBufferTypeH264()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_handle_table.h | 90 handle_table_get(struct handle_table *ht,
|
H A D | u_handle_table.c | 220 handle_table_get(struct handle_table *ht, in handle_table_get() function
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | htab.c | 78 data = handle_table_get(htab, handle); in vlGetDataHTAB()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_device.h | 111 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
|