Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/riva/
Driva_hw.c1254 state->pitch3 = pixelDepth * width; in CalcStateExt()
1353 chip->PGRAPH[0x0000065C/4] = state->pitch3; in LoadStateExt()
1395 chip->PGRAPH[0x0000067C/4] = state->pitch3; in LoadStateExt()
1436 chip->PGRAPH[0x0000067C/4] = state->pitch3; in LoadStateExt()
1437 chip->PGRAPH[0x00000680/4] = state->pitch3; in LoadStateExt()
1446 chip->PGRAPH[0x0000085C/4] = state->pitch3; in LoadStateExt()
1447 chip->PGRAPH[0x00000860/4] = state->pitch3; in LoadStateExt()
1448 chip->PGRAPH[0x00000864/4] = state->pitch3; in LoadStateExt()
1649 state->pitch3 = chip->PGRAPH[0x0000065C/4]; in UnloadStateExt()
1659 state->pitch3 = chip->PGRAPH[0x0000067C/4]; in UnloadStateExt()
[all …]
Driva_hw.h503 U032 pitch3; member