• Home
  • Raw
  • Download

Lines Matching defs:push

27 nv_push_init(struct nv_push *push, uint32_t *start, size_t dw_count)  in nv_push_init()
37 nv_push_dw_count(struct nv_push *push) in nv_push_dw_count()
47 static inline void nv_push_validate(struct nv_push *push) { } in nv_push_validate()
84 __push_verify(struct nv_push *push) in __push_verify()
98 __push_hdr(struct nv_push *push, uint32_t hdr) in __push_hdr()
109 __push_mthd_size(struct nv_push *push, int subc, uint32_t mthd, unsigned size) in __push_mthd_size()
115 __push_mthd(struct nv_push *push, int subc, uint32_t mthd) in __push_mthd()
120 #define P_MTHD(push, class, mthd) __push_mthd(push, SUBC_##class, class##_##mthd) argument
130 __push_immd(struct nv_push *push, int subc, uint32_t mthd, uint32_t val) in __push_immd()
135 #define P_IMMD(push, class, mthd, args...) do { \ argument
153 __push_1inc(struct nv_push *push, int subc, uint32_t mthd) in __push_1inc()
158 #define P_1INC(push, class, mthd) __push_1inc(push, SUBC_##class, class##_##mthd) argument
167 __push_0inc(struct nv_push *push, int subc, uint32_t mthd) in __push_0inc()
172 #define P_0INC(push, class, mthd) __push_0inc(push, SUBC_##class, class##_##mthd) argument
177 nv_push_update_count(struct nv_push *push, uint16_t count) in nv_push_update_count()
203 P_INLINE_DATA(struct nv_push *push, uint32_t value) in P_INLINE_DATA()
214 P_INLINE_FLOAT(struct nv_push *push, float value) in P_INLINE_FLOAT()
225 P_INLINE_ARRAY(struct nv_push *push, const uint32_t *data, int num_dw) in P_INLINE_ARRAY()
237 nv_push_val(struct nv_push *push, uint32_t idx, uint32_t val) in nv_push_val()
262 nv_push_raw(struct nv_push *push, uint32_t *raw_dw, uint32_t dw_count) in nv_push_raw()