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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c184 int freeSampler; /** an available sampler for the pstipple */ member in struct:pstip_transform_context
276 pctx->freeSampler = free_bit(pctx->samplersUsed);
277 if (pctx->freeSampler >= PIPE_MAX_SAMPLERS)
278 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
315 decl.Range.Last = pctx->freeSampler;
381 newInst.Src[1].Register.Index = pctx->freeSampler;
453 assert(transform.freeSampler < PIPE_MAX_SAMPLERS);
454 *samplerUnitOut = transform.freeSampler;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c184 int freeSampler; /** an available sampler for the pstipple */ member in struct:pstip_transform_context
276 pctx->freeSampler = free_bit(pctx->samplersUsed);
277 if (pctx->freeSampler >= PIPE_MAX_SAMPLERS)
278 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
315 decl.Range.Last = pctx->freeSampler;
381 newInst.Src[1].Register.Index = pctx->freeSampler;
453 assert(transform.freeSampler < PIPE_MAX_SAMPLERS);
454 *samplerUnitOut = transform.freeSampler;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c127 int freeSampler; /** an available sampler for the pstipple */ member in struct:pstip_transform_context
212 pctx->freeSampler = free_bit(pctx->samplersUsed);
213 if (pctx->freeSampler >= PIPE_MAX_SAMPLERS)
214 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
251 decl.Range.Last = pctx->freeSampler;
315 newInst.Src[1].Register.Index = pctx->freeSampler;
372 pstip->fs->sampler_unit = transform.freeSampler;
H A Ddraw_pipe_aaline.c140 int freeSampler; /** an available sampler for the pstipple */ member in struct:aa_transform_context
217 aactx->freeSampler = free_bit(aactx->samplersUsed);
218 if (aactx->freeSampler >= PIPE_MAX_SAMPLERS)
219 aactx->freeSampler = PIPE_MAX_SAMPLERS - 1;
253 decl.Range.Last = aactx->freeSampler;
288 newInst.Src[1].Register.Index = aactx->freeSampler;
384 aaline->fs->sampler_unit = transform.freeSampler;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c127 int freeSampler; /** an available sampler for the pstipple */ member in struct:pstip_transform_context
212 pctx->freeSampler = free_bit(pctx->samplersUsed);
213 if (pctx->freeSampler >= PIPE_MAX_SAMPLERS)
214 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1;
251 decl.Range.Last = pctx->freeSampler;
315 newInst.Src[1].Register.Index = pctx->freeSampler;
372 pstip->fs->sampler_unit = transform.freeSampler;
H A Ddraw_pipe_aaline.c140 int freeSampler; /** an available sampler for the pstipple */ member in struct:aa_transform_context
217 aactx->freeSampler = free_bit(aactx->samplersUsed);
218 if (aactx->freeSampler >= PIPE_MAX_SAMPLERS)
219 aactx->freeSampler = PIPE_MAX_SAMPLERS - 1;
253 decl.Range.Last = aactx->freeSampler;
288 newInst.Src[1].Register.Index = aactx->freeSampler;
384 aaline->fs->sampler_unit = transform.freeSampler;

Completed in 465 milliseconds