Searched refs:tex32 (Results 1 – 1 of 1) sorted by relevance
2538 drm_radeon_texture_32_t tex32; in radeon_cp_texture() local2541 DRM_COPYFROM_WITH_RETURN(&tex32, (void *)data, sizeof (tex32)); in radeon_cp_texture()2542 if (tex32.image == 0) { in radeon_cp_texture()2547 (void *)(uintptr_t)tex32.image, sizeof (image32))) { in radeon_cp_texture()2552 tex.offset = tex32.offset; in radeon_cp_texture()2553 tex.pitch = tex32.pitch; in radeon_cp_texture()2554 tex.format = tex32.format; in radeon_cp_texture()2555 tex.width = tex32.width; in radeon_cp_texture()2556 tex.height = tex32.height; in radeon_cp_texture()2557 tex.image = (void*)(uintptr_t)tex32.image; in radeon_cp_texture()