Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DConstants.cpp356 static const float4 unscaleByte = {1.0f / 0xFF, 1.0f / 0xFF, 1.0f / 0xFF, 1.0f / 0xFF}; in Constants() local
DConstants.hpp102 float4 unscaleByte; member