Home
last modified time | relevance | path

Searched refs:depth_step (Results 1 – 3 of 3) 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
72 depth_step = (ushort)(dzdx * 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()
/external/gemmlowp/internal/
Dpack_avx.h53 int depth_step = 16; in Pack() local
57 cell_start_depth += depth_step) { in Pack()
207 int depth_step = 8; in Pack() local
211 cell_start_depth += depth_step) { in Pack()
Dpack_sse.h53 int depth_step = 8; in Pack() local
57 cell_start_depth += depth_step) { in Pack()