Home
last modified time | relevance | path

Searched defs:halfBits (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/tests/
DSafeMathTest.cpp34 size_t halfBits = bits / 2; in DEF_TEST() local
/third_party/flutter/skia/tests/
DSafeMathTest.cpp34 size_t halfBits = bits / 2; in DEF_TEST() local
/third_party/skia/experimental/graphite/src/
DUniformManager.cpp163 SkHalf* halfBits = static_cast<SkHalf*>(dst); in CopyUniforms() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp561 SIMD::UInt halfToFloatBits(SIMD::UInt halfBits) in halfToFloatBits()
614 UInt4 halfBits; in r11g11b10Unpack() local
625 auto halfBits = floatToHalfBits(As<UInt4>(Max(value, Float4(0.0f))), true); in r11g11b10Pack() local
DSamplerCore.cpp2277 const int halfBits = 0x3EFFFFFF; // Value just under 0.5f in address() local
/third_party/skia/src/gpu/
DGrUniformDataManager.cpp46 SkHalf* halfBits = static_cast<SkHalf*>(dest); in copyUniforms() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp2358 const int halfBits = 0x3EFFFFFF; // Value just under 0.5f in address() local
DShaderCore.cpp1254 void ShaderCore::halfToFloatBits(Float4& dst, const Float4& halfBits) in halfToFloatBits()