Searched refs:blendState (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.h82 RENDER_TARGET_BLEND_COMPILE_STATE blendState; member in struct:BLEND_COMPILE_STATE
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
[all...]
H A Dblend_jit.cpp654 if (state.blendState.blendEnable)
688 state.blendState.sourceBlendFactor, constantColor, src, src1, dst, srcFactor);
689 GenerateBlendFactor<false, true>(state.blendState.sourceAlphaBlendFactor,
697 state.blendState.destBlendFactor, constantColor, src, src1, dst, dstFactor);
698 GenerateBlendFactor<false, true>(state.blendState.destAlphaBlendFactor,
706 state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result);
708 state.blendState.alphaBlendFunc, src, srcFactor, dst, dstFactor, result);
713 state.blendState.sourceBlendFactor, constantColor, src, src1, dst, srcFactor);
715 state.blendState.destBlendFactor, constantColor, src, src1, dst, dstFactor);
718 state.blendState
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.h82 RENDER_TARGET_BLEND_COMPILE_STATE blendState; member in struct:BLEND_COMPILE_STATE
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
[all...]
H A Dblend_jit.cpp656 if (state.blendState.blendEnable)
690 state.blendState.sourceBlendFactor, constantColor, src, src1, dst, srcFactor);
691 GenerateBlendFactor<false, true>(state.blendState.sourceAlphaBlendFactor,
699 state.blendState.destBlendFactor, constantColor, src, src1, dst, dstFactor);
700 GenerateBlendFactor<false, true>(state.blendState.destAlphaBlendFactor,
708 state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result);
710 state.blendState.alphaBlendFunc, src, srcFactor, dst, dstFactor, result);
715 state.blendState.sourceBlendFactor, constantColor, src, src1, dst, srcFactor);
717 state.blendState.destBlendFactor, constantColor, src, src1, dst, dstFactor);
720 state.blendState
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp74 SWR_RENDER_TARGET_BLEND_STATE &blendState = local in function:swr_create_blend_state
75 state->blendState.renderTarget[target];
108 blendState.writeDisableRed =
110 blendState.writeDisableGreen =
112 blendState.writeDisableBlue =
114 blendState.writeDisableAlpha =
1635 SWR_BLEND_STATE blendState; local in function:swr_update_derived
1636 memcpy(&blendState, &ctx->blend->blendState, sizeof(blendState));
[all...]
H A Dswr_state.h91 SWR_BLEND_STATE blendState; member in struct:swr_blend_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp85 SWR_RENDER_TARGET_BLEND_STATE &blendState = local in function:swr_create_blend_state
86 state->blendState.renderTarget[target];
119 blendState.writeDisableRed =
121 blendState.writeDisableGreen =
123 blendState.writeDisableBlue =
125 blendState.writeDisableAlpha =
1913 SWR_BLEND_STATE blendState; local in function:swr_update_derived
1914 memcpy(&blendState, &ctx->blend->blendState, sizeof(blendState));
[all...]
H A Dswr_state.h113 SWR_BLEND_STATE blendState; member in struct:swr_blend_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dbackend_singlesample.cpp115 pCoverageMask, psContext.inputMask, state.blendState.sampleMask);
123 &psContext, samplePos, coeffs, work.coverageMask, state.blendState.sampleMask);
246 &state.blendState,
H A Dbackend_sample.cpp96 pCoverageMask, psContext.inputMask, state.blendState.sampleMask);
104 &psContext, samplePos, coeffs, work.coverageMask, state.blendState.sampleMask);
261 &state.blendState,
H A Dbackend_impl.h1076 pCoverageMask, psContext.inputMask, state.blendState.sampleMask);
1084 &psContext, samplePos, coeffs, work.coverageMask, state.blendState.sampleMask);
1093 _simd_set1_epi32(state.blendState.sampleMask), _simd_setzero_si()));
1160 for (uint32_t sample = 0; sample < GetNumOMSamples<T>(state.blendState.sampleCount);
1190 &state.blendState,
H A Dcontext.h315 SWR_BLEND_STATE blendState; local in function:OSALIGNLINE
H A Dapi.cpp697 memcpy(&pState->blendState, pBlendState, sizeof(SWR_BLEND_STATE));
1012 if (pState->state.blendState.renderTarget[rt].writeDisableAlpha &&
1013 pState->state.blendState.renderTarget[rt].writeDisableRed &&
1014 pState->state.blendState.renderTarget[rt].writeDisableGreen &&
1015 pState->state.blendState.renderTarget[rt].writeDisableBlue)
H A Dbackend.cpp281 uint32_t sampleMask = state.blendState.sampleMask;

Completed in 32 milliseconds