Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DConstants.cpp341 static const float4 unscaleByte = {1.0f / 0xFF, 1.0f / 0xFF, 1.0f / 0xFF, 1.0f / 0xFF}; in Constants() local
DConstants.hpp99 float4 unscaleByte; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DConstants.cpp344 static const float4 unscaleByte = { 1.0f / 0xFF, 1.0f / 0xFF, 1.0f / 0xFF, 1.0f / 0xFF }; in Constants() local
DConstants.hpp136 float4 unscaleByte; member