Changeset 95012 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp
- Timestamp:
- May 14, 2022 9:30:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp
r95008 r95012 3807 3807 { 3808 3808 #ifdef VMSVGA3D_DX 3809 DEBUG_BREAKPOINT_TEST(); 3810 PVMSVGAR3STATE const pSvgaR3State = pThisCC->svga.pSvgaR3State; 3811 RT_NOREF(pSvgaR3State, pCmd, cbCmd); 3812 return vmsvga3dDXCopyStructureCount(pThisCC, idDXContext); 3809 //DEBUG_BREAKPOINT_TEST(); 3810 RT_NOREF(cbCmd); 3811 return vmsvga3dDXCopyStructureCount(pThisCC, idDXContext, pCmd); 3813 3812 #else 3814 3813 RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd); … … 3837 3836 { 3838 3837 #ifdef VMSVGA3D_DX 3839 DEBUG_BREAKPOINT_TEST(); 3840 PVMSVGAR3STATE const pSvgaR3State = pThisCC->svga.pSvgaR3State; 3841 RT_NOREF(pSvgaR3State, pCmd, cbCmd); 3842 return vmsvga3dDXDrawIndexedInstancedIndirect(pThisCC, idDXContext); 3838 //DEBUG_BREAKPOINT_TEST(); 3839 RT_NOREF(cbCmd); 3840 return vmsvga3dDXDrawIndexedInstancedIndirect(pThisCC, idDXContext, pCmd); 3843 3841 #else 3844 3842 RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd); … … 3852 3850 { 3853 3851 #ifdef VMSVGA3D_DX 3854 DEBUG_BREAKPOINT_TEST(); 3855 PVMSVGAR3STATE const pSvgaR3State = pThisCC->svga.pSvgaR3State; 3856 RT_NOREF(pSvgaR3State, pCmd, cbCmd); 3857 return vmsvga3dDXDrawInstancedIndirect(pThisCC, idDXContext); 3852 //DEBUG_BREAKPOINT_TEST(); 3853 RT_NOREF(cbCmd); 3854 return vmsvga3dDXDrawInstancedIndirect(pThisCC, idDXContext, pCmd); 3858 3855 #else 3859 3856 RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd); … … 3941 3938 { 3942 3939 #ifdef VMSVGA3D_DX 3943 DEBUG_BREAKPOINT_TEST(); 3944 PVMSVGAR3STATE const pSvgaR3State = pThisCC->svga.pSvgaR3State; 3945 RT_NOREF(pSvgaR3State, pCmd, cbCmd); 3946 return vmsvga3dDXSetStructureCount(pThisCC, idDXContext); 3940 //DEBUG_BREAKPOINT_TEST(); 3941 RT_NOREF(cbCmd); 3942 return vmsvga3dDXSetStructureCount(pThisCC, idDXContext, pCmd); 3947 3943 #else 3948 3944 RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd);
Note:
See TracChangeset
for help on using the changeset viewer.