Home | History | Annotate | Download | only in nvc0

Lines Matching refs:buf_count

822    struct nv04_resource *buf_count = nv04_resource(info->indirect_params);
831 (buf_count && buf_count->fence_wr &&
832 !nouveau_fence_signalled(buf_count->fence_wr))) {
848 if (buf_count)
860 if (buf_count)
881 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count);
883 if (buf_count)
884 PUSH_REFN(push, buf_count->bo, NOUVEAU_BO_RD | buf_count->domain);
886 NVC0_FIFO_PKHDR_1I(0, macro, 3 + !!buf_count + draws * size));
890 if (buf_count) {
892 buf_count->bo,
893 buf_count->offset + info->indirect_params_offset,