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

Completed in 516 milliseconds