HomeSort by relevance Sort by last modified time
    Searched refs:galahad_surface (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.h 58 struct galahad_surface struct
92 static INLINE struct galahad_surface *
93 galahad_surface(struct pipe_surface *_surface) function
98 return (struct galahad_surface *)_surface;
132 return galahad_surface(_surface)->surface;
158 struct galahad_surface *glhd_surface);
glhd_objects.c 78 struct galahad_surface *glhd_surface;
85 glhd_surface = CALLOC_STRUCT(galahad_surface);
105 struct galahad_surface *glhd_surface)
glhd_context.c 749 struct galahad_surface *glhd_surface_dst = galahad_surface(_dst);
771 struct galahad_surface *glhd_surface_dst = galahad_surface(_dst);
851 galahad_surface(_surface));
    [all...]

Completed in 51 milliseconds