Searched refs:r600_mip_minify (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | r600_cs.c | 1396 unsigned r600_mip_minify(unsigned size, unsigned level) in r600_mip_minify() function 1420 w0 = r600_mip_minify(w0, 0); in r600_texture_size() 1421 h0 = r600_mip_minify(h0, 0); in r600_texture_size() 1422 d0 = r600_mip_minify(d0, 0); in r600_texture_size() 1424 width = r600_mip_minify(w0, i); in r600_texture_size() 1429 height = r600_mip_minify(h0, i); in r600_texture_size() 1433 depth = r600_mip_minify(d0, i); in r600_texture_size()
|
H A D | evergreen_cs.c | 877 w = r600_mip_minify(width, i); in evergreen_cs_track_validate_texture() 878 h = r600_mip_minify(height, i); in evergreen_cs_track_validate_texture() 879 d = r600_mip_minify(depth, i); in evergreen_cs_track_validate_texture()
|
H A D | radeon.h | 2892 unsigned r600_mip_minify(unsigned size, unsigned level);
|