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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c183 uint samplersUsed; /**< bitfield of samplers used */ member in struct:pstip_transform_context
208 pctx->samplersUsed |= 1 << i;
276 pctx->freeSampler = free_bit(pctx->samplersUsed);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c183 uint samplersUsed; /**< bitfield of samplers used */ member in struct:pstip_transform_context
208 pctx->samplersUsed |= 1 << i;
276 pctx->freeSampler = free_bit(pctx->samplersUsed);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c126 uint samplersUsed; /**< bitfield of samplers used */ member in struct:pstip_transform_context
148 pctx->samplersUsed |= 1 << i;
212 pctx->freeSampler = free_bit(pctx->samplersUsed);
H A Ddraw_pipe_aaline.c139 uint samplersUsed; /**< bitfield of samplers used */ member in struct:aa_transform_context
166 aactx->samplersUsed |= 1 << i;
217 aactx->freeSampler = free_bit(aactx->samplersUsed);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c126 uint samplersUsed; /**< bitfield of samplers used */ member in struct:pstip_transform_context
148 pctx->samplersUsed |= 1 << i;
212 pctx->freeSampler = free_bit(pctx->samplersUsed);
H A Ddraw_pipe_aaline.c139 uint samplersUsed; /**< bitfield of samplers used */ member in struct:aa_transform_context
166 aactx->samplersUsed |= 1 << i;
217 aactx->freeSampler = free_bit(aactx->samplersUsed);

Completed in 242 milliseconds