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

  /external/chromium_org/third_party/mesa/src/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 69 ushort depth16[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anon17550
sp_quad_depth_test.c 70 data->bzzzz[j] = tile->data.depth16[y][x];
265 tile->data.depth16[y][x] = (ushort) data->bzzzz[j];
sp_tile_cache.c 286 tile->data.depth16[i][j] = (ushort) clear_value;
  /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 69 ushort depth16[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anon31109
sp_quad_depth_test.c 70 data->bzzzz[j] = tile->data.depth16[y][x];
265 tile->data.depth16[y][x] = (ushort) data->bzzzz[j];
sp_tile_cache.c 286 tile->data.depth16[i][j] = (ushort) clear_value;

Completed in 83 milliseconds