Searched refs:samplers_to_restore (Results 1 – 1 of 1) sorted by relevance
234 struct cso_sampler **samplers_to_restore = NULL; in sanitize_hash() local246 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()