Searched refs:trace_sampler_view (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A 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) function in typeref:struct:trace_sampler_view *
91 return (struct trace_sampler_view *)sampler_view;
H A Dtr_context.c864 struct trace_sampler_view *tr_view;
884 tr_view = CALLOC_STRUCT(trace_sampler_view);
902 struct trace_sampler_view *tr_view = trace_sampler_view(_view);
985 struct trace_sampler_view *tr_view;
994 tr_view = trace_sampler_view(views[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A 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) function in typeref:struct:trace_sampler_view *
93 return (struct trace_sampler_view *)sampler_view;
H A Dtr_context.c1031 struct trace_sampler_view *tr_view;
1051 tr_view = CALLOC_STRUCT(trace_sampler_view);
1071 struct trace_sampler_view *tr_view = trace_sampler_view(_view);
1155 struct trace_sampler_view *tr_view;
1164 tr_view = trace_sampler_view(views[i]);

Completed in 7 milliseconds