Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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.hpp137 float4 unscaleSByte; member