Searched refs:r600_mip_minify (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 1399 unsigned r600_mip_minify(unsigned size, unsigned level) in r600_mip_minify() function 1423 w0 = r600_mip_minify(w0, 0); in r600_texture_size() 1424 h0 = r600_mip_minify(h0, 0); in r600_texture_size() 1425 d0 = r600_mip_minify(d0, 0); in r600_texture_size() 1427 width = r600_mip_minify(w0, i); in r600_texture_size() 1432 height = r600_mip_minify(h0, i); in r600_texture_size() 1436 depth = r600_mip_minify(d0, i); in r600_texture_size()
|
D | evergreen_cs.c | 875 w = r600_mip_minify(width, i); in evergreen_cs_track_validate_texture() 876 h = r600_mip_minify(height, i); in evergreen_cs_track_validate_texture() 877 d = r600_mip_minify(depth, i); in evergreen_cs_track_validate_texture()
|
D | radeon.h | 2901 unsigned r600_mip_minify(unsigned size, unsigned level);
|