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:size_list_size
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_bo.c
74
if (cache->
size_list_size
) {
in bo_dump_stats()
76
for (uint32_t i = 0; i < cache->
size_list_size
; i++) {
in bo_dump_stats()
100
if (cache->
size_list_size
<= page_index)
in bo_from_cache()
360
for (int i = 0; i < cache->
size_list_size
; i++) {
in reallocate_size_list()
371
for (int i = cache->
size_list_size
; i < size; i++)
in reallocate_size_list()
375
cache->
size_list_size
= size;
in reallocate_size_list()
390
device->bo_cache.
size_list_size
= 0;
in v3dv_bo_cache_init()
483
if (cache->
size_list_size
<= page_index) {
in v3dv_bo_free()
H
A
D
v3dv_private.h
501
uint32_t
size_list_size
;
member
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_bufmgr.c
93
if (cache->
size_list_size
<= page_index)
in v3d_bo_from_cache()
286
if (cache->
size_list_size
<= page_index) {
in v3d_bo_last_unreference_locked_timed()
293
for (int i = 0; i < cache->
size_list_size
; i++) {
in v3d_bo_last_unreference_locked_timed()
304
for (int i = cache->
size_list_size
; i < page_index + 1; i++)
in v3d_bo_last_unreference_locked_timed()
308
cache->
size_list_size
= page_index + 1;
in v3d_bo_last_unreference_locked_timed()
H
A
D
v3d_screen.h
68
uint32_t
size_list_size
;
member
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_bufmgr.c
186
if (cache->
size_list_size
<= page_index)
in vc4_bo_from_cache()
346
if (cache->
size_list_size
<= page_index) {
in vc4_bo_last_unreference_locked_timed()
353
for (int i = 0; i < cache->
size_list_size
; i++)
in vc4_bo_last_unreference_locked_timed()
355
for (int i = cache->
size_list_size
; i < page_index + 1; i++)
in vc4_bo_last_unreference_locked_timed()
359
cache->
size_list_size
= page_index + 1;
in vc4_bo_last_unreference_locked_timed()
H
A
D
vc4_screen.h
82
uint32_t
size_list_size
;
member
Completed in 8 milliseconds