Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:nr_samplers

1169    for (i = 0; i < key->nr_samplers; ++i) {
1308 int nr_samplers;
1331 nr_samplers = shader->info.base.file_max[TGSI_FILE_SAMPLER] + 1;
1334 sampler[nr_samplers]);
1643 key->nr_samplers = shader->info.base.file_max[TGSI_FILE_SAMPLER] + 1;
1645 for(i = 0; i < key->nr_samplers; ++i) {