Home
last modified time | relevance | path

Searched refs:xa_ctx_srf_create (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c188 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst) in xa_ctx_srf_create() function
233 int ret = xa_ctx_srf_create(ctx, dst); in xa_copy_prepare()
303 ret = xa_ctx_srf_create(ctx, dst); in xa_solid_prepare()
Dxa_yuv.c130 ret = xa_ctx_srf_create(r, dst); in xa_yuv_planar_blit()
Dxa_priv.h243 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
Dxa_composite.c482 ret = xa_ctx_srf_create(ctx, dst_srf); in xa_composite_prepare()