Home
last modified time | relevance | path

Searched refs:samplersUsed (Results 1 – 1 of 1) 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()