Searched refs:cso_samplers (Results 1 – 1 of 1) sorted by relevance
59 struct cso_sampler *cso_samplers[PIPE_MAX_SAMPLERS]; member192 struct cso_sampler *sampler = ctx->samplers[i].cso_samplers[j]; in sanitize_hash()991 memcpy(saved->cso_samplers, info->cso_samplers, in cso_save_compute_samplers()992 sizeof(info->cso_samplers)); in cso_save_compute_samplers()1003 memcpy(info->cso_samplers, saved->cso_samplers, in cso_restore_compute_samplers()1004 sizeof(info->cso_samplers)); in cso_restore_compute_samplers()1232 ctx->samplers[shader_stage].cso_samplers[idx] = cso; in cso_set_sampler()1297 ctx->samplers[shader_stage].cso_samplers[i] = in cso_set_samplers()1298 ctx->samplers[shader_stage].cso_samplers[last]; in cso_set_samplers()1319 memcpy(saved->cso_samplers, info->cso_samplers, in cso_save_fragment_samplers()[all …]