Home
last modified time | relevance | path

Searched refs:util_surfaces (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.h35 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…
Du_surfaces.c33 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()