Searched refs:SWR_BLEND_OP (Results 1 – 5 of 5) sorted by relevance
/third_party/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 | 251 void BlendFunc(SWR_BLEND_OP blendOp, in BlendFunc()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | blend.h | 188 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()
|
D | state.h | 512 enum SWR_BLEND_OP enum
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 270 static INLINE SWR_BLEND_OP
|