Home
last modified time | relevance | path

Searched defs:unscaleShort (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Pipeline/
DConstants.cpp346 static const float4 unscaleShort = { 1.0f / 0x7FFF, 1.0f / 0x7FFF, 1.0f / 0x7FFF, 1.0f / 0x7FFF }; in Constants() local
DConstants.hpp138 float4 unscaleShort; member