Searched refs:depth64 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h73 uint64_t depth64[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anon12930
H A Dsp_quad_depth_test.c117 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);
H A Dsp_tile_cache.c310 tile->data.depth64[i][j] = clear_value;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h73 uint64_t depth64[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anon26503
H A Dsp_quad_depth_test.c117 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);
H A Dsp_tile_cache.c310 tile->data.depth64[i][j] = clear_value;

Completed in 32 milliseconds