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

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c2538 drm_radeon_texture_32_t tex32; local
2541 DRM_COPYFROM_WITH_RETURN(&tex32, (void *)data, sizeof (tex32));
2542 if (tex32.image == 0) {
2547 (void *)(uintptr_t)tex32.image, sizeof (image32))) {
2552 tex.offset = tex32.offset;
2553 tex.pitch = tex32.pitch;
2554 tex.format = tex32.format;
2555 tex.width = tex32.width;
2556 tex.height = tex32
[all...]

Completed in 48 milliseconds