OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tr_view
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/drivers/trace/
tr_context.c
902
struct trace_sampler_view *
tr_view
;
local
922
tr_view
= CALLOC_STRUCT(trace_sampler_view);
923
tr_view
->base = *templ;
924
tr_view
->base.reference.count = 1;
925
tr_view
->base.texture = NULL;
926
pipe_resource_reference(&
tr_view
->base.texture, _resource);
927
tr_view
->base.context = _pipe;
928
tr_view
->sampler_view = result;
929
result = &
tr_view
->base;
940
struct trace_sampler_view *
tr_view
= trace_sampler_view(_view)
local
1025
struct trace_sampler_view *
tr_view
;
local
[
all
...]
Completed in 64 milliseconds