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_rcp
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_program_tex.c
84
struct rc_instruction *inst_mul, *
inst_rcp
;
in projective_divide()
local
88
inst_rcp
= rc_insert_new_instruction(&compiler->Base, inst->Prev);
in projective_divide()
89
inst_rcp
->U.I.Opcode = RC_OPCODE_RCP;
in projective_divide()
90
inst_rcp
->U.I.DstReg.File = RC_FILE_TEMPORARY;
in projective_divide()
91
inst_rcp
->U.I.DstReg.Index = temp;
in projective_divide()
92
inst_rcp
->U.I.DstReg.WriteMask = RC_MASK_W;
in projective_divide()
93
inst_rcp
->U.I.SrcReg[0] = inst->U.I.SrcReg[0];
in projective_divide()
96
inst_rcp
->U.I.SrcReg[0].Swizzle =
in projective_divide()
157
struct rc_instruction *
inst_rcp
= NULL;
in radeonTransformTEX()
local
178
inst_rcp
in radeonTransformTEX()
[all...]
H
A
D
radeon_compiler.c
225
struct rc_instruction *
inst_rcp
;
in rc_transform_fragment_wpos()
local
234
inst_rcp
= rc_insert_new_instruction(c, &c->Program.Instructions);
in rc_transform_fragment_wpos()
235
inst_rcp
->U.I.Opcode = RC_OPCODE_RCP;
in rc_transform_fragment_wpos()
237
inst_rcp
->U.I.DstReg.File = RC_FILE_TEMPORARY;
in rc_transform_fragment_wpos()
238
inst_rcp
->U.I.DstReg.Index = tempregi;
in rc_transform_fragment_wpos()
239
inst_rcp
->U.I.DstReg.WriteMask = RC_MASK_W;
in rc_transform_fragment_wpos()
241
inst_rcp
->U.I.SrcReg[0].File = RC_FILE_INPUT;
in rc_transform_fragment_wpos()
242
inst_rcp
->U.I.SrcReg[0].Index = new_input;
in rc_transform_fragment_wpos()
243
inst_rcp
->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_WWWW;
in rc_transform_fragment_wpos()
245
inst_mul = rc_insert_new_instruction(c,
inst_rcp
);
in rc_transform_fragment_wpos()
[all...]
Completed in 1 milliseconds