Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSetupRoutine.cpp582 Int DX12 = X2 - X1; in edge() local
585 Int FDX12 = DX12 << 4; in edge()
588 Int X = DX12 * ((y1 << 4) - Y1) + (X1 & 0x0000000F) * DY12; in edge()