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:const_upload_unit
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_compiler.c
274
compiler->
const_upload_unit
= 4;
in ir3_compiler_create()
283
compiler->
const_upload_unit
= 8;
in ir3_compiler_create()
H
A
D
ir3_nir_analyze_ubo_ranges.c
436
compiler->
const_upload_unit
,
in ir3_nir_analyze_ubo_ranges()
494
compiler->
const_upload_unit
);
in ir3_nir_lower_ubo_loads()
660
compiler->
const_upload_unit
* 4 * sizeof(uint32_t));
in ir3_nir_lower_load_constant()
H
A
D
ir3_compiler.h
114
uint32_t
const_upload_unit
;
member
H
A
D
ir3_nir.c
983
upload_unit = compiler->
const_upload_unit
;
in ir3_setup_const_state()
H
A
D
ir3_shader.c
143
align(info->size, v->compiler->
const_upload_unit
* 16);
in ir3_shader_assemble()
Completed in 6 milliseconds