Searched refs:SWR_STENCILOP (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | depthstencil.h | 33 void StencilOp(SWR_STENCILOP op, simdscalar const &mask, simdscalar const &stencilRefps, simdscalar… in StencilOp() 269 StencilOp((SWR_STENCILOP)stencilFailOp, stencilFailMask, stencilRefps, stencilps); in DepthStencilWrite() 270 …StencilOp((SWR_STENCILOP)stencilPassDepthFailOp, stencilPassDepthFailMask, stencilRefps, stencilps… in DepthStencilWrite() 271 …StencilOp((SWR_STENCILOP)stencilPassDepthPassOp, stencilPassDepthPassMask, stencilRefps, stencilps… in DepthStencilWrite()
|
D | state.h | 440 enum SWR_STENCILOP enum
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 159 static INLINE SWR_STENCILOP
|