Searched refs:vClip (Results 1 – 2 of 2) sorted by relevance
94 typedef GLvector4f * (*clip_func)(GLvector4f *vClip,
257 simdscalar vClip = _simd_cmp_ps(vClipComp, vClipComp, _CMP_UNORD_Q); in ComputeUserClipCullMask() local258 vClipCullMask = _simd_or_ps(vClipCullMask, vClip); in ComputeUserClipCullMask()