HomeSort by relevance Sort by last modified time
    Searched refs:CSO_SAMPLER (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.h 92 CSO_SAMPLER,
127 struct cso_sampler { struct
cso_cache.c 108 struct cso_sampler *cso = (struct cso_sampler *)state;
136 case CSO_SAMPLER:
291 cso_for_each_state(sc, CSO_SAMPLER, delete_sampler_state, 0);
cso_context.c 58 struct cso_sampler *cso_samplers[PIPE_MAX_SAMPLERS];
158 struct cso_sampler *cso = (struct cso_sampler *)state;
198 case CSO_SAMPLER:
224 struct cso_sampler **samplers_to_restore = NULL;
233 if (type == CSO_SAMPLER) {
244 struct cso_sampler *sampler = ctx->samplers[i].cso_samplers[j];
268 if (type == CSO_SAMPLER) {
271 struct cso_sampler *sampler = samplers_to_restore[to_restore];
    [all...]

Completed in 217 milliseconds