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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c183 int freeSampler; /** an available sampler for the pstipple */ member in struct:pstip_transform_context
272 pctx->freeSampler = free_bit(pctx->samplersUsed);
273 if (pctx->freeSampler < 0 || pctx->freeSampler >= PIPE_MAX_SAMPLERS)
274 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
300 sampIdx = pctx->hasFixedUnit ? (int)pctx->fixedUnit : pctx->freeSampler;
415 assert(transform.freeSampler < PIPE_MAX_SAMPLERS);
416 *samplerUnitOut = transform.freeSampler;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c183 int freeSampler; /** an available sampler for the pstipple */ member in struct:pstip_transform_context
272 pctx->freeSampler = free_bit(pctx->samplersUsed);
273 if (pctx->freeSampler < 0 || pctx->freeSampler >= PIPE_MAX_SAMPLERS)
274 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
300 sampIdx = pctx->hasFixedUnit ? (int)pctx->fixedUnit : pctx->freeSampler;
415 assert(transform.freeSampler < PIPE_MAX_SAMPLERS);
416 *samplerUnitOut = transform.freeSampler;

Completed in 4 milliseconds