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
defs:num_ubos
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_const.c
192
int
num_ubos
= const_state->
num_ubos
;
in fd6_emit_ubos()
local
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir_analyze_ubo_ranges.c
258
track_ubo_use(nir_intrinsic_instr *instr, nir_builder *b, int *
num_ubos
)
in track_ubo_use()
argument
475
int
num_ubos
= 0;
in ir3_nir_lower_ubo_loads()
local
274
lower_ubo_load_to_uniform(nir_intrinsic_instr *instr, nir_builder *b, const struct ir3_ubo_analysis_state *state, int *
num_ubos
, uint32_t alignment)
lower_ubo_load_to_uniform()
argument
[all...]
H
A
D
ir3_shader.h
164
unsigned
num_ubos
;
member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_resource.c
102
const unsigned
num_ubos
= util_last_bit(cb->enabled_mask);
variable
/third_party/mesa3d/src/compiler/
H
A
D
shader_info.h
148
uint8_t
num_ubos
;
member
/third_party/mesa3d/src/asahi/compiler/
H
A
D
agx_compile.c
419
unsigned
num_ubos
= b->shader->nir->info.
num_ubos
;
in agx_emit_load_ubo()
local
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_context.h
344
uint8_t
num_ubos
[PIPE_SHADER_TYPES];
member
H
A
D
zink_compiler.c
2272
unsigned
num_ubos
= shader->info.
num_ubos
- !!shader->info.first_ubo_is_default_ubo;
in unbreak_bos()
local
Completed in 18 milliseconds