Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.h52 union tile_address { union
88 union tile_address tile_addrs[NUM_ENTRIES];
97 union tile_address last_tile_addr;
131 union tile_address addr );
134 static INLINE union tile_address
135 tile_address( unsigned x, in tile_address() function
138 union tile_address addr; in tile_address()
153 union tile_address addr = tile_address( x, y ); in sp_get_cached_tile()
Dsp_tile_cache.c60 is_clear_flag_set(const uint *bitvec, union tile_address addr) in is_clear_flag_set()
74 clear_clear_flag(uint *bitvec, union tile_address addr) in clear_clear_flag()
95 assert(sizeof(union tile_address) == 4); in sp_create_tile_cache()
347 union tile_address addr = tile_address(x, y); in sp_tile_cache_flush_clear()
500 union tile_address addr ) in sp_find_cached_tile()