Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c902 struct trace_sampler_view *tr_view; in trace_context_create_sampler_view() local
922 tr_view = CALLOC_STRUCT(trace_sampler_view); in trace_context_create_sampler_view()
923 tr_view->base = *templ; in trace_context_create_sampler_view()
924 tr_view->base.reference.count = 1; in trace_context_create_sampler_view()
925 tr_view->base.texture = NULL; in trace_context_create_sampler_view()
926 pipe_resource_reference(&tr_view->base.texture, _resource); in trace_context_create_sampler_view()
927 tr_view->base.context = _pipe; in trace_context_create_sampler_view()
928 tr_view->sampler_view = result; in trace_context_create_sampler_view()
929 result = &tr_view->base; in trace_context_create_sampler_view()
940 struct trace_sampler_view *tr_view = trace_sampler_view(_view); in trace_context_sampler_view_destroy() local
[all …]