Searched refs:has_txf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_blitter.c141 bool has_txf; member in struct:blitter_context_priv
205 ctx->has_txf = pipe->screen->get_param(pipe->screen,
1145 for (use_txf = 0; use_txf <= ctx->has_txf; use_txf++) {
1856 if (ctx->has_txf &&
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blitter.c151 bool has_txf; member in struct:blitter_context_priv
215 ctx->has_txf = pipe->screen->get_param(pipe->screen,
1236 for (use_txf = 0; use_txf <= ctx->has_txf; use_txf++) {
1960 if (ctx->has_txf &&

Completed in 9 milliseconds