Searched refs:_surface (Results 1 – 10 of 10) sorted by relevance
93 galahad_surface(struct pipe_surface *_surface) in galahad_surface() argument95 if(!_surface) in galahad_surface()97 (void)galahad_resource(_surface->texture); in galahad_surface()98 return (struct galahad_surface *)_surface; in galahad_surface()128 galahad_surface_unwrap(struct pipe_surface *_surface) in galahad_surface_unwrap() argument130 if(!_surface) in galahad_surface_unwrap()132 return galahad_surface(_surface)->surface; in galahad_surface_unwrap()
848 struct pipe_surface *_surface) in galahad_context_surface_destroy() argument851 galahad_surface(_surface)); in galahad_context_surface_destroy()
91 identity_surface(struct pipe_surface *_surface) in identity_surface() argument93 if(!_surface) in identity_surface()95 (void)identity_resource(_surface->texture); in identity_surface()96 return (struct identity_surface *)_surface; in identity_surface()126 identity_surface_unwrap(struct pipe_surface *_surface) in identity_surface_unwrap() argument128 if(!_surface) in identity_surface_unwrap()130 return identity_surface(_surface)->surface; in identity_surface_unwrap()
115 rbug_surface(struct pipe_surface *_surface) in rbug_surface() argument117 if (!_surface) in rbug_surface()119 (void)rbug_resource(_surface->texture); in rbug_surface()120 return (struct rbug_surface *)_surface; in rbug_surface()157 rbug_surface_unwrap(struct pipe_surface *_surface) in rbug_surface_unwrap() argument159 if (!_surface) in rbug_surface_unwrap()161 return rbug_surface(_surface)->surface; in rbug_surface_unwrap()
1009 struct pipe_surface *_surface) in rbug_context_surface_destroy() argument1012 struct rbug_surface *rb_surface = rbug_surface(_surface); in rbug_context_surface_destroy()
596 void trace_dump_surface_ptr(struct pipe_surface *_surface) in trace_dump_surface_ptr() argument601 if (_surface) { in trace_dump_surface_ptr()602 struct trace_surface *tr_surf = trace_surface(_surface); in trace_dump_surface_ptr()
109 void trace_dump_surface_ptr(struct pipe_surface *_surface);
972 struct pipe_surface *_surface) in trace_context_surface_destroy() argument976 struct trace_surface *tr_surf = trace_surface(_surface); in trace_context_surface_destroy()
62 _EGL_DRIVER_TYPECAST(drvname ## _surface, _EGLSurface, obj) \
548 (VK\_KHR\_win32\_surface, VK\_KHR\_xcb\_surface, VK\_KHR\_xlib\_surface,549 VK\_KHR\_mir\_surface, VK\_KHR\_wayland\_surface, and VK\_KHR\_surface) are