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:IR3_INSTR_SS
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_legalize.c
150
n->flags &= ~(
IR3_INSTR_SS
| IR3_INSTR_SY);
in legalize_block()
165
n->flags |=
IR3_INSTR_SS
| IR3_INSTR_SY;
in legalize_block()
173
n->flags |=
IR3_INSTR_SS
;
in legalize_block()
198
n->flags |=
IR3_INSTR_SS
;
in legalize_block()
213
n->flags |=
IR3_INSTR_SS
;
in legalize_block()
225
if ((n->flags &
IR3_INSTR_SS
) && (opc_cat(n->opc) >= 5)) {
in legalize_block()
228
nop->flags |=
IR3_INSTR_SS
;
in legalize_block()
229
n->flags &= ~
IR3_INSTR_SS
;
in legalize_block()
268
ir3_NOP(block)->flags |=
IR3_INSTR_SS
;
in legalize_block()
327
last_input->flags |=
IR3_INSTR_SS
;
in legalize_block()
[all...]
H
A
D
ir3_print.c
89
if (instr->flags &
IR3_INSTR_SS
)
in print_instr_name()
H
A
D
ir3.c
359
if (instr->flags &
IR3_INSTR_SS
) {
in ir3_collect_info()
H
A
D
ir3_compiler_nir.c
1579
barrier->flags =
IR3_INSTR_SS
| IR3_INSTR_SY;
in emit_control_barrier()
4408
barrier->flags =
IR3_INSTR_SS
| IR3_INSTR_SY;
in emit_instructions()
4969
instr->flags |=
IR3_INSTR_SS
| IR3_INSTR_SY;
in ir3_compile_shader_nir()
H
A
D
ir3.h
298
IR3_INSTR_SS
= 0x002,
enumerator
H
A
D
ir3_parser.y
787
| T_SS { iflags.flags |=
IR3_INSTR_SS
; }
Completed in 14 milliseconds