Searched refs:unscaleInt (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Constants.cpp | 345 …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()
|
D | Constants.hpp | 103 float4 unscaleInt; member
|
D | VertexRoutine.cpp | 339 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/ |
D | Constants.cpp | 351 …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()
|
D | Constants.hpp | 140 float4 unscaleInt; member
|