Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShaderCore.hpp240 void mov(Vector4f &dst, const Vector4f &src, bool integerDestination = false);
DShaderCore.cpp657 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() argument
659 if(integerDestination) in mov()
/external/swiftshader/src/Pipeline/
DShaderCore.hpp240 void mov(Vector4f &dst, const Vector4f &src, bool integerDestination = false);
DShaderCore.cpp657 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() argument
659 if(integerDestination) in mov()