Searched defs:nv84_video_buffer (Results 1 – 1 of 1) sorted by relevance
48 struct nv84_video_buffer { struct49 struct pipe_video_buffer base;50 struct pipe_resource *resources[VL_NUM_COMPONENTS];51 struct pipe_sampler_view *sampler_view_planes[VL_NUM_COMPONENTS];52 struct pipe_sampler_view *sampler_view_components[VL_NUM_COMPONENTS];53 struct pipe_surface *surfaces[VL_NUM_COMPONENTS * 2];55 struct nouveau_bo *interlaced, *full;56 int mvidx;57 unsigned frame_num, frame_num_max;