Home | History | Annotate | Download | only in jitter

Lines Matching defs:blendState

82     RENDER_TARGET_BLEND_COMPILE_STATE blendState;
102 if (!blendState.blendEnable)
104 blendState.sourceAlphaBlendFactor = (SWR_BLEND_FACTOR)0;
105 blendState.destAlphaBlendFactor = (SWR_BLEND_FACTOR)0;
106 blendState.sourceBlendFactor = (SWR_BLEND_FACTOR)0;
107 blendState.destBlendFactor = (SWR_BLEND_FACTOR)0;
108 blendState.colorBlendFunc = (SWR_BLEND_OP)0;
109 blendState.alphaBlendFunc = (SWR_BLEND_OP)0;
112 if (!blendState.logicOpEnable)
114 blendState.logicOpFunc = (SWR_LOGIC_OP)0;
117 if (!blendState.blendEnable && !blendState.logicOpEnable)
124 blendState.sourceAlphaBlendFactor = (SWR_BLEND_FACTOR)0;
125 blendState.destAlphaBlendFactor = (SWR_BLEND_FACTOR)0;
126 blendState.alphaBlendFunc = (SWR_BLEND_OP)0;