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_B
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/freedreno/isa/
H
A
D
encode.c
192
assert(instr->flags & (IR3_INSTR_S2EN |
IR3_INSTR_B
));
in extract_cat5_DESC_MODE()
194
if (instr->flags &
IR3_INSTR_B
) {
in extract_cat5_DESC_MODE()
213
} else if (instr->flags &
IR3_INSTR_B
) {
in extract_cat5_DESC_MODE()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_print.c
220
if (instr->flags &
IR3_INSTR_B
) {
in print_instr_name()
394
if (!!(instr->flags &
IR3_INSTR_B
) && !!(instr->flags & IR3_INSTR_A1EN)) {
in print_instr()
H
A
D
ir3_validate.c
189
if (instr->flags &
IR3_INSTR_B
)
in validate_instr()
H
A
D
ir3_cp.c
644
!(instr->flags &
IR3_INSTR_B
) &&
in instr_cp()
H
A
D
ir3_compiler_nir.c
59
instr->flags |=
IR3_INSTR_B
;
in ir3_handle_bindless_cat6()
903
if (ldc->flags &
IR3_INSTR_B
)
in emit_intrinsic_load_ubo_ldc()
928
if (ldc->flags &
IR3_INSTR_B
)
in emit_intrinsic_copy_ubo_to_uniform()
1359
info.flags |=
IR3_INSTR_B
;
in get_image_ssbo_samp_tex_src()
1421
if (info.flags &
IR3_INSTR_B
) {
in emit_sam()
2794
info.flags |=
IR3_INSTR_B
;
in get_tex_samp_tex_src()
3205
sam->flags = flags | (info.flags &
IR3_INSTR_B
);
in emit_tex()
4563
if (instr->flags &
IR3_INSTR_B
) {
in collect_tex_prefetches()
H
A
D
ir3_parser.y
198
if (instr->flags &
IR3_INSTR_B
)
1066
| '.' T_BASE { instr->flags |=
IR3_INSTR_B
; instr->cat5.tex_base = $2; }
1204
| '.' T_BASE { instr->flags |=
IR3_INSTR_B
; instr->cat6.base = $2; }
H
A
D
ir3.h
311
IR3_INSTR_B
= 0x800,
enumerator
2352
__ssa_src(sam, samp_tex, (flags &
IR3_INSTR_B
) ? 0 : IR3_REG_HALF);
in ir3_SAM()
Completed in 20 milliseconds