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 | 708 state.blendState.alphaBlendFunc, src, srcFactor, dst, dstFactor, result); in Create()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | blend.h | 336 (SWR_BLEND_OP)pState->alphaBlendFunc, src, srcFactor, dst, dstFactor, result); in Blend()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 110 compileState.alphaBlendFunc = in swr_create_blend_state() 1957 compileState.blendState.alphaBlendFunc); in swr_update_derived()
|