Searched refs:__push_hdr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/nouveau/headers/ |
D | nv_push.h | 98 __push_hdr(struct nv_push *push, uint32_t hdr) in __push_hdr() function 111 __push_hdr(push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size)); in __push_mthd_size() 132 __push_hdr(push, NVC0_FIFO_PKHDR_IL(subc, mthd, val)); in __push_immd() 155 __push_hdr(push, NVC0_FIFO_PKHDR_1I(subc, mthd, 0)); in __push_1inc() 169 __push_hdr(push, NVC0_FIFO_PKHDR_0I(subc, mthd, 0)); in __push_0inc()
|