Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_context.c192 struct pipe_surface srf_templ; in xa_ctx_srf_create() local
209 u_surface_default_template(&srf_templ, dst->tex); in xa_ctx_srf_create()
210 ctx->srf = ctx->pipe->create_surface(ctx->pipe, dst->tex, &srf_templ); in xa_ctx_srf_create()