Home
last modified time | relevance | path

Searched refs:ApplyScaleAndClamp (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DBlitter.hpp90 static bool ApplyScaleAndClamp(Float4& value, const BlitState& state);
DBlitter.cpp1082 bool Blitter::ApplyScaleAndClamp(Float4& value, const BlitState& state) in ApplyScaleAndClamp() function in sw::Blitter
1191 if(!ApplyScaleAndClamp(constantColorF, state)) in generate()
1286 if(!ApplyScaleAndClamp(color, state) || !write(color, d, state.destFormat, state.options)) in generate()