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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_sampler.c292 unsigned numSR = 0; local in function:update_sampler_resources
310 numSR++;
315 /* numSR can only be 0 if the first entry of the list
319 if (numSR) {
323 i - numSR, /* startView */
324 numSR,
331 pIds += (numSR + 1);
332 pSurf += (numSR + 1);
333 numSR = 0;
336 numSR
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_sampler.c294 unsigned numSR = 0; local in function:update_sampler_resources
312 numSR++;
317 /* numSR can only be 0 if the first entry of the list
321 if (numSR) {
325 i - numSR, /* startView */
326 numSR,
333 pIds += (numSR + 1);
334 pSurf += (numSR + 1);
335 numSR = 0;
338 numSR
[all...]

Completed in 3 milliseconds