Searched refs:tr_view (Results 1 – 1 of 1) sorted by relevance
864 struct trace_sampler_view *tr_view; in trace_context_create_sampler_view() local884 tr_view = CALLOC_STRUCT(trace_sampler_view); in trace_context_create_sampler_view()885 tr_view->base = *templ; in trace_context_create_sampler_view()886 tr_view->base.reference.count = 1; in trace_context_create_sampler_view()887 tr_view->base.texture = NULL; in trace_context_create_sampler_view()888 pipe_resource_reference(&tr_view->base.texture, resource); in trace_context_create_sampler_view()889 tr_view->base.context = _pipe; in trace_context_create_sampler_view()890 tr_view->sampler_view = result; in trace_context_create_sampler_view()891 result = &tr_view->base; in trace_context_create_sampler_view()902 struct trace_sampler_view *tr_view = trace_sampler_view(_view); in trace_context_sampler_view_destroy() local[all …]