Home
last modified time | relevance | path

Searched refs:SWR_BLEND_FACTOR (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.h39 SWR_BLEND_FACTOR sourceAlphaBlendFactor;
40 SWR_BLEND_FACTOR destAlphaBlendFactor;
41 SWR_BLEND_FACTOR sourceBlendFactor;
42 SWR_BLEND_FACTOR destBlendFactor;
104 blendState.sourceAlphaBlendFactor = (SWR_BLEND_FACTOR)0; in Canonicalize()
105 blendState.destAlphaBlendFactor = (SWR_BLEND_FACTOR)0; in Canonicalize()
106 blendState.sourceBlendFactor = (SWR_BLEND_FACTOR)0; in Canonicalize()
107 blendState.destBlendFactor = (SWR_BLEND_FACTOR)0; in Canonicalize()
124 blendState.sourceAlphaBlendFactor = (SWR_BLEND_FACTOR)0; in Canonicalize()
125 blendState.destAlphaBlendFactor = (SWR_BLEND_FACTOR)0; in Canonicalize()
Dblend_jit.cpp51 void GenerateBlendFactor(SWR_BLEND_FACTOR factor, in GenerateBlendFactor()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h31 INLINE void GenerateBlendFactor(SWR_BLEND_FACTOR func, in GenerateBlendFactor()
320 (SWR_BLEND_FACTOR)pState->sourceBlendFactor, constColor, src, src1, dst, srcFactor); in Blend()
321 GenerateBlendFactor<false, true>((SWR_BLEND_FACTOR)pState->sourceAlphaBlendFactor, in Blend()
329 (SWR_BLEND_FACTOR)pState->destBlendFactor, constColor, src, src1, dst, dstFactor); in Blend()
331 (SWR_BLEND_FACTOR)pState->destAlphaBlendFactor, constColor, src, src1, dst, dstFactor); in Blend()
341 (SWR_BLEND_FACTOR)pState->sourceBlendFactor, constColor, src, src1, dst, srcFactor); in Blend()
343 (SWR_BLEND_FACTOR)pState->destBlendFactor, constColor, src, src1, dst, dstFactor); in Blend()
Dstate.h489 enum SWR_BLEND_FACTOR enum
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h289 static INLINE SWR_BLEND_FACTOR