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_mad
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_compiler.c
227
struct rc_instruction *
inst_mad
;
in rc_transform_fragment_wpos()
local
260
inst_mad
= rc_insert_new_instruction(c, inst_mul);
in rc_transform_fragment_wpos()
261
inst_mad
->U.I.Opcode = RC_OPCODE_MAD;
in rc_transform_fragment_wpos()
263
inst_mad
->U.I.DstReg.File = RC_FILE_TEMPORARY;
in rc_transform_fragment_wpos()
264
inst_mad
->U.I.DstReg.Index = tempregi;
in rc_transform_fragment_wpos()
265
inst_mad
->U.I.DstReg.WriteMask = RC_MASK_XYZ;
in rc_transform_fragment_wpos()
267
inst_mad
->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
in rc_transform_fragment_wpos()
268
inst_mad
->U.I.SrcReg[0].Index = tempregi;
in rc_transform_fragment_wpos()
269
inst_mad
->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZ0;
in rc_transform_fragment_wpos()
271
inst_mad
in rc_transform_fragment_wpos()
[all...]
H
A
D
radeon_program_tex.c
324
struct rc_instruction *inst_mul, *inst_frc, *
inst_mad
, *inst_add;
in radeonTransformTEX()
local
347
inst_mad
= rc_insert_new_instruction(c, inst->Prev);
in radeonTransformTEX()
349
inst_mad
->U.I.Opcode = RC_OPCODE_MAD;
in radeonTransformTEX()
350
inst_mad
->U.I.DstReg.File = RC_FILE_TEMPORARY;
in radeonTransformTEX()
351
inst_mad
->U.I.DstReg.Index = temp;
in radeonTransformTEX()
352
inst_mad
->U.I.DstReg.WriteMask = RC_MASK_XYZ;
in radeonTransformTEX()
353
inst_mad
->U.I.SrcReg[0].File = RC_FILE_TEMPORARY;
in radeonTransformTEX()
354
inst_mad
->U.I.SrcReg[0].Index = temp;
in radeonTransformTEX()
355
inst_mad
->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZ0;
in radeonTransformTEX()
356
inst_mad
in radeonTransformTEX()
[all...]
Completed in 2 milliseconds