Home
last modified time | relevance | path

Searched refs:init_idepth (Results 1 – 1 of 1) sorted by relevance

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