Home
last modified time | relevance | path

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

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