Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c182 uint samplersUsed; /**< bitfield of samplers used */ member
207 pctx->samplersUsed |= 1u << i; in pstip_transform_decl()
269 STATIC_ASSERT(sizeof(pctx->samplersUsed) * 8 >= PIPE_MAX_SAMPLERS); in pstip_transform_prolog()
272 pctx->freeSampler = free_bit(pctx->samplersUsed); in pstip_transform_prolog()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c141 uint samplersUsed; /**< bitfield of samplers used */ member
168 aactx->samplersUsed |= 1u << i; in aa_transform_decl()
213 STATIC_ASSERT(sizeof(aactx->samplersUsed) * 8 >= PIPE_MAX_SAMPLERS); in aa_transform_prolog()
216 aactx->freeSampler = free_bit(aactx->samplersUsed); in aa_transform_prolog()