Add image 1.1 API changes to current code base

Initial work to import the latest (1.1) hsa_ext_image extension.

Change-Id: I4d55adb09ba4d4dbd43d47a4bc54077d4bc531d2
このコミットが含まれているのは:
Christophe Paquot
2017-01-05 21:24:07 -08:00
コミット e0ce8855dd
7個のファイルの変更915行の追加450行の削除
+1 -1
ファイルの表示
@@ -185,7 +185,7 @@ namespace loader {
hsa_agent_t agent,
hsa_access_permission_t image_permission,
const hsa_ext_image_descriptor_t *image_descriptor,
const void *image_data,
void *image_data,
hsa_ext_image_t *image_handle)
{
void* ptr = alignedMalloc(256, 8);