Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.h74 uint64_t depth64[TILE_SIZE][TILE_SIZE]; member
Dsp_quad_depth_test.c119 data->bzzzz[j] = tile->data.depth64[y][x] & 0xffffffff; in get_depth_stencil_values()
120 data->stencilVals[j] = (tile->data.depth64[y][x] >> 32) & 0xff; in get_depth_stencil_values()
328 … tile->data.depth64[y][x] = (uint64_t)data->bzzzz[j] | ((uint64_t)data->stencilVals[j] << 32); in write_depth_stencil_values()
Dsp_tile_cache.c328 tile->data.depth64[i][j] = clear_value; in clear_tile()