Home | History | Annotate | Download | only in svgadump

Lines Matching refs:perRT

1792       const SVGA3dDXBlendStatePerRT *rt = cmd->perRT + i;
1793 _debug_printf("\t\t.perRT[%u].blendEnable = %u\n", i, rt->blendEnable);
1795 _debug_printf("\t\t.perRT[%u].srcBlend = %u\n", i, rt->srcBlend);
1796 _debug_printf("\t\t.perRT[%u].destBlend = %u\n", i, rt->destBlend);
1797 _debug_printf("\t\t.perRT[%u].blendOp = %u\n", i, rt->blendOp);
1798 _debug_printf("\t\t.perRT[%u].srcBlendAlpha = %u\n", i, rt->srcBlendAlpha);
1799 _debug_printf("\t\t.perRT[%u].destBlendAlpha = %u\n", i, rt->destBlendAlpha);
1800 _debug_printf("\t\t.perRT[%u].blendOpAlpha = %u\n", i, rt->blendOpAlpha);
1802 _debug_printf("\t\t.perRT[%u].renderTargetWriteMask = %u\n", i, rt->renderTargetWriteMask);
1803 _debug_printf("\t\t.perRT[%u].logicOpEnable = %u\n", i, rt->logicOpEnable);
1805 _debug_printf("\t\t.perRT[%u].logicOp = %u\n", i, rt->logicOp);