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:cache_bucket
(Results
1 - 11
of
11
) sorted by relevance
/third_party/libdrm/etnaviv/
H
A
D
etnaviv_bo_cache.c
37
assert(i < ARRAY_SIZE(cache->
cache_bucket
));
in add_bucket()
39
list_inithead(&cache->
cache_bucket
[i].list);
in add_bucket()
40
cache->
cache_bucket
[i].size = size;
in add_bucket()
78
struct etna_bo_bucket *bucket = &cache->
cache_bucket
[i];
in etna_bo_cache_cleanup()
104
struct etna_bo_bucket *bucket = &cache->
cache_bucket
[i];
in get_bucket()
H
A
D
etnaviv_priv.h
56
struct etna_bo_bucket
cache_bucket
[14 * 4];
member
/third_party/mesa3d/src/etnaviv/drm/
H
A
D
etnaviv_bo_cache.c
34
assert(i < ARRAY_SIZE(cache->
cache_bucket
));
in add_bucket()
36
list_inithead(&cache->
cache_bucket
[i].list);
in add_bucket()
37
cache->
cache_bucket
[i].size = size;
in add_bucket()
75
struct etna_bo_bucket *bucket = &cache->
cache_bucket
[i];
in etna_bo_cache_cleanup()
102
struct etna_bo_bucket *bucket = &cache->
cache_bucket
[i];
in get_bucket()
H
A
D
etnaviv_priv.h
62
struct etna_bo_bucket
cache_bucket
[14 * 4];
member
/third_party/mesa3d/src/freedreno/drm/
H
A
D
freedreno_bo_cache.c
38
assert(i < ARRAY_SIZE(cache->
cache_bucket
));
in add_bucket()
40
list_inithead(&cache->
cache_bucket
[i].list);
in add_bucket()
41
cache->
cache_bucket
[i].size = size;
in add_bucket()
90
struct fd_bo_bucket *bucket = &cache->
cache_bucket
[i];
in fd_bo_cache_cleanup()
118
struct fd_bo_bucket *bucket = &cache->
cache_bucket
[i];
in get_bucket()
H
A
D
freedreno_priv.h
114
struct fd_bo_bucket
cache_bucket
[14 * 4];
member
/third_party/libdrm/freedreno/
H
A
D
freedreno_bo_cache.c
40
assert(i < ARRAY_SIZE(cache->
cache_bucket
));
in add_bucket()
42
list_inithead(&cache->
cache_bucket
[i].list);
in add_bucket()
43
cache->
cache_bucket
[i].size = size;
in add_bucket()
90
struct fd_bo_bucket *bucket = &cache->
cache_bucket
[i];
in fd_bo_cache_cleanup()
117
struct fd_bo_bucket *bucket = &cache->
cache_bucket
[i];
in get_bucket()
H
A
D
freedreno_priv.h
77
struct fd_bo_bucket
cache_bucket
[14 * 4];
member
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_bufmgr.c
148
struct bo_cache_bucket
cache_bucket
[14 * 4];
member
251
&bufmgr->
cache_bucket
[index] : NULL;
in bucket_for_size()
676
struct bo_cache_bucket *bucket = &bufmgr->
cache_bucket
[i];
in cleanup_bo_cache()
1150
struct bo_cache_bucket *bucket = &bufmgr->
cache_bucket
[i];
in crocus_bufmgr_destroy()
1479
assert(i < ARRAY_SIZE(bufmgr->
cache_bucket
));
in add_bucket()
1481
list_inithead(&bufmgr->
cache_bucket
[i].head);
in add_bucket()
1482
bufmgr->
cache_bucket
[i].size = size;
in add_bucket()
1485
assert(bucket_for_size(bufmgr, size) == &bufmgr->
cache_bucket
[i]);
in add_bucket()
1486
assert(bucket_for_size(bufmgr, size - 2048) == &bufmgr->
cache_bucket
[i]);
in add_bucket()
1487
assert(bucket_for_size(bufmgr, size + 1) != &bufmgr->
cache_bucket
[
in add_bucket()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_bufmgr.c
202
struct bo_cache_bucket
cache_bucket
[BUCKET_ARRAY_SIZE];
member
205
/** Same as
cache_bucket
, but for local memory gem objects */
209
/** Same as
cache_bucket
, but for local-preferred memory gem objects */
285
struct bo_cache_bucket **
cache_bucket
, int **num_buckets)
in bucket_info_for_heap()
289
*
cache_bucket
= bufmgr->
cache_bucket
;
in bucket_info_for_heap()
293
*
cache_bucket
= bufmgr->local_cache_bucket;
in bucket_info_for_heap()
297
*
cache_bucket
= bufmgr->local_preferred_cache_bucket;
in bucket_info_for_heap()
302
*
cache_bucket
= NULL;
in bucket_info_for_heap()
1397
struct bo_cache_bucket *bucket = &bufmgr->
cache_bucket
[
in cleanup_bo_cache()
284
bucket_info_for_heap(struct iris_bufmgr *bufmgr, enum iris_heap heap, struct bo_
cache_bucket
**
cache_bucket
, int **num_buckets)
bucket_info_for_heap()
argument
[all...]
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_gem.c
123
struct drm_intel_gem_bo_bucket
cache_bucket
[14 * 4];
member
402
&bufmgr_gem->
cache_bucket
[i];
in drm_intel_gem_bo_bucket_for_size()
1214
&bufmgr_gem->
cache_bucket
[i];
in drm_intel_gem_cleanup_bo_cache()
1973
&bufmgr_gem->
cache_bucket
[i];
in drm_intel_bufmgr_gem_destroy()
3014
assert(i < ARRAY_SIZE(bufmgr_gem->
cache_bucket
));
in add_bucket()
3016
DRMINITLISTHEAD(&bufmgr_gem->
cache_bucket
[i].head);
in add_bucket()
3017
bufmgr_gem->
cache_bucket
[i].size = size;
in add_bucket()
Completed in 14 milliseconds