Searched refs:tr_view (Results 1 – 1 of 1) sorted by relevance
877 struct trace_sampler_view *tr_view; in trace_context_create_sampler_view() local897 tr_view = CALLOC_STRUCT(trace_sampler_view); in trace_context_create_sampler_view()898 tr_view->base = *templ; in trace_context_create_sampler_view()899 tr_view->base.reference.count = 1; in trace_context_create_sampler_view()900 tr_view->base.texture = NULL; in trace_context_create_sampler_view()901 pipe_resource_reference(&tr_view->base.texture, _resource); in trace_context_create_sampler_view()902 tr_view->base.context = _pipe; in trace_context_create_sampler_view()903 tr_view->sampler_view = result; in trace_context_create_sampler_view()904 result = &tr_view->base; in trace_context_create_sampler_view()915 struct trace_sampler_view *tr_view = trace_sampler_view(_view); in trace_context_sampler_view_destroy() local[all …]