mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
Silence clang-tidy
Change-Id: I56abcad79d59164d2f7bf906fb34b0c8b4c03c13
This commit is contained in:
@@ -38,6 +38,10 @@ MockGmmResourceInfo::MockGmmResourceInfo(GMM_RESOURCE_INFO *inputGmmResourceInfo
|
||||
// Simulate GMM behaviour. We dont want to test 3rd party lib
|
||||
void MockGmmResourceInfo::setupDefaultActions() {
|
||||
setSurfaceFormat();
|
||||
if (surfaceFormatInfo == nullptr) {
|
||||
ASSERT_TRUE(false);
|
||||
return;
|
||||
}
|
||||
computeRowPitch();
|
||||
|
||||
size = rowPitch;
|
||||
|
||||
Reference in New Issue
Block a user