HomeSort by: relevance | last modified time | path
    Searched defs:tga_dstb (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
tga.c 1028 int srcb, dstb, tga_srcb, tga_dstb; local in function:tga_rop_vtov
1051 tga_dstb = offset + (dy + dst->ri_yorigin) * dst->ri_stride +
1105 tga_dstb + y + x + 0 * 64);
1109 tga_dstb + y + x + 1 * 64);
1113 tga_dstb + y + x + 2 * 64);
1117 tga_dstb + y + x + 3 * 64);
1125 tga_dstb + y + x + 0 * 64);
1167 tga_dstb + y + x - 1 * 64);
1171 tga_dstb + y + x - 2 * 64);
1175 tga_dstb + y + x - 3 * 64)
    [all...]

Completed in 12 milliseconds