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:num_tcc_blocks
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
162
uint32_t
num_tcc_blocks
;
member
903
info->max_tcc_blocks = device_info.
num_tcc_blocks
;
in ac_query_gpu_info()
963
info->
num_tcc_blocks
= info->max_tcc_blocks - util_bitcount64(device_info.tcc_disabled_mask);
in ac_query_gpu_info()
966
info->
num_tcc_blocks
= info->vram_size_kb / (512 * 1024);
in ac_query_gpu_info()
967
if (info->
num_tcc_blocks
> info->max_tcc_blocks)
in ac_query_gpu_info()
968
info->
num_tcc_blocks
/= 2;
in ac_query_gpu_info()
976
info->
num_tcc_blocks
= info->max_tcc_blocks;
in ac_query_gpu_info()
979
info->tcc_rb_non_coherent = !util_is_power_of_two_or_zero(info->
num_tcc_blocks
);
in ac_query_gpu_info()
990
info->l2_cache_size = info->
num_tcc_blocks
* 64 * 1024;
in ac_query_gpu_info()
1001
info->l2_cache_size = info->
num_tcc_blocks
* 12
in ac_query_gpu_info()
[all...]
H
A
D
ac_gpu_info.h
64
uint32_t
num_tcc_blocks
; /* also the number of memory channels */
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_binning.c
313
const unsigned num_pipes = MAX2(num_rbs, sctx->screen->info.
num_tcc_blocks
);
in gfx10_get_bin_sizes()
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
1062
__u32
num_tcc_blocks
;
member
/third_party/libdrm/include/drm/
H
A
D
amdgpu_drm.h
1054
__u32
num_tcc_blocks
;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
5357
const unsigned pipe_count = MAX2(rb_count, pdevice->rad_info.
num_tcc_blocks
);
in radv_gfx10_compute_bin_size()
Completed in 19 milliseconds