Signed-off-by: Rob Clark <robclark@freedesktop.org>tags/mesa-10.1-rc1
@@ -11,9 +11,9 @@ The rules-ng-ng source files this header was generated from are: | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno.xml ( 364 bytes, from 2013-11-30 14:47:15) | |||
- /home/robclark/src/freedreno/envytools/rnndb/freedreno_copyright.xml ( 1453 bytes, from 2013-03-31 16:51:27) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a2xx.xml ( 32840 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml ( 8900 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml ( 9009 bytes, from 2014-01-11 16:56:35) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_pm4.xml ( 12362 bytes, from 2014-01-07 14:47:36) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml ( 54368 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml ( 55460 bytes, from 2014-01-14 23:57:14) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a4xx.xml ( 8344 bytes, from 2013-11-30 14:49:47) | |||
Copyright (C) 2013-2014 by the following authors: |
@@ -11,9 +11,9 @@ The rules-ng-ng source files this header was generated from are: | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno.xml ( 364 bytes, from 2013-11-30 14:47:15) | |||
- /home/robclark/src/freedreno/envytools/rnndb/freedreno_copyright.xml ( 1453 bytes, from 2013-03-31 16:51:27) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a2xx.xml ( 32840 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml ( 8900 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml ( 9009 bytes, from 2014-01-11 16:56:35) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_pm4.xml ( 12362 bytes, from 2014-01-07 14:47:36) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml ( 54368 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml ( 55460 bytes, from 2014-01-14 23:57:14) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a4xx.xml ( 8344 bytes, from 2013-11-30 14:49:47) | |||
Copyright (C) 2013-2014 by the following authors: | |||
@@ -191,6 +191,25 @@ enum a3xx_sp_perfcounter_select { | |||
SP_ALU_ACTIVE_CYCLES = 29, | |||
}; | |||
enum a3xx_rop_code { | |||
ROP_CLEAR = 0, | |||
ROP_NOR = 1, | |||
ROP_AND_INVERTED = 2, | |||
ROP_COPY_INVERTED = 3, | |||
ROP_AND_REVERSE = 4, | |||
ROP_INVERT = 5, | |||
ROP_XOR = 6, | |||
ROP_NAND = 7, | |||
ROP_AND = 8, | |||
ROP_EQUIV = 9, | |||
ROP_NOOP = 10, | |||
ROP_OR_INVERTED = 11, | |||
ROP_COPY = 12, | |||
ROP_OR_REVERSE = 13, | |||
ROP_OR = 14, | |||
ROP_SET = 15, | |||
}; | |||
enum adreno_rb_copy_control_mode { | |||
RB_COPY_RESOLVE = 1, | |||
RB_COPY_DEPTH_STENCIL = 5, | |||
@@ -556,6 +575,7 @@ static inline uint32_t REG_A3XX_CP_PROTECT_REG(uint32_t i0) { return 0x00000460 | |||
#define A3XX_GRAS_CL_CLIP_CNTL_VP_CLIP_CODE_IGNORE 0x00080000 | |||
#define A3XX_GRAS_CL_CLIP_CNTL_VP_XFORM_DISABLE 0x00100000 | |||
#define A3XX_GRAS_CL_CLIP_CNTL_PERSP_DIVISION_DISABLE 0x00200000 | |||
#define A3XX_GRAS_CL_CLIP_CNTL_ZCLIP_DISABLE 0x02000000 | |||
#define REG_A3XX_GRAS_CL_GB_CLIP_ADJ 0x00002044 | |||
#define A3XX_GRAS_CL_GB_CLIP_ADJ_HORZ__MASK 0x000003ff | |||
@@ -796,7 +816,7 @@ static inline uint32_t REG_A3XX_RB_MRT_CONTROL(uint32_t i0) { return 0x000020c4 | |||
#define A3XX_RB_MRT_CONTROL_BLEND2 0x00000020 | |||
#define A3XX_RB_MRT_CONTROL_ROP_CODE__MASK 0x00000f00 | |||
#define A3XX_RB_MRT_CONTROL_ROP_CODE__SHIFT 8 | |||
static inline uint32_t A3XX_RB_MRT_CONTROL_ROP_CODE(uint32_t val) | |||
static inline uint32_t A3XX_RB_MRT_CONTROL_ROP_CODE(enum a3xx_rop_code val) | |||
{ | |||
return ((val) << A3XX_RB_MRT_CONTROL_ROP_CODE__SHIFT) & A3XX_RB_MRT_CONTROL_ROP_CODE__MASK; | |||
} | |||
@@ -1019,6 +1039,7 @@ static inline uint32_t A3XX_RB_COPY_DEST_INFO_ENDIAN(enum adreno_rb_surface_endi | |||
} | |||
#define REG_A3XX_RB_DEPTH_CONTROL 0x00002100 | |||
#define A3XX_RB_DEPTH_CONTROL_FRAG_WRITES_Z 0x00000001 | |||
#define A3XX_RB_DEPTH_CONTROL_Z_ENABLE 0x00000002 | |||
#define A3XX_RB_DEPTH_CONTROL_Z_WRITE_ENABLE 0x00000004 | |||
#define A3XX_RB_DEPTH_CONTROL_EARLY_Z_DISABLE 0x00000008 | |||
@@ -1818,6 +1839,13 @@ static inline uint32_t A3XX_SP_FS_OBJ_OFFSET_REG_SHADEROBJOFFSET(uint32_t val) | |||
#define REG_A3XX_SP_FS_FLAT_SHAD_MODE_REG_1 0x000022e9 | |||
#define REG_A3XX_SP_FS_OUTPUT_REG 0x000022ec | |||
#define A3XX_SP_FS_OUTPUT_REG_DEPTH_ENABLE 0x00000080 | |||
#define A3XX_SP_FS_OUTPUT_REG_DEPTH_REGID__MASK 0x0000ff00 | |||
#define A3XX_SP_FS_OUTPUT_REG_DEPTH_REGID__SHIFT 8 | |||
static inline uint32_t A3XX_SP_FS_OUTPUT_REG_DEPTH_REGID(uint32_t val) | |||
{ | |||
return ((val) << A3XX_SP_FS_OUTPUT_REG_DEPTH_REGID__SHIFT) & A3XX_SP_FS_OUTPUT_REG_DEPTH_REGID__MASK; | |||
} | |||
static inline uint32_t REG_A3XX_SP_FS_MRT(uint32_t i0) { return 0x000022f0 + 0x1*i0; } | |||
@@ -11,9 +11,9 @@ The rules-ng-ng source files this header was generated from are: | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno.xml ( 364 bytes, from 2013-11-30 14:47:15) | |||
- /home/robclark/src/freedreno/envytools/rnndb/freedreno_copyright.xml ( 1453 bytes, from 2013-03-31 16:51:27) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a2xx.xml ( 32840 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml ( 8900 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml ( 9009 bytes, from 2014-01-11 16:56:35) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_pm4.xml ( 12362 bytes, from 2014-01-07 14:47:36) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml ( 54368 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml ( 55460 bytes, from 2014-01-14 23:57:14) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a4xx.xml ( 8344 bytes, from 2013-11-30 14:49:47) | |||
Copyright (C) 2013-2014 by the following authors: | |||
@@ -264,6 +264,8 @@ static inline uint32_t AXXX_SCRATCH_UMSK_SWAP(uint32_t val) | |||
#define REG_AXXX_CP_INT_ACK 0x000001f4 | |||
#define REG_AXXX_CP_ME_CNTL 0x000001f6 | |||
#define AXXX_CP_ME_CNTL_BUSY 0x20000000 | |||
#define AXXX_CP_ME_CNTL_HALT 0x10000000 | |||
#define REG_AXXX_CP_ME_STATUS 0x000001f7 | |||
@@ -11,9 +11,9 @@ The rules-ng-ng source files this header was generated from are: | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno.xml ( 364 bytes, from 2013-11-30 14:47:15) | |||
- /home/robclark/src/freedreno/envytools/rnndb/freedreno_copyright.xml ( 1453 bytes, from 2013-03-31 16:51:27) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a2xx.xml ( 32840 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml ( 8900 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml ( 9009 bytes, from 2014-01-11 16:56:35) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_pm4.xml ( 12362 bytes, from 2014-01-07 14:47:36) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml ( 54368 bytes, from 2014-01-05 14:44:21) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml ( 55460 bytes, from 2014-01-14 23:57:14) | |||
- /home/robclark/src/freedreno/envytools/rnndb/adreno/a4xx.xml ( 8344 bytes, from 2013-11-30 14:49:47) | |||
Copyright (C) 2013-2014 by the following authors: |