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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c182 uint samplersUsed; /**< bitfield of samplers used */ member in struct:pstip_transform_context
207 pctx->samplersUsed |= 1u << i;
269 STATIC_ASSERT(sizeof(pctx->samplersUsed) * 8 >= PIPE_MAX_SAMPLERS);
272 pctx->freeSampler = free_bit(pctx->samplersUsed);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c182 uint samplersUsed; /**< bitfield of samplers used */ member in struct:pstip_transform_context
207 pctx->samplersUsed |= 1u << i;
269 STATIC_ASSERT(sizeof(pctx->samplersUsed) * 8 >= PIPE_MAX_SAMPLERS);
272 pctx->freeSampler = free_bit(pctx->samplersUsed);

Completed in 3 milliseconds