We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stype
1 parent 8a809dc commit 32b3e68Copy full SHA for 32b3e68
conformance_tests/core/test_image/src/test_image.cpp
@@ -548,7 +548,9 @@ LZT_TEST_P(zeImageGetAllocPropertiesExtTests,
548
if (img == nullptr) {
549
continue;
550
}
551
- ze_image_allocation_ext_properties_t img_alloc_ext_properties;
+ ze_image_allocation_ext_properties_t img_alloc_ext_properties = {};
552
+ img_alloc_ext_properties.stype =
553
+ ZE_STRUCTURE_TYPE_IMAGE_ALLOCATION_EXT_PROPERTIES;
554
EXPECT_ZE_RESULT_SUCCESS(zeImageGetAllocPropertiesExt(
555
context, img, &img_alloc_ext_properties));
556
lzt::destroy_ze_image(img);
0 commit comments