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.c236 tile->data.colorui128[i][j][0] = clear_value->ui[0]; in clear_tile_rgba()
237 tile->data.colorui128[i][j][1] = clear_value->ui[1]; in clear_tile_rgba()
238 tile->data.colorui128[i][j][2] = clear_value->ui[2]; in clear_tile_rgba()
239 tile->data.colorui128[i][j][3] = clear_value->ui[3]; in clear_tile_rgba()
362 (unsigned *) tc->tile->data.colorui128); in sp_tile_cache_flush_clear()
405 (unsigned *) tc->entries[pos]->data.colorui128); in sp_flush_tile()
532 (unsigned *) tile->data.colorui128); in sp_find_cached_tile()
579 (unsigned *) tile->data.colorui128); in sp_find_cached_tile()
Dsp_tile_cache.h71 uint colorui128[TILE_SIZE][TILE_SIZE][4]; member