Searched refs:alphaBlendFunc (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.h | 44 SWR_BLEND_OP alphaBlendFunc; member 109 blendState.alphaBlendFunc = (SWR_BLEND_OP)0; in Canonicalize() 126 blendState.alphaBlendFunc = (SWR_BLEND_OP)0; in Canonicalize()
|
D | blend_jit.cpp | 636 … BlendFunc<false, true>(state.blendState.alphaBlendFunc, src, srcFactor, dst, dstFactor, result); in Create()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | blend.h | 309 …BlendFunc<false, true>((SWR_BLEND_OP)pState->alphaBlendFunc, src, srcFactor, dst, dstFactor, resul… in Blend()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 99 compileState.alphaBlendFunc = in swr_create_blend_state() 1702 compileState.blendState.alphaBlendFunc); in swr_update_derived()
|