mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Move static methods from Gmm to new GmmHelper class
Change-Id: I84fbe94f0e1072324164086b456c71a46ae5040c
This commit is contained in:
committed by
sys_ocldev
parent
a95cca71e4
commit
e18e9fb94e
@@ -201,6 +201,14 @@ enum GFX3DSTATE_SURFACEFORMAT : unsigned short {
|
||||
NUM_GFX3DSTATE_SURFACEFORMATS
|
||||
};
|
||||
|
||||
enum class OCLPlane {
|
||||
NO_PLANE = 0,
|
||||
PLANE_Y,
|
||||
PLANE_U,
|
||||
PLANE_V,
|
||||
PLANE_UV
|
||||
};
|
||||
|
||||
struct SurfaceFormatInfo {
|
||||
cl_image_format OCLImageFormat;
|
||||
GMM_RESOURCE_FORMAT GMMSurfaceFormat;
|
||||
|
||||
Reference in New Issue
Block a user