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 | 53 union tex_tile_address { union 67 union tex_tile_address addr; 128 union tex_tile_address addr ); 130 static inline union tex_tile_address 131 tex_tile_address( unsigned x, in tex_tile_address() function 137 union tex_tile_address addr; in tex_tile_address() 152 union tex_tile_address addr ) in sp_get_cached_tile_tex()
|
D | sp_tex_sample.c | 580 union tex_tile_address addr, int x, int y) in get_texel_2d_no_border() 597 union tex_tile_address addr, int x, int y) in get_texel_2d() 764 union tex_tile_address addr, in get_texel_quad_2d_no_border_single_tile() 788 union tex_tile_address addr, in get_texel_quad_2d_no_border() 804 union tex_tile_address addr, int x, int y, int z) in get_texel_3d_no_border() 823 union tex_tile_address addr, int x, int y, int z) in get_texel_3d() 843 union tex_tile_address addr, int x, int y) in get_texel_1d_array() 861 union tex_tile_address addr, int x, int y, int layer) in get_texel_2d_array() 881 union tex_tile_address addr, int x, int y, in get_texel_cube_seamless() 937 union tex_tile_address addr, int x, int y, int layer) in get_texel_cube_array() [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()
|