mirror of https://github.com/intel/gmmlib.git
Merge d0f1d8f880
into 37cac4f8b2
This commit is contained in:
commit
64c141644e
|
@ -442,20 +442,20 @@ typedef struct GMM_TEXTURE_ALIGN_REC
|
|||
//---------------------------------------------------------------------------
|
||||
typedef struct __GMM_BUFFER_TYPE_REC
|
||||
{
|
||||
uint32_t Alignment; // Base Address Alignment
|
||||
GMM_GFX_SIZE_T MinAllocationSize; // Minimum Allocation size requirement
|
||||
GMM_GFX_SIZE_T MaxPitch; // Maximum pitch
|
||||
uint32_t MinPitch; // Minimum pitch
|
||||
uint32_t PitchAlignment; // Pitch Alignment restriction.
|
||||
uint32_t RenderPitchAlignment; // Pitch Alignment for render surface
|
||||
uint32_t LockPitchAlignment; // Pitch Alignment for locked surface
|
||||
uint32_t MinPitch; // Minimum pitch
|
||||
GMM_GFX_SIZE_T MaxPitch; // Maximum pitch
|
||||
GMM_GFX_SIZE_T MinAllocationSize; // Minimum Allocation size requirement
|
||||
uint32_t Alignment; // Base Address Alignment
|
||||
|
||||
uint32_t MinHeight; // Mininum height in bytes
|
||||
GMM_GFX_SIZE_T MinWidth; // Minimum width in bytes
|
||||
uint32_t MinDepth; // Minimum depth (only for volume)
|
||||
GMM_GFX_SIZE_T MaxHeight; // Maximum height in bytes
|
||||
GMM_GFX_SIZE_T MaxWidth; // Maximum Width in bytes
|
||||
GMM_GFX_SIZE_T MaxHeight; // Maximum height in bytes
|
||||
uint32_t MinWidth; // Minimum width in bytes
|
||||
uint32_t MinHeight; // Mininum height in bytes
|
||||
uint32_t MaxDepth; // Maximum depth (only for volume)
|
||||
uint32_t MinDepth; // Minimum depth (only for volume)
|
||||
uint32_t MaxArraySize;
|
||||
uint8_t NeedPow2LockAlignment; // Locking surface need to be power of 2 aligned
|
||||
} __GMM_BUFFER_TYPE;
|
||||
|
|
|
@ -383,8 +383,8 @@ typedef struct GMM_RESCREATE_CUSTOM_PARAMS_2_REC : public GMM_RESCREATE_CUSTOM_P
|
|||
{
|
||||
struct
|
||||
{
|
||||
uint32_t Pitch;
|
||||
GMM_GFX_SIZE_T Size;
|
||||
uint32_t Pitch;
|
||||
uint32_t BaseAlignment;
|
||||
struct
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue