Searched refs:ctxbuf_nr (Results 1 – 3 of 3) sorted by relevance
45 for (int i = 0; i < gr->ctxbuf_nr; i++) { in r535_gr_chan_dtor()77 for (int i = 0; i < gr->ctxbuf_nr; i++) { in r535_gr_promote_ctx()228 if (WARN_ON(gr->ctxbuf_nr == ARRAY_SIZE(gr->ctxbuf))) in r535_gr_get_ctxbuf_info()231 gr->ctxbuf[gr->ctxbuf_nr].bufferId = map[id].id1; in r535_gr_get_ctxbuf_info()232 gr->ctxbuf[gr->ctxbuf_nr].size = size; in r535_gr_get_ctxbuf_info()233 gr->ctxbuf[gr->ctxbuf_nr].page = page; in r535_gr_get_ctxbuf_info()234 gr->ctxbuf[gr->ctxbuf_nr].align = align; in r535_gr_get_ctxbuf_info()235 gr->ctxbuf[gr->ctxbuf_nr].global = map[id].global; in r535_gr_get_ctxbuf_info()236 gr->ctxbuf[gr->ctxbuf_nr].init = map[id].init; in r535_gr_get_ctxbuf_info()237 gr->ctxbuf[gr->ctxbuf_nr].ro = map[id].ro; in r535_gr_get_ctxbuf_info()[all …]
34 int ctxbuf_nr; member
83 for (int i = 0; i < gr->ctxbuf_nr; i++) { in r570_gr_scrubber_fini()