Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DConstants.cpp342 static const float4 unscaleSByte = {1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F}; in Constants() local
DConstants.hpp100 float4 unscaleSByte; member
/external/swiftshader/src/Pipeline/
DConstants.cpp345 static const float4 unscaleSByte = { 1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F }; in Constants() local
DConstants.hpp131 float4 unscaleSByte; member