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_enabled
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir_analyze_ubo_ranges.c
88
for (int i = 0; i < state->
num_enabled
; i++) {
in get_existing_range()
111
for (int i = index + 1; i < state->
num_enabled
; i++) {
in merge_neighbors()
124
*b = state->range[--state->
num_enabled
];
in merge_neighbors()
152
for (int i = 0; i < state->
num_enabled
; i++) {
in gather_ubo_ranges()
178
if (state->
num_enabled
== ARRAY_SIZE(state->range))
in gather_ubo_ranges()
185
struct ir3_ubo_range *plan_r = &state->range[state->
num_enabled
++];
in gather_ubo_ranges()
350
if (state->
num_enabled
== 0 ||
in copy_ubo_to_uniform()
351
(state->
num_enabled
== 1 && !state->range[0].ubo.bindless &&
in copy_ubo_to_uniform()
360
for (unsigned i = 0; i < state->
num_enabled
; i++) {
in copy_ubo_to_uniform()
453
for (uint32_t i = 0; i < state->
num_enabled
;
in ir3_nir_analyze_ubo_ranges()
[all...]
H
A
D
ir3_shader.c
761
fprintf(out, ";
num_enabled
: %u\n", us->
num_enabled
);
in dump_const_state()
762
for (unsigned i = 0; i < us->
num_enabled
; i++) {
in dump_const_state()
H
A
D
ir3_shader.h
129
uint32_t
num_enabled
;
member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H
A
D
ir3_const.h
121
for (unsigned i = 0; i < state->
num_enabled
; i++) {
in ir3_emit_constant_data()
162
for (unsigned i = 0; i < state->
num_enabled
; i++) {
in ir3_emit_user_consts()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pipeline.c
427
size += 4 * const_state->ubo_state.
num_enabled
;
in tu_xs_get_additional_cs_size_dwords()
614
for (int i = 0; i < ubo_state->
num_enabled
; i++) {
in tu6_emit_xs()
Completed in 11 milliseconds