Searched refs:SWR_BLEND_OP (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.h | 43 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()
|
D | blend_jit.cpp | 240 …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/ |
D | blend.h | 181 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()
|
D | state.h | 475 enum SWR_BLEND_OP enum
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 247 static INLINE SWR_BLEND_OP
|