Home
last modified time | relevance | path

Searched refs:handle_table_get (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c77 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 Dbuffer.c86 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 Dpostproc.c215 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 Dpicture.c55 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 Dimage.c243 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 Dsurface.c75 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 Dconfig.c399 config = handle_table_get(drv->htab, config_id); in vlVaDestroyConfig()
429 config = handle_table_get(drv->htab, config_id); in vlVaQueryConfigAttributes()
H A Dcontext.c240 config = handle_table_get(drv->htab, config_id); in vlVaCreateContext()
365 context = handle_table_get(drv->htab, context_id); in vlVaDestroyContext()
H A Dpicture_h264.c36 vlVaSurface *surf = handle_table_get(drv->htab, surface_id); in vlVaGetPastReferenceFrame()
H A Dpicture_hevc_enc.c54 coded_buf = handle_table_get(drv->htab, h265->coded_buf); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
H A Dpicture_h264_enc.c50 coded_buf = handle_table_get(drv->htab, h264->coded_buf); in vlVaHandleVAEncPictureParameterBufferTypeH264()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_handle_table.h90 handle_table_get(struct handle_table *ht,
H A Du_handle_table.c220 handle_table_get(struct handle_table *ht, in handle_table_get() function
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dhtab.c78 data = handle_table_get(htab, handle); in vlGetDataHTAB()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_device.h111 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()

Completed in 10 milliseconds