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 68 union tex_tile_address addr; 130 union tex_tile_address addr ); 132 static INLINE union tex_tile_address 133 tex_tile_address( unsigned x, in tex_tile_address() function 139 union tex_tile_address addr; in tex_tile_address() 155 union tex_tile_address addr ) in sp_get_cached_tile_tex()
|
D | sp_tex_sample.c | 578 union tex_tile_address addr, int x, int y) in get_texel_2d_no_border() 595 union tex_tile_address addr, int x, int y) in get_texel_2d() 614 union tex_tile_address addr, in get_texel_quad_2d_no_border_single_tile() 638 union tex_tile_address addr, in get_texel_quad_2d_no_border() 653 union tex_tile_address addr, in get_texel_quad_2d() 670 union tex_tile_address addr, int x, int y, int z) in get_texel_3d_no_border() 688 union tex_tile_address addr, int x, int y, int z) in get_texel_3d() 707 union tex_tile_address addr, int x, int y) in get_texel_1d_array() 724 union tex_tile_address addr, int x, int y, int layer) in get_texel_2d_array() 793 union tex_tile_address addr; in img_filter_2d_linear_repeat_POT() [all …]
|
D | sp_tex_tile_cache.c | 212 tex_cache_pos( union tex_tile_address addr ) in tex_cache_pos() 229 union tex_tile_address addr ) in sp_find_cached_tile_tex()
|