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_active_slots
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_descriptors.c
132
unsigned upload_size = desc->
num_active_slots
* slot_size;
in si_upload_descriptors()
143
desc->
num_active_slots
== 1) {
in si_upload_descriptors()
2318
sctx->bindless_descriptors.
num_active_slots
= num_elements;
in si_init_bindless_descriptors()
2353
desc->
num_active_slots
= new_num_elements;
in si_get_first_free_bindless_slot()
2772
sctx->descriptors[SI_DESCS_INTERNAL].
num_active_slots
= SI_NUM_INTERNAL_BINDINGS;
in si_init_all_descriptors()
3011
new_active_mask == u_bit_consecutive64(desc->first_active_slot, desc->
num_active_slots
))
in si_set_active_descriptors()
3020
first + count > desc->first_active_slot + desc->
num_active_slots
)
in si_set_active_descriptors()
3024
desc->
num_active_slots
= count;
in si_set_active_descriptors()
H
A
D
si_debug.c
708
active_range_dw_begin + desc->
num_active_slots
* desc->element_dw_size;
in si_dump_descriptor_list()
784
desc.
num_active_slots
= sctx->vertex_elements->vb_desc_list_alloc_size / 16;
in si_dump_descriptors()
1048
4, sctx->descriptors[SI_DESCS_INTERNAL].
num_active_slots
, si_identity,
in si_log_draw_state()
H
A
D
si_state.h
445
uint32_t
num_active_slots
;
member
Completed in 8 milliseconds