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

  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 192 return ZFUNC_NEVER;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
depthstencil.h 141 case ZFUNC_NEVER: depthResult = _simd_setzero_ps(); break;
183 case ZFUNC_NEVER: stencilMask = _simd_setzero_ps(); break;
state.h 397 ZFUNC_NEVER,
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 465 case ZFUNC_NEVER: pTest = VIMMED1(false); break;
486 case ZFUNC_NEVER: pTest = VIMMED1(false); break;

Completed in 2248 milliseconds