Home
last modified time | relevance | path

Searched refs:SWR_BLEND_OP (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.h43 SWR_BLEND_OP colorBlendFunc;
44 SWR_BLEND_OP alphaBlendFunc;
108 blendState.colorBlendFunc = (SWR_BLEND_OP)0; in Canonicalize()
109 blendState.alphaBlendFunc = (SWR_BLEND_OP)0; in Canonicalize()
126 blendState.alphaBlendFunc = (SWR_BLEND_OP)0; in Canonicalize()
Dblend_jit.cpp251 void BlendFunc(SWR_BLEND_OP blendOp, in BlendFunc()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h188 INLINE void BlendFunc(SWR_BLEND_OP blendOp, in BlendFunc()
334 (SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result); in Blend()
336 (SWR_BLEND_OP)pState->alphaBlendFunc, src, srcFactor, dst, dstFactor, result); in Blend()
346 (SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result); in Blend()
Dstate.h512 enum SWR_BLEND_OP enum
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.h270 static INLINE SWR_BLEND_OP