Searched refs:_simd_cmplt_ps (Results 1 – 2 of 2) sorted by relevance
150 case ZFUNC_LT: depthResult = _simd_cmplt_ps(interpZ, zbuf); break; in DepthStencilTest()201 case ZFUNC_LT: stencilMask = _simd_cmplt_ps(stencilRef, stencilWithMask); break; in DepthStencilTest()
59 #define _simd_cmplt_ps SIMD::cmplt_ps macro