HomeSort by relevance Sort by last modified time
    Searched refs:_simd_cmpgt_ps (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
depthstencil.h 151 case ZFUNC_GT: depthResult = _simd_cmpgt_ps(interpZ, zbuf); break;
202 case ZFUNC_GT: stencilMask = _simd_cmpgt_ps(stencilRef, stencilWithMask); break;
clip.h 82 vRes = _simd_cmpgt_ps(vertex.x, vertex.w);
86 vRes = _simd_cmpgt_ps(vertex.y, vertex.w);
104 vRes = _simd_cmpgt_ps(vertex.z, vertex.w);
124 vRes = _simd_cmpgt_ps(vertex.x, gbMult);
129 vRes = _simd_cmpgt_ps(vertex.y, gbMult);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdintrin.h 77 #define _simd_cmpgt_ps(a, b) _mm256_cmp_ps(a, b, _CMP_GT_OQ) macro
    [all...]

Completed in 42 milliseconds