mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
style: correct local variable naming
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2cca28af07
commit
3897f43f8e
@@ -6710,7 +6710,7 @@ struct Demarshaller<TOK_S_GMM_TEXTURE_INFO_REC> {
|
||||
tokPlatform = tokPlatform + sizeof(TokenVariableLength) / sizeof(uint32_t) + varLen->valuePaddedSizeInDwords;
|
||||
}
|
||||
}
|
||||
WCH_ASSERT(tok__Platform == tok__PlatformEnd);
|
||||
WCH_ASSERT(tokPlatform == tokPlatformEnd);
|
||||
#endif
|
||||
} break;
|
||||
};
|
||||
@@ -7791,7 +7791,7 @@ struct Demarshaller<TOK_S_GMM_RESOURCE_INFO_COMMON_STRUCT> {
|
||||
tokPlatform = tokPlatform + sizeof(TokenVariableLength) / sizeof(uint32_t) + varLen->valuePaddedSizeInDwords;
|
||||
}
|
||||
}
|
||||
WCH_ASSERT(tok__Platform == tok__PlatformEnd);
|
||||
WCH_ASSERT(tokPlatform == tokPlatformEnd);
|
||||
#endif
|
||||
} break;
|
||||
};
|
||||
@@ -8777,7 +8777,7 @@ struct Demarshaller<TOK_S_GMM_RESOURCE_INFO_COMMON_STRUCT> {
|
||||
tokPlatform = tokPlatform + sizeof(TokenVariableLength) / sizeof(uint32_t) + varLen->valuePaddedSizeInDwords;
|
||||
}
|
||||
}
|
||||
WCH_ASSERT(tok__Platform == tok__PlatformEnd);
|
||||
WCH_ASSERT(tokPlatform == tokPlatformEnd);
|
||||
#endif
|
||||
} break;
|
||||
};
|
||||
@@ -9763,7 +9763,7 @@ struct Demarshaller<TOK_S_GMM_RESOURCE_INFO_COMMON_STRUCT> {
|
||||
tokPlatform = tokPlatform + sizeof(TokenVariableLength) / sizeof(uint32_t) + varLen->valuePaddedSizeInDwords;
|
||||
}
|
||||
}
|
||||
WCH_ASSERT(tok__Platform == tok__PlatformEnd);
|
||||
WCH_ASSERT(tokPlatform == tokPlatformEnd);
|
||||
#endif
|
||||
} break;
|
||||
};
|
||||
@@ -10891,7 +10891,7 @@ struct Demarshaller<TOK_S_GMM_RESOURCE_INFO_WIN_STRUCT> {
|
||||
tokPlatform = tokPlatform + sizeof(TokenVariableLength) / sizeof(uint32_t) + varLen->valuePaddedSizeInDwords;
|
||||
}
|
||||
}
|
||||
WCH_ASSERT(tok__Platform == tok__PlatformEnd);
|
||||
WCH_ASSERT(tokPlatform == tokPlatformEnd);
|
||||
#endif
|
||||
} break;
|
||||
};
|
||||
@@ -11877,7 +11877,7 @@ struct Demarshaller<TOK_S_GMM_RESOURCE_INFO_WIN_STRUCT> {
|
||||
tokPlatform = tokPlatform + sizeof(TokenVariableLength) / sizeof(uint32_t) + varLen->valuePaddedSizeInDwords;
|
||||
}
|
||||
}
|
||||
WCH_ASSERT(tok__Platform == tok__PlatformEnd);
|
||||
WCH_ASSERT(tokPlatform == tokPlatformEnd);
|
||||
#endif
|
||||
} break;
|
||||
};
|
||||
@@ -12863,7 +12863,7 @@ struct Demarshaller<TOK_S_GMM_RESOURCE_INFO_WIN_STRUCT> {
|
||||
tokPlatform = tokPlatform + sizeof(TokenVariableLength) / sizeof(uint32_t) + varLen->valuePaddedSizeInDwords;
|
||||
}
|
||||
}
|
||||
WCH_ASSERT(tok__Platform == tok__PlatformEnd);
|
||||
WCH_ASSERT(tokPlatform == tokPlatformEnd);
|
||||
#endif
|
||||
} break;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user