mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Revert "fix: set properly resource params when setAllocationType"
This reverts commit 2e0884a301.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8d32a3a3ad
commit
956dd8e17d
@@ -53,7 +53,6 @@ class Gmm {
|
||||
void applyAuxFlagsForBuffer(bool preferCompression);
|
||||
void applyMemoryFlags(const StorageInfo &storageInfo);
|
||||
void applyAppResource(const StorageInfo &storageInfo);
|
||||
void applyResourceInfo();
|
||||
|
||||
bool unifiedAuxTranslationCapable() const;
|
||||
bool hasMultisampleControlSurface() const;
|
||||
@@ -63,7 +62,6 @@ class Gmm {
|
||||
uint32_t queryQPitch(GMM_RESOURCE_TYPE resType);
|
||||
void updateImgInfoAndDesc(ImageInfo &imgInfo, uint32_t arrayIndex, ImagePlane yuvPlaneType);
|
||||
void updateOffsetsInImgInfo(ImageInfo &imgInfo, uint32_t arrayIndex);
|
||||
void updateUsageAndCachableFlag(GMM_RESOURCE_USAGE_TYPE_ENUM gmmResourceUsage, const GmmRequirements &gmmRequirements);
|
||||
uint8_t resourceCopyBlt(void *sys, void *gpu, uint32_t pitch, uint32_t height, unsigned char upload, ImagePlane plane);
|
||||
|
||||
uint32_t getUnifiedAuxPitchTiles();
|
||||
|
||||
Reference in New Issue
Block a user