VirtualBox

Ignore:
Timestamp:
May 6, 2022 11:49:25 AM (3 years ago)
Author:
vboxsync
Message:

WDDM: ClearRenderTargetView, ClearDepthStencilView; minor fixes. bugref:9845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPTypes.h

    r94881 r94889  
    5252#define VBOXWDDM_C_DMA_PRIVATEDATA_SIZE    0x4000
    5353#else
    54 #define VBOXWDDM_C_DMA_BUFFER_SIZE         0x10000
    55 #define VBOXWDDM_C_DMA_PRIVATEDATA_SIZE    0x8000
     54/* A small buffer fills quickly by commands. A large buffer does not allow effective preemption.
     55 * 16K is an aritrary value, which allows to batch enough commands, but not too many.
     56 */
     57#define VBOXWDDM_C_DMA_BUFFER_SIZE         0x4000
     58/* Private data is rather small, so one page is more than enough. */
     59#define VBOXWDDM_C_DMA_PRIVATEDATA_SIZE    0x1000
    5660#endif
    5761#define VBOXWDDM_C_ALLOC_LIST_SIZE         0xc00
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette