Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_texture.h57 struct trace_sampler_view struct
88 static inline struct trace_sampler_view *
89 trace_sampler_view(struct pipe_sampler_view *sampler_view) in trace_sampler_view() function
93 return (struct trace_sampler_view *)sampler_view; in trace_sampler_view()
Dtr_context.c1031 struct trace_sampler_view *tr_view; in trace_context_create_sampler_view()
1051 tr_view = CALLOC_STRUCT(trace_sampler_view); in trace_context_create_sampler_view()
1071 struct trace_sampler_view *tr_view = trace_sampler_view(_view); in trace_context_sampler_view_destroy()
1155 struct trace_sampler_view *tr_view; in trace_context_set_sampler_views()
1164 tr_view = trace_sampler_view(views[i]); in trace_context_set_sampler_views()