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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1031 struct trace_sampler_view *tr_view; local in function:trace_context_create_sampler_view
1051 tr_view = CALLOC_STRUCT(trace_sampler_view);
1052 tr_view->base = *templ;
1053 tr_view->base.reference.count = 1;
1054 tr_view->base.texture = NULL;
1055 pipe_resource_reference(&tr_view->base.texture, resource);
1056 tr_view->base.context = _pipe;
1057 tr_view->sampler_view = result;
1059 tr_view->refcount = 100000000;
1060 result = &tr_view
1071 struct trace_sampler_view *tr_view = trace_sampler_view(_view); local in function:trace_context_sampler_view_destroy
1155 struct trace_sampler_view *tr_view; local in function:trace_context_set_sampler_views
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c864 struct trace_sampler_view *tr_view; local in function:trace_context_create_sampler_view
884 tr_view = CALLOC_STRUCT(trace_sampler_view);
885 tr_view->base = *templ;
886 tr_view->base.reference.count = 1;
887 tr_view->base.texture = NULL;
888 pipe_resource_reference(&tr_view->base.texture, resource);
889 tr_view->base.context = _pipe;
890 tr_view->sampler_view = result;
891 result = &tr_view->base;
902 struct trace_sampler_view *tr_view local in function:trace_context_sampler_view_destroy
985 struct trace_sampler_view *tr_view; local in function:trace_context_set_sampler_views
[all...]

Completed in 5 milliseconds