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:etna_bo_bucket
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libdrm/etnaviv/
H
A
D
etnaviv_bo_cache.c
78
struct
etna_bo_bucket
*bucket = &cache->cache_bucket[i];
in etna_bo_cache_cleanup()
96
static struct
etna_bo_bucket
*get_bucket(struct etna_bo_cache *cache, uint32_t size)
in get_bucket()
104
struct
etna_bo_bucket
*bucket = &cache->cache_bucket[i];
in get_bucket()
121
static struct etna_bo *find_in_bucket(struct
etna_bo_bucket
*bucket, uint32_t flags)
in find_in_bucket()
162
struct
etna_bo_bucket
*bucket;
in etna_bo_cache_alloc()
183
struct
etna_bo_bucket
*bucket = get_bucket(cache, bo->size);
in etna_bo_cache_free()
H
A
D
etnaviv_priv.h
50
struct
etna_bo_bucket
{
struct
56
struct
etna_bo_bucket
cache_bucket[14 * 4];
/third_party/mesa3d/src/etnaviv/drm/
H
A
D
etnaviv_bo_cache.c
75
struct
etna_bo_bucket
*bucket = &cache->cache_bucket[i];
in etna_bo_cache_cleanup()
94
static struct
etna_bo_bucket
*get_bucket(struct etna_bo_cache *cache, uint32_t size)
in get_bucket()
102
struct
etna_bo_bucket
*bucket = &cache->cache_bucket[i];
in get_bucket()
111
static struct etna_bo *find_in_bucket(struct
etna_bo_bucket
*bucket, uint32_t flags)
in find_in_bucket()
152
struct
etna_bo_bucket
*bucket;
in etna_bo_cache_alloc()
174
struct
etna_bo_bucket
*bucket;
in etna_bo_cache_free()
H
A
D
etnaviv_priv.h
56
struct
etna_bo_bucket
{
struct
62
struct
etna_bo_bucket
cache_bucket[14 * 4];
Completed in 3 milliseconds