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:memobj_destroy
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_screen.h
517
void (*
memobj_destroy
)(struct pipe_screen *screen,
member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H
A
D
dd_screen.c
456
screen->
memobj_destroy
(screen, memobj);
in dd_screen_memobj_destroy()
650
SCR_INIT(
memobj_destroy
);
in ddebug_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_screen.c
1071
trace_dump_call_begin("pipe_screen", "
memobj_destroy
");
in trace_screen_memobj_destroy()
1076
screen->
memobj_destroy
(screen, memobj);
in trace_screen_memobj_destroy()
1443
SCR_INIT(
memobj_destroy
);
in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_texture.c
1146
screen->
memobj_destroy
= llvmpipe_memobj_destroy;
in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/mesa/main/
H
A
D
externalobjects.c
123
screen->
memobj_destroy
(screen, memObj->memory);
in _mesa_delete_memory_object()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_resource.c
1663
pscreen->
memobj_destroy
= fd_memobj_destroy;
in fd_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_resource.c
2009
pscreen->
memobj_destroy
= crocus_memobj_destroy;
in crocus_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_texture.c
1945
rscreen->b.
memobj_destroy
= r600_memobj_destroy;
in r600_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_texture.c
2378
sscreen->b.
memobj_destroy
= si_memobj_destroy;
in si_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_resource.c
2711
pscreen->
memobj_destroy
= iris_memobj_destroy;
in iris_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_resource.cpp
931
pscreen->
memobj_destroy
= d3d12_memobj_destroy;
in d3d12_screen_resource_init()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_resource.c
2275
pscreen->
memobj_destroy
= zink_memobj_destroy;
in zink_screen_resource_init()
Completed in 44 milliseconds