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:memory_usage_kb
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_buffer.c
153
res->
memory_usage_kb
= MAX2(1, size / 1024);
in si_init_resource_fields()
293
assert(sdst->
memory_usage_kb
== ssrc->
memory_usage_kb
);
in si_replace_buffer_storage()
651
buf->
memory_usage_kb
= templ->width0 / 1024;
in si_buffer_from_user_memory()
H
A
D
si_pipe.h
331
uint32_t
memory_usage_kb
;
member
1013
uint32_t
memory_usage_kb
;
member
1696
sctx->
memory_usage_kb
+= si_resource(r)->
memory_usage_kb
;
in si_context_add_resource_size()
1950
uint32_t kb = ctx->
memory_usage_kb
;
in si_need_gfx_cs_space()
1951
ctx->
memory_usage_kb
= 0;
in si_need_gfx_cs_space()
1999
!radeon_cs_memory_below_limit(sctx->screen, &sctx->gfx_cs, sctx->
memory_usage_kb
+ bo->
memory_usage_kb
))
in radeon_add_to_gfx_buffer_list_check_mem()
H
A
D
si_texture.c
475
tex->buffer.
memory_usage_kb
= new_tex->buffer.
memory_usage_kb
;
in si_reallocate_texture_inplace()
1028
resource->
memory_usage_kb
= plane0->buffer.
memory_usage_kb
;
in si_texture_create_object()
1049
resource->
memory_usage_kb
= MAX2(1, resource->bo_size / 1024);
in si_texture_create_object()
Completed in 10 milliseconds