OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unscaleSByte
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/Shader/
Constants.hpp
103
float4
unscaleSByte
;
Constants.cpp
357
static const float4
unscaleSByte
= {1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F, 1.0f / 0x7F};
365
memcpy(&this->
unscaleSByte
, &
unscaleSByte
, sizeof(
unscaleSByte
));
VertexRoutine.cpp
206
if(stream.count >= 1) v.x *= *Pointer<Float4>(constants + OFFSET(Constants,
unscaleSByte
));
207
if(stream.count >= 2) v.y *= *Pointer<Float4>(constants + OFFSET(Constants,
unscaleSByte
));
208
if(stream.count >= 3) v.z *= *Pointer<Float4>(constants + OFFSET(Constants,
unscaleSByte
));
209
if(stream.count >= 4) v.w *= *Pointer<Float4>(constants + OFFSET(Constants,
unscaleSByte
));
Completed in 69 milliseconds