Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c183 int freeSampler; /** an available sampler for the pstipple */ member
272 pctx->freeSampler = free_bit(pctx->samplersUsed); in pstip_transform_prolog()
273 if (pctx->freeSampler < 0 || pctx->freeSampler >= PIPE_MAX_SAMPLERS) in pstip_transform_prolog()
274 pctx->freeSampler = PIPE_MAX_SAMPLERS - 1; in pstip_transform_prolog()
300 sampIdx = pctx->hasFixedUnit ? (int)pctx->fixedUnit : pctx->freeSampler; in pstip_transform_prolog()
412 assert(transform.freeSampler < PIPE_MAX_SAMPLERS); in util_pstipple_create_fragment_shader()
413 *samplerUnitOut = transform.freeSampler; in util_pstipple_create_fragment_shader()