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:OPCODE_RET
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H
A
D
Shader.cpp
837
case
OPCODE_RET
: return "ret";
in operationString()
1508
if(i == instruction.size() - 1 || instruction[i + 1]->opcode ==
OPCODE_RET
)
1548
if(oldOpcode ==
OPCODE_RET
)
1561
if(instruction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode ==
OPCODE_RET
)
1570
if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode ==
OPCODE_RET
)
1780
else if(instruction[i]->opcode ==
OPCODE_RET
) // End of the function
1815
if(inst->opcode ==
OPCODE_RET
)
1987
case
OPCODE_RET
:
2063
case
OPCODE_RET
:
1489
ASSERT(i < instruction.size()); return instruction[i]; } void Shader::optimize() { optimizeLeave(); optimizeCall(); removeNull(); } void Shader::optimizeLeave() { for(unsigned int i = 0; i < instruction.size(); i++) { if(instruction[i]->opcode == OPCODE_LEAVE) { if(i == instruction.size() - 1 || instruction[i + 1]->opcode ==
OPCODE_RET
)
getInstruction()
argument
H
A
D
Shader.hpp
67
OPCODE_RET
,
enumerator
H
A
D
VertexProgram.cpp
318
case Shader::
OPCODE_RET
: RET(); break;
in program()
H
A
D
PixelProgram.cpp
358
case Shader::
OPCODE_RET
: RET(); break;
in applyShader()
/third_party/mesa3d/src/mesa/program/
H
A
D
prog_instruction.h
158
OPCODE_RET
, /* 2 2 opt */
enumerator
H
A
D
prog_instruction.c
139
{
OPCODE_RET
, "RET", 0, 0 },
H
A
D
prog_print.c
726
case
OPCODE_RET
:
in _mesa_fprint_instruction_opt()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
OutputASM.cpp
536
emit(sw::Shader::
OPCODE_RET
);
in output()
1319
emit(sw::Shader::
OPCODE_RET
);
in visitAggregate()
Completed in 18 milliseconds