Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_texture.h56 struct trace_sampler_view struct
86 static inline struct trace_sampler_view *
87 trace_sampler_view(struct pipe_sampler_view *sampler_view) in trace_sampler_view() function
91 return (struct trace_sampler_view *)sampler_view; in trace_sampler_view()
Dtr_context.c864 struct trace_sampler_view *tr_view; in trace_context_create_sampler_view()
884 tr_view = CALLOC_STRUCT(trace_sampler_view); in trace_context_create_sampler_view()
902 struct trace_sampler_view *tr_view = trace_sampler_view(_view); in trace_context_sampler_view_destroy()
985 struct trace_sampler_view *tr_view; in trace_context_set_sampler_views()
994 tr_view = trace_sampler_view(views[i]); in trace_context_set_sampler_views()