Lines Matching defs:vdpSurface
61 st_vdpau_video_surface_gallium(struct gl_context *ctx, const void *vdpSurface,
77 buffer = f((uintptr_t)vdpSurface);
94 st_vdpau_output_surface_gallium(struct gl_context *ctx, const void *vdpSurface)
105 pipe_resource_reference(&res, f((uintptr_t)vdpSurface));
147 st_vdpau_output_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface)
159 if (f((uintptr_t)vdpSurface, &desc) != VDP_STATUS_OK)
166 st_vdpau_video_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface,
179 if (f((uintptr_t)vdpSurface, index, &desc) != VDP_STATUS_OK)
189 const void *vdpSurface, GLuint index)
199 res = st_vdpau_output_surface_dma_buf(ctx, vdpSurface);
202 res = st_vdpau_output_surface_gallium(ctx, vdpSurface);
205 res = st_vdpau_video_surface_dma_buf(ctx, vdpSurface, index);
208 res = st_vdpau_video_surface_gallium(ctx, vdpSurface, index);
265 const void *vdpSurface, GLuint index)