HomeSort by relevance Sort by last modified time
    Searched refs:CSO_SAMPLER (Results 1 - 5 of 5) 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];
166 struct cso_sampler *cso = (struct cso_sampler *)state;
206 case CSO_SAMPLER:
232 struct cso_sampler **samplers_to_restore = NULL;
241 if (type == CSO_SAMPLER) {
252 struct cso_sampler *sampler = ctx->samplers[i].cso_samplers[j];
276 if (type == CSO_SAMPLER) {
279 struct cso_sampler *sampler = samplers_to_restore[to_restore];
    [all...]
  /external/virglrenderer/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);

Completed in 50 milliseconds