HomeSort by relevance Sort by last modified time
    Searched refs: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
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;
92 depth16[0][0] = idepth[0];
97 depth16[0][1] = idepth[1];
102 depth16[1][0] = idepth[2];
107 depth16[1][1] = idepth[3];
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0]))
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 63 ushort init_idepth[4], idepth[4], depth_step; local
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;
92 depth16[0][0] = idepth[0];
97 depth16[0][1] = idepth[1];
102 depth16[1][0] = idepth[2];
107 depth16[1][1] = idepth[3];
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0]))
    [all...]

Completed in 6558 milliseconds