Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tr_surf
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_texture.c
42
struct trace_surface *
tr_surf
;
in trace_surf_create()
local
49
tr_surf
= CALLOC_STRUCT(trace_surface);
in trace_surf_create()
50
if (!
tr_surf
)
in trace_surf_create()
53
memcpy(&
tr_surf
->base, surface, sizeof(struct pipe_surface));
in trace_surf_create()
54
tr_surf
->base.context = &tr_ctx->base;
in trace_surf_create()
56
pipe_reference_init(&
tr_surf
->base.reference, 1);
in trace_surf_create()
57
tr_surf
->base.texture = NULL;
in trace_surf_create()
58
pipe_resource_reference(&
tr_surf
->base.texture, res);
in trace_surf_create()
59
tr_surf
->surface = surface;
in trace_surf_create()
61
return &
tr_surf
in trace_surf_create()
70
trace_surf_destroy(struct trace_surface *
tr_surf
)
trace_surf_destroy()
argument
[all...]
H
A
D
tr_texture.h
112
trace_surf_destroy(struct trace_surface *
tr_surf
);
H
A
D
tr_context.c
78
struct trace_surface *
tr_surf
;
in trace_surface_unwrap()
local
87
tr_surf
= trace_surface(surface);
in trace_surface_unwrap()
89
assert(
tr_surf
->surface);
in trace_surface_unwrap()
90
return
tr_surf
->surface;
in trace_surface_unwrap()
1178
struct trace_surface *
tr_surf
= trace_surface(_surface);
in trace_context_surface_destroy()
local
1179
struct pipe_surface *surface =
tr_surf
->surface;
in trace_context_surface_destroy()
1188
trace_surf_destroy(
tr_surf
);
in trace_context_surface_destroy()
Completed in 4 milliseconds