freedreno/a4xx: use generated headers for draw initiator

No need to open-code this.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Rob Clark 2016-03-05 16:50:09 -05:00
parent 2224ba5976
commit b3fe196e21

View file

@ -41,9 +41,10 @@ static inline uint32_t DRAW4(enum pc_di_primtype prim_type,
enum pc_di_src_sel source_select, enum a4xx_index_size index_size,
enum pc_di_vis_cull_mode vis_cull_mode)
{
return (prim_type << 0) |
(source_select << 6) |
(index_size << 10);
return CP_DRAW_INDX_OFFSET_0_PRIM_TYPE(prim_type) |
CP_DRAW_INDX_OFFSET_0_SOURCE_SELECT(source_select) |
CP_DRAW_INDX_OFFSET_0_INDEX_SIZE(index_size) |
CP_DRAW_INDX_OFFSET_0_VIS_CULL(vis_cull_mode);
}
static inline void