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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 612 uint fragSlot;
629 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
630 const uint vertSlot = vinfo->attrib[fragSlot].src_index;
633 switch (vinfo->attrib[fragSlot].interp_mode) {
636 const_coeff(setup, &setup->coef[fragSlot], vertSlot, j);
643 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
645 tri_linear_coeff(setup, &setup->coef[fragSlot], j, v);
653 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 612 uint fragSlot;
629 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) {
630 const uint vertSlot = vinfo->attrib[fragSlot].src_index;
633 switch (vinfo->attrib[fragSlot].interp_mode) {
636 const_coeff(setup, &setup->coef[fragSlot], vertSlot, j);
643 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j),
645 tri_linear_coeff(setup, &setup->coef[fragSlot], j, v);
653 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j)
    [all...]

Completed in 91 milliseconds