Home
last modified time | relevance | path

Searched refs:r600_mip_minify (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c1401 unsigned r600_mip_minify(unsigned size, unsigned level) in r600_mip_minify() function
1425 w0 = r600_mip_minify(w0, 0); in r600_texture_size()
1426 h0 = r600_mip_minify(h0, 0); in r600_texture_size()
1427 d0 = r600_mip_minify(d0, 0); in r600_texture_size()
1429 width = r600_mip_minify(w0, i); in r600_texture_size()
1434 height = r600_mip_minify(h0, i); in r600_texture_size()
1438 depth = r600_mip_minify(d0, i); in r600_texture_size()
H A Devergreen_cs.c879 w = r600_mip_minify(width, i); in evergreen_cs_track_validate_texture()
880 h = r600_mip_minify(height, i); in evergreen_cs_track_validate_texture()
881 d = r600_mip_minify(depth, i); in evergreen_cs_track_validate_texture()