Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_objects.h50 struct galahad_sampler_view struct
83 static INLINE struct galahad_sampler_view *
84 galahad_sampler_view(struct pipe_sampler_view *_sampler_view) in galahad_sampler_view() function
89 return (struct galahad_sampler_view *)_sampler_view; in galahad_sampler_view()
124 return galahad_sampler_view(_sampler_view)->sampler_view; in galahad_sampler_view_unwrap()
167 struct galahad_sampler_view *glhd_sampler_view);
Dglhd_objects.c118 struct galahad_sampler_view *glhd_view; in galahad_sampler_view_create()
125 glhd_view = CALLOC_STRUCT(galahad_sampler_view); in galahad_sampler_view_create()
141 struct galahad_sampler_view *glhd_view) in galahad_sampler_view_destroy()
Dglhd_context.c823 galahad_sampler_view(_view)); in galahad_context_sampler_view_destroy()