Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h133 struct cso_sampler { struct
Dcso_context.c59 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()
Dcso_cache.c53 pipe->delete_sampler_state(pipe, ((struct cso_sampler*)state)->data); in cso_delete_state()