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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.h 73 uint64_t depth64[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anon17550
sp_quad_depth_test.c 117 data->bzzzz[j] = tile->data.depth64[y][x] & 0xffffffff;
118 data->stencilVals[j] = (tile->data.depth64[y][x] >> 32) & 0xff;
315 tile->data.depth64[y][x] = (uint64_t)data->bzzzz[j] | ((uint64_t)data->stencilVals[j] << 32);
sp_tile_cache.c 310 tile->data.depth64[i][j] = clear_value;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 73 uint64_t depth64[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anon31109
sp_quad_depth_test.c 117 data->bzzzz[j] = tile->data.depth64[y][x] & 0xffffffff;
118 data->stencilVals[j] = (tile->data.depth64[y][x] >> 32) & 0xff;
315 tile->data.depth64[y][x] = (uint64_t)data->bzzzz[j] | ((uint64_t)data->stencilVals[j] << 32);
sp_tile_cache.c 310 tile->data.depth64[i][j] = clear_value;

Completed in 380 milliseconds