HomeSort by relevance Sort by last modified time
    Searched refs:radeon_miptree_matches_image (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 86 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *mt,
radeon_screen.h 179 #define radeon_miptree_matches_image r200_radeon_miptree_matches_image macro
radeon_texture.c 498 if (!t->mt || !radeon_miptree_matches_image(t->mt, texImage)) {
590 if (!radeon_miptree_matches_image(t->mt, &radeonImage->base.Base))
radeon_mipmap_tree.c 290 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *mt, function

Completed in 1074 milliseconds