Searched refs:util_surfaces (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surfaces.h | 35 struct util_surfaces struct 47 util_surfaces_do_get(struct util_surfaces *us, unsigned surface_struct_size, argument 54 util_surfaces_get(struct util_surfaces *us, unsigned surface_struct_size, in util_surfaces_get() 74 util_surfaces_peek(struct util_surfaces *us, struct pipe_resource *pt, unsigned level, unsigned lay… in util_surfaces_peek() 85 void util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps); 88 util_surfaces_detach(struct util_surfaces *us, struct pipe_surface *ps) in util_surfaces_detach() 99 void util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surfa…
|
D | u_surfaces.c | 33 util_surfaces_do_get(struct util_surfaces *us, unsigned surface_struct_size, in util_surfaces_do_get() 80 util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps) in util_surfaces_do_detach() 92 util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (… in util_surfaces_destroy()
|