Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSetupRoutine.cpp585 Int DY12 = Y2 - Y1; in edge() local
588 Int FDY12 = DY12 << 4; in edge()
590 Int X = DX12 * ((y1 << 4) - Y1) + (X1 & 0x0000000F) * DY12; in edge()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp578 Int DY12 = Y2 - Y1; in edge() local
581 Int FDY12 = DY12 << 4; in edge()
583 Int X = DX12 * ((y1 << 4) - Y1) + (X1 & 0x0000000F) * DY12; in edge()