Home
last modified time | relevance | path

Searched refs:colorBlendFunc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.h43 SWR_BLEND_OP colorBlendFunc; member
108 blendState.colorBlendFunc = (SWR_BLEND_OP)0; in Canonicalize()
Dblend_jit.cpp635 … 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/
Dblend.h308 …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/
Dswr_state.cpp97 compileState.colorBlendFunc = in swr_create_blend_state()
1701 (compileState.blendState.colorBlendFunc != in swr_update_derived()