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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 48 int dx01, dx12; member in struct:point_info
120 float dadx = FIXED_ONE / (float)info->dx12;
137 float dady = FIXED_ONE / (float)info->dx12;
475 info.dx12 = fixed_width;
  /system/core/libpixelflinger/
trap.cpp 538 int32_t dx12 = x1 - x2; local
557 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
563 if (dy12<0 || (dy12 == 0 && dx12>0)) ey1++;
596 ey1 += dx12 << TRI_FRACTION_BITS;
    [all...]

Completed in 4137 milliseconds