Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1824 drm_radeon_tex_image_32_t image32; in radeon_cp_dispatch_texture() local
1825 image32.x = image->x; in radeon_cp_dispatch_texture()
1826 image32.y = image->y; in radeon_cp_dispatch_texture()
1827 image32.width = image->width; in radeon_cp_dispatch_texture()
1828 image32.height = image->height; in radeon_cp_dispatch_texture()
1829 image32.data = (uint32_t)(uintptr_t)image->data; in radeon_cp_dispatch_texture()
1830 DRM_COPYTO_WITH_RETURN(tex->image, &image32, in radeon_cp_dispatch_texture()
1831 sizeof (image32)); in radeon_cp_dispatch_texture()
2539 drm_radeon_tex_image_32_t image32; in radeon_cp_texture() local
2546 if (DRM_COPY_FROM_USER(&image32, in radeon_cp_texture()
[all …]