mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add HW commands const definitions
Change-Id: If2e9d7f7f707b7b8c7bd8dbd3853ab3b6dad0c9a
This commit is contained in:

committed by
sys_ocldev

parent
0c2f5aa491
commit
158f200476
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -120,7 +120,7 @@ class ImageClearColorFixture {
|
||||
OCLRT::platformImpl.reset();
|
||||
OCLRT::constructPlatform()->peekExecutionEnvironment()->initGmm(&hwInfoHelper.hwInfo);
|
||||
|
||||
surfaceState = RENDER_SURFACE_STATE::sInit();
|
||||
surfaceState = FamilyType::cmdInitRenderSurfaceState;
|
||||
surfaceState.setAuxiliarySurfaceMode(AUXILIARY_SURFACE_MODE::AUXILIARY_SURFACE_MODE_AUX_CCS_E);
|
||||
}
|
||||
void TearDown() {
|
||||
|
Reference in New Issue
Block a user