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:vram_usage
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_buffer_common.c
156
res->
vram_usage
= 0;
in r600_init_resource_fields()
160
res->
vram_usage
= size;
in r600_init_resource_fields()
258
assert(rdst->
vram_usage
== rsrc->
vram_usage
);
in r600_replace_buffer_storage()
648
rbuffer->
vram_usage
= 0;
in r600_buffer_from_user_memory()
H
A
D
r600_pipe_common.c
235
vram += dst->
vram_usage
;
in r600_need_dma_space()
239
vram += src->
vram_usage
;
in r600_need_dma_space()
1138
unsigned
vram_usage
, gtt_usage;
in r600_query_memory_info()
local
1153
vram_usage
= ws->query_value(ws, RADEON_REQUESTED_VRAM_MEMORY) / 1024;
in r600_query_memory_info()
1157
vram_usage
<= info->total_device_memory ?
in r600_query_memory_info()
1158
info->total_device_memory -
vram_usage
: 0;
in r600_query_memory_info()
H
A
D
r600_cs.h
107
rctx->vram + rbo->
vram_usage
,
in radeon_add_to_buffer_list_check_mem()
H
A
D
r600_pipe_common.h
137
uint64_t
vram_usage
;
member
839
rctx->vram += res->
vram_usage
;
in r600_context_add_resource_size()
H
A
D
r600_texture.c
410
rtex->resource.
vram_usage
= new_tex->resource.
vram_usage
;
in r600_reallocate_texture_inplace()
979
resource->
vram_usage
= buf->size;
in r600_texture_create_object()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_get.c
972
unsigned
vram_usage
, gtt_usage;
in si_query_memory_info()
local
987
vram_usage
= ws->query_value(ws, RADEON_VRAM_USAGE) / 1024;
in si_query_memory_info()
991
vram_usage
<= info->total_device_memory ? info->total_device_memory -
vram_usage
: 0;
in si_query_memory_info()
Completed in 10 milliseconds