Home
last modified time | relevance | path

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

/external/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.cpp240 …void BlendFunc(SWR_BLEND_OP blendOp, Value* src[4], Value* srcFactor[4], Value* dst[4], Value* dst… in BlendFunc()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h181 INLINE void BlendFunc(SWR_BLEND_OP blendOp, simdvector &src, simdvector &srcFactor, simdvector &dst… in BlendFunc()
308 …BlendFunc<true, false>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, resul… in Blend()
309 …BlendFunc<false, true>((SWR_BLEND_OP)pState->alphaBlendFunc, src, srcFactor, dst, dstFactor, resul… in Blend()
316 …BlendFunc<true, true>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result… in Blend()
Dstate.h475 enum SWR_BLEND_OP enum
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h247 static INLINE SWR_BLEND_OP