Searched refs:integerDestination (Results 1 – 4 of 4) sorted by relevance
240 void mov(Vector4f &dst, const Vector4f &src, bool integerDestination = false);
657 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() argument659 if(integerDestination) in mov()