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_const
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_shader.c
169
v->constlen = MAX2(v->constlen, info->
max_const
+ 1);
in ir3_shader_assemble()
589
unsigned
max_const
= 0;
in trim_constlens()
local
594
if (constlens[i] >=
max_const
) {
in trim_constlens()
596
max_const
= constlens[i];
in trim_constlens()
600
assert(
max_const
> safe_limit);
in trim_constlens()
602
cur_total = cur_total -
max_const
+ safe_limit;
in trim_constlens()
H
A
D
ir3.c
118
info->
max_const
= MAX2(info->
max_const
, max >> 2);
in collect_reg_info()
276
info->
max_const
= -1;
in ir3_collect_info()
H
A
D
ir3.h
68
int16_t
max_const
;
member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
const_folding_rules.cpp
718
const analysis::Constant*
max_const
=
742
if (
max_const
) {
744
max_const
->GetValueAsDouble()) {
753
if (
max_const
) {
754
if (
max_const
->GetValueAsDouble() <
785
if (
max_const
) {
787
max_const
->GetValueAsDouble()) {
796
if (
max_const
) {
797
if (
max_const
->GetValueAsDouble() <=
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
const_folding_rules.cpp
814
const analysis::Constant*
max_const
=
838
if (
max_const
) {
840
max_const
->GetValueAsDouble()) {
849
if (
max_const
) {
850
if (
max_const
->GetValueAsDouble() <
881
if (
max_const
) {
883
max_const
->GetValueAsDouble()) {
892
if (
max_const
) {
893
if (
max_const
->GetValueAsDouble() <=
/third_party/spirv-tools/source/opt/
H
A
D
const_folding_rules.cpp
1189
const analysis::Constant*
max_const
=
1213
if (
max_const
) {
1215
max_const
->GetValueAsDouble()) {
1224
if (
max_const
) {
1225
if (
max_const
->GetValueAsDouble() <
1256
if (
max_const
) {
1258
max_const
->GetValueAsDouble()) {
1267
if (
max_const
) {
1268
if (
max_const
->GetValueAsDouble() <=
Completed in 12 milliseconds