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:RC_OPCODE_DDX
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_opcodes.h
65
RC_OPCODE_DDX
,
enumerator
H
A
D
r500_fragprog_emit.c
99
case
RC_OPCODE_DDX
: return R500_ALU_RGBA_OP_MDH;
in translate_rgb_op()
122
case
RC_OPCODE_DDX
: return R500_ALPHA_OP_MDH;
in translate_alpha_op()
250
if (inst->RGB.Opcode ==
RC_OPCODE_DDX
|| inst->Alpha.Opcode ==
RC_OPCODE_DDX
||
in emit_paired()
H
A
D
radeon_opcodes.c
92
.Opcode =
RC_OPCODE_DDX
,
H
A
D
radeon_pair_translate.c
105
case
RC_OPCODE_DDX
:
in classify_instruction()
H
A
D
r500_fragprog.c
215
} else if (opcode ==
RC_OPCODE_DDX
|| opcode == RC_OPCODE_DDY) {
in r500_swizzle_is_native()
H
A
D
radeon_compiler_util.c
136
case
RC_OPCODE_DDX
:
in srcs_need_rewrite()
H
A
D
radeon_pair_schedule.c
786
case
RC_OPCODE_DDX
:
in can_remap()
797
case
RC_OPCODE_DDX
:
in can_convert_opcode_to_alpha()
H
A
D
radeon_pair_regalloc.c
284
return (op ==
RC_OPCODE_DDX
|| op == RC_OPCODE_DDY);
in is_derivative()
H
A
D
radeon_program_alu.c
1098
if (inst->U.I.Opcode !=
RC_OPCODE_DDX
&& inst->U.I.Opcode != RC_OPCODE_DDY)
in radeonStubDeriv()
1123
if (inst->U.I.Opcode !=
RC_OPCODE_DDX
&& inst->U.I.Opcode != RC_OPCODE_DDY)
in radeonTransformDeriv()
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_tgsi_to_rc.c
63
case TGSI_OPCODE_DDX: return
RC_OPCODE_DDX
;
in translate_opcode()
Completed in 10 milliseconds