Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; in NAME() local
87 depth16 = (ushort (*)[TILE_SIZE]) in NAME()
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE]; in NAME()
92 depth16[0][0] = idepth[0]; in NAME()
97 depth16[0][1] = idepth[1]; in NAME()
102 depth16[1][0] = idepth[2]; in NAME()
107 depth16[1][1] = idepth[3]; in NAME()
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) { in NAME()
113 depth16[0][0] = idepth[0]; in NAME()
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) { in NAME()
[all …]
Dsp_tile_cache.h70 ushort depth16[TILE_SIZE][TILE_SIZE]; member
Dsp_quad_depth_test.c72 data->bzzzz[j] = tile->data.depth16[y][x]; in get_depth_stencil_values()
278 tile->data.depth16[y][x] = (ushort) data->bzzzz[j]; in write_depth_stencil_values()
Dsp_tile_cache.c304 tile->data.depth16[i][j] = (ushort) clear_value; in clear_tile()