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

/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::__anon12184
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 162 milliseconds