Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c59 struct cso_sampler *cso_samplers[PIPE_MAX_SAMPLERS]; member
193 struct cso_sampler *sampler = ctx->samplers[i].cso_samplers[j]; in sanitize_hash()
1001 memcpy(saved->cso_samplers, info->cso_samplers, in cso_save_compute_samplers()
1002 sizeof(info->cso_samplers)); in cso_save_compute_samplers()
1013 memcpy(info->cso_samplers, saved->cso_samplers, in cso_restore_compute_samplers()
1014 sizeof(info->cso_samplers)); in cso_restore_compute_samplers()
1252 ctx->samplers[shader_stage].cso_samplers[idx] = cso; in cso_set_sampler()
1313 ctx->samplers[shader_stage].cso_samplers[ in set_samplers()
[all...]

Completed in 3 milliseconds