Searched refs:surf_drm (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_surface.c | 90 static void surf_winsys_to_drm(struct radeon_surface *surf_drm, argument 98 memset(surf_drm, 0, sizeof(*surf_drm)); 100 surf_drm->npix_x = tex->width0; 101 surf_drm->npix_y = tex->height0; 102 surf_drm->npix_z = tex->depth0; 103 surf_drm->blk_w = util_format_get_blockwidth(tex->format); 104 surf_drm->blk_h = util_format_get_blockheight(tex->format); 105 surf_drm->blk_d = 1; 106 surf_drm 175 surf_drm_to_winsys(struct radeon_drm_winsys * ws,struct radeon_surf * surf_ws,const struct radeon_surface * surf_drm) argument 290 struct radeon_surface surf_drm; local in function:radeon_winsys_surface_init [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_surface.c | 90 static void surf_winsys_to_drm(struct radeon_surface *surf_drm, argument 98 memset(surf_drm, 0, sizeof(*surf_drm)); 100 surf_drm->npix_x = tex->width0; 101 surf_drm->npix_y = tex->height0; 102 surf_drm->npix_z = tex->depth0; 103 surf_drm->blk_w = util_format_get_blockwidth(tex->format); 104 surf_drm->blk_h = util_format_get_blockheight(tex->format); 105 surf_drm->blk_d = 1; 106 surf_drm 175 surf_drm_to_winsys(struct radeon_drm_winsys * ws,struct radeon_surf * surf_ws,const struct radeon_surface * surf_drm) argument 356 struct radeon_surface surf_drm; local in function:radeon_winsys_surface_init [all...] |
Completed in 2 milliseconds