Searched refs:colorBlendFunc (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.h | 43 SWR_BLEND_OP colorBlendFunc; member 108 blendState.colorBlendFunc = (SWR_BLEND_OP)0; in Canonicalize()
|
D | blend_jit.cpp | 635 … BlendFunc<true, false>(state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result); in Create() 643 … BlendFunc<true, true>(state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result); in Create()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | blend.h | 308 …BlendFunc<true, false>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, resul… in Blend() 316 …BlendFunc<true, true>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result… in Blend()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 97 compileState.colorBlendFunc = in swr_create_blend_state() 1701 (compileState.blendState.colorBlendFunc != in swr_update_derived()
|