commit | 1638c1c3e35b5ce8a0d88c7959482a09d6572ad8 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Fri Aug 29 14:01:16 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Fri Aug 29 14:01:16 2014 +0800 |
tree | bad68304a1688ee32082ade60392b813526df1c5 | |
parent | 8370b409693513867ffcd9fed5ef5fdaa3d44877 [diff] [blame] |
intel: document the commands in PSO
diff --git a/icd/intel/pipeline.h b/icd/intel/pipeline.h index d401027..d530350 100644 --- a/icd/intel/pipeline.h +++ b/icd/intel/pipeline.h
@@ -116,6 +116,19 @@ uint32_t codeSize; }; +/* + * On GEN6, there are + * + * - 3DSTATE_URB (3) + * + * On GEN7, there are + * + * - 3DSTATE_URB_x (2*4) + * - 3DSTATE_PUSH_CONSTANT_ALLOC_x (2*5) + * - 3DSTATE_HS (7) + * - 3DSTATE_TE (4) + * - 3DSTATE_DS (6) + */ #define INTEL_PSO_CMD_ENTRIES 64 /**