Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c58 struct cso_sampler *cso_samplers[PIPE_MAX_SAMPLERS]; member
254 struct cso_sampler *sampler = ctx->samplers[i].cso_samplers[j]; in sanitize_hash()
1301 ctx->samplers[shader_stage].cso_samplers[idx] = cso; in cso_single_sampler()
1350 memcpy(saved->cso_samplers, info->cso_samplers, in cso_save_fragment_samplers()
1351 sizeof(info->cso_samplers)); in cso_save_fragment_samplers()
1362 memcpy(info->cso_samplers, saved->cso_samplers, in cso_restore_fragment_samplers()
1363 sizeof(info->cso_samplers)); in cso_restore_fragment_samplers()