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
defs:boi
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libdrm/radeon/
H
A
D
radeon_cs_space.c
170
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
in radeon_cs_space_add_persistent_bo()
local
214
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
in radeon_cs_space_check_with_bo()
local
H
A
D
radeon_bo.c
38
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
in radeon_bo_debug()
local
55
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
in radeon_bo_ref()
local
62
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
in radeon_bo_unref()
local
72
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_map()
local
78
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_unmap()
local
84
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_wait()
local
92
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_is_busy()
local
100
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_set_tiling()
local
108
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_get_tiling()
local
114
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_is_static()
local
123
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_is_referenced_by_cs()
local
134
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_bo_get_src_domain()
local
[all...]
H
A
D
radeon_cs_gem.c
178
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
in cs_gem_write_reloc()
local
H
A
D
radeon_bo_gem.c
121
static void bo_ref(struct radeon_bo_int *
boi
)
in bo_ref()
argument
125
static struct radeon_bo *bo_unref(struct radeon_bo_int *
boi
)
in bo_unref()
argument
143
static int bo_map(struct radeon_bo_int *
boi
, in
argument
185
bo_unmap(struct radeon_bo_int *
boi
)
bo_unmap()
argument
197
bo_wait(struct radeon_bo_int *
boi
)
bo_wait()
argument
212
bo_is_busy(struct radeon_bo_int *
boi
, uint32_t *domain)
bo_is_busy()
argument
227
bo_set_tiling(struct radeon_bo_int *
boi
, uint32_t tiling_flags, uint32_t pitch)
bo_set_tiling()
argument
244
bo_get_tiling(struct radeon_bo_int *
boi
, uint32_t *tiling_flags, uint32_t *pitch)
bo_get_tiling()
argument
320
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_gem_get_kernel_name()
local
341
struct radeon_bo_int *
boi
= (struct radeon_bo_int *)bo;
radeon_gem_set_domain()
local
[all...]
Completed in 4 milliseconds