DXGK_SCHEDULING_LOG_ENTRY structure (d3dkmddi.h)

Contains information about a scheduling log entry.

Syntax

typedef struct _DXGK_SCHEDULING_LOG_ENTRY {
  UINT64 GpuTimeStamp;
  UINT   OperationType : 32;
  UINT   ReservedOperationTypeBits : 32;
  union {
    DXGK_SCHEDULING_LOG_CONTEXT_STATE_CHANGE ContextStateChange;
    UINT64                                   ReservedOperationData[2];
  };
} DXGK_SCHEDULING_LOG_ENTRY;

Members

GpuTimeStamp

The GPU time stamp.

OperationType

Pointer to a DXGK_SCHEDULING_LOG_OPERATION enumeration that contains information about a scheduling log operation.

ReservedOperationTypeBits

The number of reserved operation type bits.

ContextStateChange

Pointer to a DXGK_SCHEDULING_LOG_CONTEXT_STATE_CHANGE structure that contains information about a scheduling log context state change event.

ReservedOperationData[2]

The number of reserved operation data.

Requirements

Requirement Value
Header d3dkmddi.h