Home
last modified time | relevance | path

Searched refs:galahad_surface (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_objects.h58 struct galahad_surface struct
92 static INLINE struct galahad_surface *
93 galahad_surface(struct pipe_surface *_surface) in galahad_surface() function
98 return (struct galahad_surface *)_surface; in galahad_surface()
132 return galahad_surface(_surface)->surface; in galahad_surface_unwrap()
158 struct galahad_surface *glhd_surface);
Dglhd_objects.c78 struct galahad_surface *glhd_surface; in galahad_surface_create()
85 glhd_surface = CALLOC_STRUCT(galahad_surface); in galahad_surface_create()
105 struct galahad_surface *glhd_surface) in galahad_surface_destroy()
Dglhd_context.c749 struct galahad_surface *glhd_surface_dst = galahad_surface(_dst); in galahad_context_clear_render_target()
771 struct galahad_surface *glhd_surface_dst = galahad_surface(_dst); in galahad_context_clear_depth_stencil()
851 galahad_surface(_surface)); in galahad_context_surface_destroy()