Searched defs:comm_seq (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_ppp.c92 nv98_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq) { argument
111 PUSH_DATA (push, comm_seq);
H A Dnv98_video.c40 uint32_t comm_seq = ++dec->fence_seq; local
50 ret = nv98_decoder_bsp(dec, desc, target, comm_seq,
57 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
58 nv98_decoder_ppp(dec, desc, target, comm_seq);
H A Dnv98_video_bsp.c37 unsigned comm_seq, unsigned num_buffers,
48 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
49 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1];
82 bo_refs[0].bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH] = bsp_bo = tmp_bo;
95 bo_refs[1].bo = dec->inter_bo[comm_seq & 1] = inter_bo = tmp_bo;
108 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
128 PUSH_DATA (push, comm_seq); // 710 seq
183 return dec->comm->status[comm_seq & 0xf];
35 nv98_decoder_bsp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned num_buffers, const void *const *data, const unsigned *num_bytes, unsigned *vp_caps, unsigned *is_ref, struct nouveau_vp3_video_buffer *refs[16]) argument
H A Dnv98_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument
69 struct nouveau_vp3_video_buffer *target, unsigned comm_seq,
77 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
78 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1];
132 PUSH_DATA (push, comm_seq); // 704
187 dump_comm_vp(dec, dec->comm, comm_seq, inter_bo, slice_size << 8);
191 dump_comm_vp(dec, dec->comm, comm_seq, inter_bo, slice_size << 8);
68 nv98_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned caps, unsigned is_ref, struct nouveau_vp3_video_buffer *refs[16]) argument
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_ppp.c92 nvc0_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq) { argument
111 PUSH_DATA (push, comm_seq);
H A Dnvc0_video.c34 uint32_t comm_seq = ++dec->fence_seq; local
41 ret = nvc0_decoder_bsp_begin(dec, comm_seq);
55 uint32_t comm_seq = dec->fence_seq; local
60 ret = nvc0_decoder_bsp_next(dec, comm_seq, num_buffers, data, num_bytes);
72 uint32_t comm_seq = dec->fence_seq; local
80 ret = nvc0_decoder_bsp_end(dec, desc, target, comm_seq, &vp_caps, &is_ref, refs);
85 nvc0_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
86 nvc0_decoder_ppp(dec, desc, target, comm_seq);
H A Dnvc0_video_bsp.c35 nvc0_decoder_bsp_begin(struct nouveau_vp3_decoder *dec, unsigned comm_seq) argument
37 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
53 unsigned comm_seq, unsigned num_buffers,
56 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
57 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1];
100 dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH] = bsp_bo = tmp_bo;
124 dec->inter_bo[comm_seq & 1] = inter_bo = tmp_bo;
135 struct nouveau_vp3_video_buffer *target, unsigned comm_seq,
144 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
145 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq
52 nvc0_decoder_bsp_next(struct nouveau_vp3_decoder *dec, unsigned comm_seq, unsigned num_buffers, const void *const *data, const unsigned *num_bytes) argument
134 nvc0_decoder_bsp_end(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref, struct nouveau_vp3_video_buffer *refs[16]) argument
[all...]
H A Dnvc0_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument
69 struct nouveau_vp3_video_buffer *target, unsigned comm_seq,
77 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
78 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1];
132 PUSH_DATA (push, comm_seq); // 704
187 dump_comm_vp(dec, dec->comm, comm_seq, inter_bo, slice_size << 8);
191 dump_comm_vp(dec, dec->comm, comm_seq, inter_bo, slice_size << 8);
68 nvc0_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned caps, unsigned is_ref, struct nouveau_vp3_video_buffer *refs[16]) argument
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c235 unsigned comm_seq = dec->fence_seq; local
236 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
262 unsigned comm_seq = dec->fence_seq; local
263 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
282 unsigned comm_seq = dec->fence_seq; local
283 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
H A Dnouveau_vp3_video_vp.c457 struct nouveau_vp3_video_buffer *target, unsigned comm_seq,
461 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH];
456 nouveau_vp3_vp_caps(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned *caps, unsigned *is_ref, struct nouveau_vp3_video_buffer *refs[16]) argument

Completed in 125 milliseconds