Correct getCacheProperties interface

Change-Id: I6e3cec56e78e7fad73f3afe5921ef156c308dd1d
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2020-08-05 15:11:34 -07:00
committed by sys_ocldev
parent 3471b01f05
commit d97db3d7dc
5 changed files with 17 additions and 9 deletions

View File

@@ -135,10 +135,9 @@ struct Mock<Device> : public Device {
(override));
MOCK_METHOD(ze_result_t,
getCacheProperties,
(ze_device_cache_properties_t * pCacheProperties),
(uint32_t * pCount,
ze_device_cache_properties_t *pCacheProperties),
(override));
MOCK_METHOD(ze_result_t,
imageGetProperties,
(const ze_image_desc_t *desc,