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:PAN_IS_REG
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_opt_perspective.c
71
if (frcp &
PAN_IS_REG
) continue;
in midgard_opt_combine_projection()
72
if (to &
PAN_IS_REG
) continue;
in midgard_opt_combine_projection()
154
if (vary &
PAN_IS_REG
) continue;
in midgard_opt_varying_projection()
155
if (to &
PAN_IS_REG
) continue;
in midgard_opt_varying_projection()
H
A
D
midgard_opt_copy_prop.c
43
if (to &
PAN_IS_REG
) continue;
in midgard_opt_copy_prop()
44
if (from &
PAN_IS_REG
) continue;
in midgard_opt_copy_prop()
H
A
D
compiler.h
456
return ((ctx->func->impl->reg_alloc + ctx->temp_alloc++) << 1) |
PAN_IS_REG
;
in make_compiler_temp_reg()
472
return (src->reg.reg->index << 1) |
PAN_IS_REG
;
in nir_src_index()
483
return (dst->reg.reg->index << 1) |
PAN_IS_REG
;
in nir_dest_index()
H
A
D
midgard_print.c
56
} else if (source &
PAN_IS_REG
) {
in mir_print_index()
H
A
D
mir_promote_uniforms.c
324
bool needs_move = ins->dest &
PAN_IS_REG
|| ins->dest == ctx->blend_src1;
in midgard_promote_uniforms()
/third_party/mesa3d/src/panfrost/util/
H
A
D
pan_ir.h
454
#define
PAN_IS_REG
(1)
macro
470
return (src->reg.reg->index << 1) |
PAN_IS_REG
;
in pan_src_index()
481
return (dst->reg.reg->index << 1) |
PAN_IS_REG
;
in pan_dest_index()
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_validate.c
49
fprintf(stderr, "%s%u\n", (i &
PAN_IS_REG
) ? "r" : "", i >> 1);
in bi_validate_initialization()
H
A
D
compiler.h
946
return bi_get_index(node >> 1, node &
PAN_IS_REG
, 0);
in bi_node_to_index()
Completed in 6 milliseconds