Home
last modified time | relevance | path

Searched refs:handle_table_get (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
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()
Dbuffer.c86 buf = handle_table_get(drv->htab, buf_id); in vlVaBufferSetNumElements()
121 buf = handle_table_get(drv->htab, buf_id); in vlVaMapBuffer()
170 buf = handle_table_get(drv->htab, buf_id); in vlVaUnmapBuffer()
201 buf = handle_table_get(drv->htab, buf_id); in vlVaDestroyBuffer()
230 buf = handle_table_get(drv->htab, buf_id); in vlVaBufferInfo()
264 buf = handle_table_get(VL_VA_DRIVER(ctx)->htab, buf_id); in vlVaAcquireBufferHandle()
349 buf = handle_table_get(drv->htab, buf_id); in vlVaReleaseBufferHandle()
Dpostproc.c144 surf = handle_table_get(drv->htab, context->target_id); in vlVaPostProcBlit()
244 prevprev = handle_table_get(drv->htab, param->forward_references[1]); in vlVaApplyDeint()
245 prev = handle_table_get(drv->htab, param->forward_references[0]); in vlVaApplyDeint()
246 next = handle_table_get(drv->htab, param->backward_references[0]); in vlVaApplyDeint()
299 src_surface = handle_table_get(drv->htab, param->surface); in vlVaHandleVAProcPipelineParameterBufferType()
300 dst_surface = handle_table_get(drv->htab, context->target_id); in vlVaHandleVAProcPipelineParameterBufferType()
308 vlVaBuffer *buf = handle_table_get(drv->htab, param->filters[i]); in vlVaHandleVAProcPipelineParameterBufferType()
Dimage.c213 surf = handle_table_get(drv->htab, surface); in vlVaDeriveImage()
302 vaimage = handle_table_get(drv->htab, image); in vlVaDestroyImage()
344 surf = handle_table_get(drv->htab, surface); in vlVaGetImage()
350 vaimage = handle_table_get(drv->htab, image); in vlVaGetImage()
356 img_buf = handle_table_get(drv->htab, vaimage->buf); in vlVaGetImage()
455 surf = handle_table_get(drv->htab, surface); in vlVaPutImage()
461 vaimage = handle_table_get(drv->htab, image); in vlVaPutImage()
467 img_buf = handle_table_get(drv->htab, vaimage->buf); in vlVaPutImage()
Dpicture.c54 context = handle_table_get(drv->htab, context_id); in vlVaBeginPicture()
65 surf = handle_table_get(drv->htab, render_target); in vlVaBeginPicture()
100 vlVaSurface *surf = handle_table_get(drv->htab, surface_id); in vlVaGetReferenceFrame()
448 coded_buf = handle_table_get(drv->htab, h264->coded_buf); in handleVAEncPictureParameterBufferType()
527 context = handle_table_get(drv->htab, context_id); in vlVaRenderPicture()
534 vlVaBuffer *buf = handle_table_get(drv->htab, buffers[i]); in vlVaRenderPicture()
610 context = handle_table_get(drv->htab, context_id); in vlVaEndPicture()
624 surf = handle_table_get(drv->htab, context->target_id); in vlVaEndPicture()
Dsurface.c74 vlVaSurface *surf = handle_table_get(drv->htab, surface_list[i]); in vlVaDestroySurfaces()
105 surf = handle_table_get(drv->htab, render_target); in vlVaSyncSurface()
118 context = handle_table_get(drv->htab, surf->ctx); in vlVaSyncSurface()
204 buf = handle_table_get(drv->htab, sub->image->buf); in vlVaPutSubpictures()
292 surf = handle_table_get(drv->htab, surface_id); in vlVaPutSurface()
414 config = handle_table_get(drv->htab, config_id); in vlVaQuerySurfaceAttributes()
902 vlVaBuffer *buf = handle_table_get(VL_VA_DRIVER(ctx)->htab, filters[i]); in vlVaQueryVideoProcPipelineCaps()
953 surf = handle_table_get(drv->htab, surface_id); in vlVaExportSurfaceHandle()
Dconfig.c309 config = handle_table_get(drv->htab, config_id); in vlVaDestroyConfig()
339 config = handle_table_get(drv->htab, config_id); in vlVaQueryConfigAttributes()
Dcontext.c223 config = handle_table_get(drv->htab, config_id); in vlVaCreateContext()
315 context = handle_table_get(drv->htab, context_id); in vlVaDestroyContext()
/external/mesa3d/src/gallium/auxiliary/util/
Du_handle_table.h90 handle_table_get(struct handle_table *ht,
Du_handle_table.c220 handle_table_get(struct handle_table *ht, in handle_table_get() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_device.h97 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dhtab.c78 data = handle_table_get(htab, handle); in vlGetDataHTAB()