Searched refs:oneMinusSrcA (Results 1 – 1 of 1) sorted by relevance
82 simdscalar oneMinusSrcA = _simd_sub_ps(_simd_set1_ps(1.0), src.w); in GenerateBlendFactor() local83 result.x = oneMinusSrcA; in GenerateBlendFactor()84 result.y = oneMinusSrcA; in GenerateBlendFactor()85 result.z = oneMinusSrcA; in GenerateBlendFactor()86 result.w = oneMinusSrcA; in GenerateBlendFactor()