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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 63 ushort init_idepth[4], idepth[4], depth_step; local
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
82 idepth[0] = init_idepth[0] + dx * depth_step;
83 idepth[1] = init_idepth[1] + dx * depth_step;
84 idepth[2] = init_idepth[2] + dx * depth_step;
85 idepth[3] = init_idepth[3] + dx * depth_step;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 63 ushort init_idepth[4], idepth[4], depth_step; local
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
82 idepth[0] = init_idepth[0] + dx * depth_step;
83 idepth[1] = init_idepth[1] + dx * depth_step;
84 idepth[2] = init_idepth[2] + dx * depth_step;
85 idepth[3] = init_idepth[3] + dx * depth_step;

Completed in 3074 milliseconds