Searched refs:cso_samplers (Results 1 – 1 of 1) sorted by relevance
58 struct cso_sampler *cso_samplers[PIPE_MAX_SAMPLERS]; member252 struct cso_sampler *sampler = ctx->samplers[i].cso_samplers[j]; in sanitize_hash()1245 ctx->samplers[shader_stage].cso_samplers[idx] = cso; in cso_single_sampler()1294 memcpy(saved->cso_samplers, info->cso_samplers, in cso_save_fragment_samplers()1295 sizeof(info->cso_samplers)); in cso_save_fragment_samplers()1306 memcpy(info->cso_samplers, saved->cso_samplers, in cso_restore_fragment_samplers()1307 sizeof(info->cso_samplers)); in cso_restore_fragment_samplers()