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_context.c59 struct cso_sampler *cso_samplers[PIPE_MAX_SAMPLERS];
173 struct cso_sampler **samplers_to_restore = NULL; in sanitize_hash()
193 struct cso_sampler *sampler = ctx->samplers[i].cso_samplers[j]; in sanitize_hash()
220 struct cso_sampler *sampler = samplers_to_restore[to_restore]; in sanitize_hash()
1216 ALWAYS_INLINE static struct cso_sampler *
1221 struct cso_sampler *cso; in set_sampler()
1228 cso = MALLOC(sizeof(struct cso_sampler)); in set_sampler()
1251 struct cso_sampler *cso = set_sampler(ctx, shader_stage, idx, templ, size); in cso_set_sampler()
Dcso_cache.h133 struct cso_sampler { struct
Dcso_cache.c53 pipe->delete_sampler_state(pipe, ((struct cso_sampler*)state)->data); in cso_delete_state()