Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
Dxa_context.c240 ctx->simple_copy = 0; in xa_copy_prepare()
242 ctx->simple_copy = 1; in xa_copy_prepare()
259 if (ctx->simple_copy) { in xa_copy()
274 if (!ctx->simple_copy) { in xa_copy_done()
Dxa_priv.h114 int simple_copy; member