Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp236 void mov(Vector4f &dst, const Vector4f &src, bool integerDestination = false);
DShaderCore.cpp671 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() argument
673 if(integerDestination) in mov()