HomeSort by relevance Sort by last modified time
    Searched refs:vertSlot (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 463 uint vertSlot, uint i)
472 coef->a0[i] = setup->vprovoke[vertSlot][i];
553 debug_printf("tri persp %d,%d: %f %f %f\n", vertSlot, i,
554 setup->vmin[vertSlot][i],
555 setup->vmid[vertSlot][i],
556 setup->vmax[vertSlot][i]
630 const uint vertSlot = vinfo->attrib[fragSlot].src_index;
636 const_coeff(setup, &setup->coef[fragSlot], vertSlot, j);
640 tri_apply_cylindrical_wrap(setup->vmin[vertSlot][j],
641 setup->vmid[vertSlot][j]
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 463 uint vertSlot, uint i)
472 coef->a0[i] = setup->vprovoke[vertSlot][i];
553 debug_printf("tri persp %d,%d: %f %f %f\n", vertSlot, i,
554 setup->vmin[vertSlot][i],
555 setup->vmid[vertSlot][i],
556 setup->vmax[vertSlot][i]
630 const uint vertSlot = vinfo->attrib[fragSlot].src_index;
636 const_coeff(setup, &setup->coef[fragSlot], vertSlot, j);
640 tri_apply_cylindrical_wrap(setup->vmin[vertSlot][j],
641 setup->vmid[vertSlot][j]
    [all...]

Completed in 37 milliseconds