Searched refs:SWR_BLEND_FACTOR (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.h | 39 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()
|
D | blend_jit.cpp | 51 void GenerateBlendFactor(SWR_BLEND_FACTOR factor, in GenerateBlendFactor()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | blend.h | 31 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()
|
D | state.h | 489 enum SWR_BLEND_FACTOR enum
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 289 static INLINE SWR_BLEND_FACTOR
|