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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
depthstencil.h 33 void StencilOp(SWR_STENCILOP op, simdscalar mask, simdscalar stencilRefps, simdscalar &stencilps)
269 StencilOp((SWR_STENCILOP)stencilFailOp, stencilFailMask, stencilRefps, stencilps);
270 StencilOp((SWR_STENCILOP)stencilPassDepthFailOp, stencilPassDepthFailMask, stencilRefps, stencilps);
271 StencilOp((SWR_STENCILOP)stencilPassDepthPassOp, stencilPassDepthPassMask, stencilRefps, stencilps);
state.h 407 enum SWR_STENCILOP
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 144 static INLINE SWR_STENCILOP

Completed in 88 milliseconds