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:max_se
(Results
26 - 30
of
30
) sorted by relevance
1
2
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
2718
unsigned num_se = pdevice->rad_info.
max_se
;
in radv_pipeline_init_gs_ring_state()
5296
util_logbase2_ceil(pdevice->rad_info.max_render_backends / pdevice->rad_info.
max_se
);
in radv_gfx9_compute_bin_size()
5297
unsigned log_num_se = util_logbase2_ceil(pdevice->rad_info.
max_se
);
in radv_gfx9_compute_bin_size()
H
A
D
radv_device.c
2327
properties->shaderEngineCount = pdevice->rad_info.
max_se
;
in radv_GetPhysicalDeviceProperties2()
4126
tf_ring_size /= device->physical_device->rad_info.
max_se
;
in radv_emit_tess_factor_ring()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.c
5493
assert(se == ~0 || se < sctx->screen->info.
max_se
);
in si_set_grbm_gfx_index_se()
5503
unsigned num_se = MAX2(sctx->screen->info.
max_se
, 1);
in si_write_harvested_raster_configs()
5941
sscreen->info.
max_se
) >> 16) - 1) |
in si_init_cs_preamble_state()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_state_common.c
1753
unsigned num_ses = rctx->screen->b.info.
max_se
;
in r600_setup_scratch_area_for_shader()
H
A
D
evergreen_state.c
4007
uint32_t immed_size = rscreen->b.info.
max_se
* 256 * 64 * util_format_get_blocksize(pformat);
in evergreen_setup_immed_buffer()
Completed in 51 milliseconds
1
2