Searched refs:blendConstantS (Results 1 – 3 of 3) sorted by relevance
151 float4 blendConstantS; // Clamped to [-1,1] for signed fixed-point attachment formats. member
64 factor.blendConstantS[i] = clamp(blendConstant[i], -1.0f, 1.0f); in setBlendConstant()
1819 : *Pointer<Float>(data + OFFSET(DrawData, factor.blendConstantS[component])); in blendConstant()