mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor: correct naming of NEOImageType enum values
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cff6c81be0
commit
895519db38
@@ -52,23 +52,23 @@ struct ArgDescInlineDataPointer {
|
||||
};
|
||||
|
||||
enum class NEOImageType : uint8_t {
|
||||
ImageTypeUnknown,
|
||||
ImageTypeBuffer,
|
||||
ImageType1D,
|
||||
ImageType1DArray,
|
||||
ImageType2D,
|
||||
ImageType2DArray,
|
||||
ImageType3D,
|
||||
ImageTypeCube,
|
||||
ImageTypeCubeArray,
|
||||
ImageType2DDepth,
|
||||
ImageType2DArrayDepth,
|
||||
ImageType2DMSAA,
|
||||
ImageType2DMSAADepth,
|
||||
ImageType2DArrayMSAA,
|
||||
ImageType2DArrayMSAADepth,
|
||||
ImageType2DMedia,
|
||||
ImageType2DMediaBlock,
|
||||
imageTypeUnknown,
|
||||
imageTypeBuffer,
|
||||
imageType1D,
|
||||
imageType1DArray,
|
||||
imageType2D,
|
||||
imageType2DArray,
|
||||
imageType3D,
|
||||
imageTypeCube,
|
||||
imageTypeCubeArray,
|
||||
imageType2DDepth,
|
||||
imageType2DArrayDepth,
|
||||
imageType2DMSAA,
|
||||
imageType2DMSAADepth,
|
||||
imageType2DArrayMSAA,
|
||||
imageType2DArrayMSAADepth,
|
||||
imageType2DMedia,
|
||||
imageType2DMediaBlock,
|
||||
};
|
||||
|
||||
struct ArgDescImage final {
|
||||
|
||||
Reference in New Issue
Block a user