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.c232 struct cso_sampler **samplers_to_restore = NULL; in sanitize_hash() local
244 samplers_to_restore = MALLOC(PIPE_SHADER_TYPES * PIPE_MAX_SAMPLERS * in sanitize_hash()
245 sizeof(*samplers_to_restore)); in sanitize_hash()
255 samplers_to_restore[to_restore++] = sampler; in sanitize_hash()
279 struct cso_sampler *sampler = samplers_to_restore[to_restore]; in sanitize_hash()
284 FREE(samplers_to_restore); in sanitize_hash()