Searched refs:tile_addrs (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c110 for (pos = 0; pos < ARRAY_SIZE(tc->tile_addrs); pos++) {
111 tc->tile_addrs[pos].bits.invalid = 1;
404 int layer = tc->tile_addrs[pos].bits.layer;
405 if (!tc->tile_addrs[pos].bits.invalid) {
408 tc->tile_addrs[pos].bits.x * TILE_SIZE,
409 tc->tile_addrs[pos].bits.y * TILE_SIZE,
416 tc->tile_addrs[pos].bits.x * TILE_SIZE,
417 tc->tile_addrs[pos].bits.y * TILE_SIZE,
423 tc->tile_addrs[pos].bits.x * TILE_SIZE,
424 tc->tile_addrs[po
[all...]
H A Dsp_tile_cache.h90 union tile_address tile_addrs[NUM_ENTRIES]; member in struct:softpipe_tile_cache
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c107 for (pos = 0; pos < ARRAY_SIZE(tc->tile_addrs); pos++) {
108 tc->tile_addrs[pos].bits.invalid = 1;
389 int layer = tc->tile_addrs[pos].bits.layer;
390 if (!tc->tile_addrs[pos].bits.invalid) {
393 tc->tile_addrs[pos].bits.x * TILE_SIZE,
394 tc->tile_addrs[pos].bits.y * TILE_SIZE,
400 tc->tile_addrs[pos].bits.x * TILE_SIZE,
401 tc->tile_addrs[pos].bits.y * TILE_SIZE,
406 tc->tile_addrs[pos].bits.invalid = 1; /* mark as empty */
425 assert(tc->tile_addrs[po
[all...]
H A Dsp_tile_cache.h90 union tile_address tile_addrs[NUM_ENTRIES]; member in struct:softpipe_tile_cache

Completed in 5 milliseconds