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:WriteALUResult
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_dataflow_deadcode.c
42
unsigned char
WriteALUResult
:1;
member
161
if (inst->U.I.
WriteALUResult
) {
in update_instruction()
164
if (inst->U.I.
WriteALUResult
== RC_ALURESULT_X)
in update_instruction()
166
else if (inst->U.I.
WriteALUResult
== RC_ALURESULT_W)
in update_instruction()
170
insts->
WriteALUResult
= 1;
in update_instruction()
247
if (ptr->U.I.
WriteALUResult
== RC_ALURESULT_X)
in rc_dataflow_deadcode()
249
else if (ptr->U.I.
WriteALUResult
== RC_ALURESULT_W)
in rc_dataflow_deadcode()
320
if (s.Instructions[ip].
WriteALUResult
)
in rc_dataflow_deadcode()
323
inst->U.I.
WriteALUResult
= RC_ALURESULT_NONE;
in rc_dataflow_deadcode()
335
if (inst->U.I.
WriteALUResult
in rc_dataflow_deadcode()
[all...]
H
A
D
radeon_pair_translate.c
96
if (inst->
WriteALUResult
== RC_ALURESULT_X)
in classify_instruction()
98
else if (inst->
WriteALUResult
== RC_ALURESULT_W)
in classify_instruction()
323
if (inst->
WriteALUResult
) {
in set_pair_instruction()
324
pair->
WriteALUResult
= inst->
WriteALUResult
;
in set_pair_instruction()
H
A
D
radeon_program_print.c
324
if (inst->U.I.
WriteALUResult
) {
in rc_print_normal_instruction()
327
(inst->U.I.
WriteALUResult
== RC_ALURESULT_X) ? "x" : "w",
in rc_print_normal_instruction()
399
if (inst->
WriteALUResult
== RC_ALURESULT_X)
in rc_print_pair_instruction()
434
if (inst->
WriteALUResult
== RC_ALURESULT_W)
in rc_print_pair_instruction()
453
if (inst->
WriteALUResult
) {
in rc_print_pair_instruction()
H
A
D
radeon_program_pair.h
89
unsigned int
WriteALUResult
:2;
member
H
A
D
radeon_program.h
96
unsigned int
WriteALUResult
:2;
member
H
A
D
radeon_pair_schedule.c
661
if (alpha->
WriteALUResult
) {
in destructive_merge_instructions()
662
if (rgb->
WriteALUResult
)
in destructive_merge_instructions()
665
rgb->
WriteALUResult
= alpha->
WriteALUResult
;
in destructive_merge_instructions()
687
if ((rgb->
WriteALUResult
&& alpha->Alpha.OutputWriteMask)
in merge_instructions()
688
|| (rgb->RGB.OutputWriteMask && alpha->
WriteALUResult
)) {
in merge_instructions()
H
A
D
r500_fragprog.c
113
inst_mov->U.I.
WriteALUResult
= alu_chan;
in r500_transform_IF()
162
writer->Inst->U.I.
WriteALUResult
= alu_chan;
in r500_transform_IF()
H
A
D
r500_fragprog_emit.c
262
if (inst->
WriteALUResult
) {
in emit_paired()
349
if (inst->
WriteALUResult
) {
in emit_paired()
352
if (inst->
WriteALUResult
== RC_ALURESULT_X)
in emit_paired()
H
A
D
radeon_dataflow.c
264
if (inst->
WriteALUResult
)
in writes_normal()
278
if (inst->
WriteALUResult
)
in writes_pair()
H
A
D
radeon_optimize.c
148
inst_mov->U.I.
WriteALUResult
)
in copy_propagate()
546
|| inst->U.I.
WriteALUResult
in is_presub_candidate()
Completed in 10 milliseconds