Searched refs:handle_table_get (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/va/ |
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()
|
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() 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()
|
D | postproc.c | 144 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()
|
D | image.c | 213 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()
|
D | picture.c | 54 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()
|
D | surface.c | 74 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()
|
D | config.c | 309 config = handle_table_get(drv->htab, config_id); in vlVaDestroyConfig() 339 config = handle_table_get(drv->htab, config_id); in vlVaQueryConfigAttributes()
|
D | context.c | 223 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/ |
D | u_handle_table.h | 90 handle_table_get(struct handle_table *ht,
|
D | u_handle_table.c | 220 handle_table_get(struct handle_table *ht, in handle_table_get() function
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_device.h | 97 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc); in stw_lookup_context_locked()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | htab.c | 78 data = handle_table_get(htab, handle); in vlGetDataHTAB()
|