Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c239 ctx->simple_copy = 0; in xa_copy_prepare()
241 ctx->simple_copy = 1; in xa_copy_prepare()
258 if (ctx->simple_copy) { in xa_copy()
273 if (!ctx->simple_copy) { in xa_copy_done()
Dxa_priv.h116 int simple_copy; member