Searched refs:depth16 (Results 1 – 4 of 4) sorted by relevance
62 ushort (*depth16)[TILE_SIZE]; in NAME() local87 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 …]
70 ushort depth16[TILE_SIZE][TILE_SIZE]; member
72 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()
304 tile->data.depth16[i][j] = (ushort) clear_value; in clear_tile()