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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h69 uint depth32[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anonf53868a3020a
H A Dsp_quad_depth_test.c79 data->bzzzz[j] = tile->data.depth32[y][x];
87 data->bzzzz[j] = tile->data.depth32[y][x] & 0xffffff;
88 data->stencilVals[j] = tile->data.depth32[y][x] >> 24;
96 data->bzzzz[j] = tile->data.depth32[y][x] >> 8;
97 data->stencilVals[j] = tile->data.depth32[y][x] & 0xff;
112 data->bzzzz[j] = tile->data.depth32[y][x];
286 tile->data.depth32[y][x] = data->bzzzz[j];
293 tile->data.depth32[y][x] = (data->stencilVals[j] << 24) | data->bzzzz[j];
300 tile->data.depth32[y][x] = (data->bzzzz[j] << 8) | data->stencilVals[j];
307 tile->data.depth32[
[all...]
H A Dsp_tile_cache.c316 tile->data.depth32[i][j] = (uint) clear_value;
411 tc->entries[pos]->data.depth32, 0/*STRIDE*/);
541 tile->data.depth32, 0/*STRIDE*/);
592 tile->data.depth32, 0/*STRIDE*/);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h69 uint depth32[TILE_SIZE][TILE_SIZE]; member in union:softpipe_cached_tile::__anond18d09f6020a
H A Dsp_quad_depth_test.c79 data->bzzzz[j] = tile->data.depth32[y][x];
87 data->bzzzz[j] = tile->data.depth32[y][x] & 0xffffff;
88 data->stencilVals[j] = tile->data.depth32[y][x] >> 24;
96 data->bzzzz[j] = tile->data.depth32[y][x] >> 8;
97 data->stencilVals[j] = tile->data.depth32[y][x] & 0xff;
112 data->bzzzz[j] = tile->data.depth32[y][x];
286 tile->data.depth32[y][x] = data->bzzzz[j];
293 tile->data.depth32[y][x] = (data->stencilVals[j] << 24) | data->bzzzz[j];
300 tile->data.depth32[y][x] = (data->bzzzz[j] << 8) | data->stencilVals[j];
307 tile->data.depth32[
[all...]
H A Dsp_tile_cache.c313 tile->data.depth32[i][j] = (uint) clear_value;
396 tc->entries[pos]->data.depth32, 0/*STRIDE*/);
510 tile->data.depth32, 0/*STRIDE*/);
545 tile->data.depth32, 0/*STRIDE*/);

Completed in 6 milliseconds