Lines Matching defs:surface
133 pRTView->surface = pipe->create_surface(pipe, resource, &desc);
134 assert(pRTView->surface);
158 pipe_surface_reference(&pRTView->surface, NULL);
181 struct pipe_surface *surface = CastPipeRenderTargetView(hRenderTargetView);
190 if (util_format_is_pure_integer(surface->format)) {
191 if (util_format_is_pure_sint(surface->format)) {
211 assert(util_format_is_pure_uint(surface->format));
236 surface,
239 surface->width,
240 surface->height,
322 pDSView->surface = pipe->create_surface(pipe, resource, &desc);
323 assert(pDSView->surface);
347 pipe_surface_reference(&pDSView->surface, NULL);
372 struct pipe_surface *surface = CastPipeDepthStencilView(hDepthStencilView);
383 surface,
388 surface->width,
389 surface->height,