Searched refs:cso_sampler (Results 1 – 3 of 3) sorted by relevance
133 struct cso_sampler { struct
59 struct cso_sampler *cso_samplers[PIPE_MAX_SAMPLERS];172 struct cso_sampler **samplers_to_restore = NULL; in sanitize_hash()192 struct cso_sampler *sampler = ctx->samplers[i].cso_samplers[j]; in sanitize_hash()219 struct cso_sampler *sampler = samplers_to_restore[to_restore]; in sanitize_hash()1208 struct cso_sampler *cso; in cso_set_sampler()1215 cso = MALLOC(sizeof(struct cso_sampler)); in cso_set_sampler()
53 pipe->delete_sampler_state(pipe, ((struct cso_sampler*)state)->data); in cso_delete_state()