Searched refs:tex_tile_address (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_tile_cache.h | 52 union tex_tile_address { union 66 union tex_tile_address addr; 127 union tex_tile_address addr ); 129 static inline union tex_tile_address 130 tex_tile_address( unsigned x, in tex_tile_address() function 136 union tex_tile_address addr; in tex_tile_address() 151 union tex_tile_address addr ) in sp_get_cached_tile_tex()
|
D | sp_tex_sample.c | 717 union tex_tile_address addr, int x, unsigned elmsize) in get_texel_buffer_no_border() 733 union tex_tile_address addr, int x, int y) in get_texel_2d_no_border() 750 union tex_tile_address addr, int x, int y) in get_texel_2d() 917 union tex_tile_address addr, in get_texel_quad_2d_no_border_single_tile() 941 union tex_tile_address addr, in get_texel_quad_2d_no_border() 957 union tex_tile_address addr, int x, int y, int z) in get_texel_3d_no_border() 976 union tex_tile_address addr, int x, int y, int z) in get_texel_3d() 996 union tex_tile_address addr, int x, int y) in get_texel_1d_array() 1014 union tex_tile_address addr, int x, int y, int layer) in get_texel_2d_array() 1034 union tex_tile_address addr, int x, int y, in get_texel_cube_seamless() [all …]
|
D | sp_tex_tile_cache.c | 189 tex_cache_pos( union tex_tile_address addr ) in tex_cache_pos() 205 union tex_tile_address addr ) in sp_find_cached_tile_tex()
|