Searched refs:depth16 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; local in function:NAME
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[
[all...]
H A Dsp_tile_cache.h70 ushort depth16[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anonf53868a3020a
H A Dsp_quad_depth_test.c72 data->bzzzz[j] = tile->data.depth16[y][x];
278 tile->data.depth16[y][x] = (ushort) data->bzzzz[j];
H A Dsp_tile_cache.c304 tile->data.depth16[i][j] = (ushort) clear_value;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h62 ushort (*depth16)[TILE_SIZE]; local in function:NAME
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[
[all...]
H A Dsp_tile_cache.h70 ushort depth16[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anond18d09f6020a
H A Dsp_quad_depth_test.c72 data->bzzzz[j] = tile->data.depth16[y][x];
278 tile->data.depth16[y][x] = (ushort) data->bzzzz[j];
H A Dsp_tile_cache.c301 tile->data.depth16[i][j] = (ushort) clear_value;

Completed in 18 milliseconds