Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/trace/
Dtr_texture.h67 struct trace_sampler_view struct
108 static inline struct trace_sampler_view *
109 trace_sampler_view(struct pipe_sampler_view *sampler_view) in trace_sampler_view() function
113 return (struct trace_sampler_view *)sampler_view; in trace_sampler_view()
Dtr_context.c902 struct trace_sampler_view *tr_view; in trace_context_create_sampler_view()
922 tr_view = CALLOC_STRUCT(trace_sampler_view); in trace_context_create_sampler_view()
940 struct trace_sampler_view *tr_view = trace_sampler_view(_view); in trace_context_sampler_view_destroy()
1025 struct trace_sampler_view *tr_view; in trace_context_set_sampler_views()
1034 tr_view = trace_sampler_view(views[i]); in trace_context_set_sampler_views()