commit | 9f1722cace2f7c1269f13b9e78f0eeafe1f971b0 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Mon Aug 25 10:17:58 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Mon Aug 25 10:49:31 2014 +0800 |
tree | af4f0e574db16c97cd83388a6788941e3e77b1fe | |
parent | 1cbc0052d085ef7972287e99343ba2d33f0b2e64 [diff] [blame] |
intel: refactor cmd_pipeline Add helper functions for each of the API functions.
diff --git a/icd/intel/cmd.h b/icd/intel/cmd.h index 8792e91..6fa83a4 100644 --- a/icd/intel/cmd.h +++ b/icd/intel/cmd.h
@@ -70,7 +70,7 @@ struct { struct intel_mem_view graphics; struct intel_mem_view compute; - } mem_view; + } dyn_view; struct { const struct intel_mem *mem;