Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dr600d.h2091 #define G_038000_PITCH(x) (((x) >> 8) & 0x7FF) macro
H A Dr600_cs.c1508 pitch = (G_038000_PITCH(word0) + 1) * 8; in r600_check_texture_resource()