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

  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 200 return ZFUNC_GT;
  /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;
state.h 401 ZFUNC_GT,
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 469 case ZFUNC_GT: pTest = ICMP_UGT(pAlphaU8, pRef); break;
490 case ZFUNC_GT: pTest = FCMP_OGT(pAlpha, pRef); break;

Completed in 194 milliseconds