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:inst_cmp
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_emulate_branches.c
183
struct rc_instruction *
inst_cmp
= rc_insert_new_instruction(s->C, inst_endif);
in inject_cmp()
local
184
inst_cmp
->U.I.Opcode = RC_OPCODE_CMP;
in inject_cmp()
185
inst_cmp
->U.I.DstReg.File = file;
in inject_cmp()
186
inst_cmp
->U.I.DstReg.Index = index;
in inject_cmp()
187
inst_cmp
->U.I.DstReg.WriteMask = RC_MASK_XYZW;
in inject_cmp()
188
inst_cmp
->U.I.SrcReg[0] = inst_if->U.I.SrcReg[0];
in inject_cmp()
189
inst_cmp
->U.I.SrcReg[0].Abs = 1;
in inject_cmp()
190
inst_cmp
->U.I.SrcReg[0].Negate = RC_MASK_XYZW;
in inject_cmp()
191
inst_cmp
->U.I.SrcReg[1].File = RC_FILE_TEMPORARY;
in inject_cmp()
192
inst_cmp
in inject_cmp()
[all...]
H
A
D
radeon_program_tex.c
158
struct rc_instruction *inst_mul, *inst_add, *
inst_cmp
;
in radeonTransformTEX()
local
243
inst_cmp
= rc_insert_new_instruction(c, inst_add);
in radeonTransformTEX()
244
inst_cmp
->U.I.Opcode = RC_OPCODE_CMP;
in radeonTransformTEX()
245
inst_cmp
->U.I.SaturateMode = saturate_mode;
in radeonTransformTEX()
246
inst_cmp
->U.I.DstReg = output_reg;
in radeonTransformTEX()
247
inst_cmp
->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
in radeonTransformTEX()
248
inst_cmp
->U.I.SrcReg[0].Index = tmp_sum;
in radeonTransformTEX()
249
inst_cmp
->U.I.SrcReg[0].Swizzle =
in radeonTransformTEX()
252
inst_cmp
->U.I.SrcReg[pass] = shadow_pass_value(compiler, inst->U.I.TexSrcUnit);
in radeonTransformTEX()
253
inst_cmp
in radeonTransformTEX()
[all...]
Completed in 1 milliseconds