Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DConstants.cpp357 static const float4 unscaleSByte = {1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F}; in Constants() local
DConstants.hpp103 float4 unscaleSByte; member