Searched refs:r600_mip_minify (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | r600_cs.c | 1397 unsigned r600_mip_minify(unsigned size, unsigned level) in r600_mip_minify() function 1421 w0 = r600_mip_minify(w0, 0); in r600_texture_size() 1422 h0 = r600_mip_minify(h0, 0); in r600_texture_size() 1423 d0 = r600_mip_minify(d0, 0); in r600_texture_size() 1425 width = r600_mip_minify(w0, i); in r600_texture_size() 1430 height = r600_mip_minify(h0, i); in r600_texture_size() 1434 depth = r600_mip_minify(d0, i); in r600_texture_size()
|
| H A D | evergreen_cs.c | 876 w = r600_mip_minify(width, i); in evergreen_cs_track_validate_texture() 877 h = r600_mip_minify(height, i); in evergreen_cs_track_validate_texture() 878 d = r600_mip_minify(depth, i); in evergreen_cs_track_validate_texture()
|
| H A D | radeon.h | 2898 unsigned r600_mip_minify(unsigned size, unsigned level);
|