Home
last modified time | relevance | path

Searched refs:colorui128 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c254 tile->data.colorui128[i][j][0] = clear_value->ui[0]; in clear_tile_rgba()
255 tile->data.colorui128[i][j][1] = clear_value->ui[1]; in clear_tile_rgba()
256 tile->data.colorui128[i][j][2] = clear_value->ui[2]; in clear_tile_rgba()
257 tile->data.colorui128[i][j][3] = clear_value->ui[3]; in clear_tile_rgba()
377 (unsigned *) tc->tile->data.colorui128); in sp_tile_cache_flush_clear()
419 (unsigned *) tc->entries[pos]->data.colorui128); in sp_flush_tile()
549 (unsigned *) tile->data.colorui128); in sp_find_cached_tile()
600 (unsigned *) tile->data.colorui128); in sp_find_cached_tile()
Dsp_tile_cache.h72 uint colorui128[TILE_SIZE][TILE_SIZE][4]; member