HomeSort by relevance Sort by last modified time
    Searched refs:depth16 (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 62 ushort (*depth16)[TILE_SIZE];
87 depth16 = (ushort (*)[TILE_SIZE])
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
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])) {
113 depth16[0][0] = idepth[0];
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1]))
    [all...]
sp_tile_cache.h 70 ushort depth16[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anon29770
sp_quad_depth_test.c 72 data->bzzzz[j] = tile->data.depth16[y][x];
278 tile->data.depth16[y][x] = (ushort) data->bzzzz[j];
sp_tile_cache.c 304 tile->data.depth16[i][j] = (ushort) clear_value;

Completed in 200 milliseconds