OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samplersUsed
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c
183
uint
samplersUsed
; /**< bitfield of samplers used */
208
pctx->
samplersUsed
|= 1 << i;
276
pctx->freeSampler = free_bit(pctx->
samplersUsed
);
/external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c
183
uint
samplersUsed
; /**< bitfield of samplers used */
208
pctx->
samplersUsed
|= 1 << i;
276
pctx->freeSampler = free_bit(pctx->
samplersUsed
);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
126
uint
samplersUsed
; /**< bitfield of samplers used */
148
pctx->
samplersUsed
|= 1 << i;
212
pctx->freeSampler = free_bit(pctx->
samplersUsed
);
draw_pipe_aaline.c
139
uint
samplersUsed
; /**< bitfield of samplers used */
166
aactx->
samplersUsed
|= 1 << i;
217
aactx->freeSampler = free_bit(aactx->
samplersUsed
);
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
126
uint
samplersUsed
; /**< bitfield of samplers used */
148
pctx->
samplersUsed
|= 1 << i;
212
pctx->freeSampler = free_bit(pctx->
samplersUsed
);
draw_pipe_aaline.c
139
uint
samplersUsed
; /**< bitfield of samplers used */
166
aactx->
samplersUsed
|= 1 << i;
217
aactx->freeSampler = free_bit(aactx->
samplersUsed
);
Completed in 186 milliseconds