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:bo_free
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_bufmgr.c
176
static void
bo_free
(struct crocus_bo *bo);
323
bo_free
(cur);
in alloc_bo_from_cache()
337
bo_free
(bo);
in alloc_bo_from_cache()
381
bo_free
(bo);
in alloc_fresh_bo()
452
bo_free
(bo);
in bo_alloc_internal()
595
bo_free
(bo);
in crocus_bo_gem_create_from_name()
639
bo_free
(struct crocus_bo *bo)
in bo_free()
function
684
bo_free
(bo);
in cleanup_bo_cache()
720
bo_free
(bo);
in bo_unreference_final()
1155
bo_free
(b
in crocus_bufmgr_destroy()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_bo.c
128
bo_free
(struct v3dv_device *device,
in bo_free()
function
175
bo_free
(device, bo);
in bo_cache_free_all()
438
bo_free
(device, bo);
in free_stale_bos()
477
return
bo_free
(device, bo);
in v3dv_bo_free()
485
bool outcome =
bo_free
(device, bo);
in v3dv_bo_free()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_bufmgr.c
256
static void
bo_free
(struct iris_bo *bo);
910
bo_free
(cur);
in alloc_bo_from_cache()
947
bo_free
(bo);
in alloc_bo_from_cache()
1165
bo_free
(bo);
in iris_bo_alloc()
1291
bo_free
(bo);
in iris_bo_gem_create_from_name()
1365
bo_free
(struct iris_bo *bo)
in bo_free()
function
1405
bo_free
(bo);
in cleanup_bo_cache()
1418
bo_free
(bo);
in cleanup_bo_cache()
1431
bo_free
(bo);
in cleanup_bo_cache()
1469
bo_free
(b
in bo_unreference_final()
[all...]
Completed in 6 milliseconds