Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c234 struct cso_sampler **samplers_to_restore = NULL; in sanitize_hash() local
246 samplers_to_restore = MALLOC(PIPE_SHADER_TYPES * PIPE_MAX_SAMPLERS * in sanitize_hash()
247 sizeof(*samplers_to_restore)); in sanitize_hash()
257 samplers_to_restore[to_restore++] = sampler; in sanitize_hash()
281 struct cso_sampler *sampler = samplers_to_restore[to_restore]; in sanitize_hash()
286 FREE(samplers_to_restore); in sanitize_hash()