Home
last modified time | relevance | path

Searched refs:r600_mip_minify (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr600_cs.c1397 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 Devergreen_cs.c876 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 Dradeon.h2898 unsigned r600_mip_minify(unsigned size, unsigned level);
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr600_cs.c1396 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 Devergreen_cs.c875 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()
H A Dradeon.h2890 unsigned r600_mip_minify(unsigned size, unsigned level);

Completed in 26 milliseconds