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

  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 194 return ZFUNC_LT;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
depthstencil.h 150 case ZFUNC_LT: depthResult = _simd_cmplt_ps(interpZ, zbuf); break;
201 case ZFUNC_LT: stencilMask = _simd_cmplt_ps(stencilRef, stencilWithMask); break;
state.h 398 ZFUNC_LT,
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 466 case ZFUNC_LT: pTest = ICMP_ULT(pAlphaU8, pRef); break;
487 case ZFUNC_LT: pTest = FCMP_OLT(pAlpha, pRef); break;

Completed in 1183 milliseconds