Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c110 for (pos = 0; pos < ARRAY_SIZE(tc->tile_addrs); pos++) { in sp_create_tile_cache()
111 tc->tile_addrs[pos].bits.invalid = 1; in sp_create_tile_cache()
403 int layer = tc->tile_addrs[pos].bits.layer; in sp_flush_tile()
404 if (!tc->tile_addrs[pos].bits.invalid) { in sp_flush_tile()
407 tc->tile_addrs[pos].bits.x * TILE_SIZE, in sp_flush_tile()
408 tc->tile_addrs[pos].bits.y * TILE_SIZE, in sp_flush_tile()
415 tc->tile_addrs[pos].bits.x * TILE_SIZE, in sp_flush_tile()
416 tc->tile_addrs[pos].bits.y * TILE_SIZE, in sp_flush_tile()
422 tc->tile_addrs[pos].bits.x * TILE_SIZE, in sp_flush_tile()
423 tc->tile_addrs[pos].bits.y * TILE_SIZE, in sp_flush_tile()
[all …]
Dsp_tile_cache.h90 union tile_address tile_addrs[NUM_ENTRIES]; member