Home
last modified time | relevance | path

Searched refs:unscaleInt (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DConstants.cpp345 …static const float4 unscaleInt = {1.0f / 0x7FFFFFFF, 1.0f / 0x7FFFFFFF, 1.0f / 0x7FFFFFFF, 1.0f / … in Constants() local
353 memcpy(&this->unscaleInt, &unscaleInt, sizeof(unscaleInt)); in Constants()
DConstants.hpp103 float4 unscaleInt; member
DVertexRoutine.cpp339 if(stream.count >= 1) v.x *= *Pointer<Float4>(constants + OFFSET(Constants, unscaleInt)); in readStream()
340 if(stream.count >= 2) v.y *= *Pointer<Float4>(constants + OFFSET(Constants, unscaleInt)); in readStream()
341 if(stream.count >= 3) v.z *= *Pointer<Float4>(constants + OFFSET(Constants, unscaleInt)); in readStream()
342 if(stream.count >= 4) v.w *= *Pointer<Float4>(constants + OFFSET(Constants, unscaleInt)); in readStream()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DConstants.cpp351 …static const float4 unscaleInt = { (float)(1.0 / 0x7FFFFFFF), (float)(1.0 / 0x7FFFFFFF), (float)(1… in Constants() local
360 memcpy(&this->unscaleInt, &unscaleInt, sizeof(unscaleInt)); in Constants()
DConstants.hpp140 float4 unscaleInt; member