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
90 union tile_address tile_addrs[NUM_ENTRIES];
100 union tile_address last_tile_addr;
128 union tile_address addr );
131 static inline union tile_address
132 tile_address( unsigned x, in tile_address() function
135 union tile_address addr; in tile_address()
150 union tile_address addr = tile_address( x, y, layer ); in sp_get_cached_tile()
Dsp_tile_cache.c55 static inline int addr_to_clear_pos(union tile_address addr) in addr_to_clear_pos()
67 is_clear_flag_set(const uint *bitvec, union tile_address addr, unsigned max) in is_clear_flag_set()
81 clear_clear_flag(uint *bitvec, union tile_address addr, unsigned max) in clear_clear_flag()
103 STATIC_ASSERT(sizeof(union tile_address) == 4); in sp_create_tile_cache()
363 union tile_address addr = tile_address(x, y, layer); in sp_tile_cache_flush_clear()
517 union tile_address addr ) in sp_find_cached_tile()