OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freeSampler
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c
184
int
freeSampler
; /** an available sampler for the pstipple */
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/
u_pstipple.c
184
int
freeSampler
; /** an available sampler for the pstipple */
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/
draw_pipe_pstipple.c
127
int
freeSampler
; /** an available sampler for the pstipple */
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
;
draw_pipe_aaline.c
140
int
freeSampler
; /** an available sampler for the pstipple */
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/
draw_pipe_pstipple.c
127
int
freeSampler
; /** an available sampler for the pstipple */
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
;
draw_pipe_aaline.c
140
int
freeSampler
; /** an available sampler for the pstipple */
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 404 milliseconds