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:FeatureManager
(Results
1 - 22
of
22
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
feature_manager.cpp
26
void
FeatureManager
::Analyze(Module* module) {
in Analyze()
32
void
FeatureManager
::AddExtensions(Module* module) {
in AddExtensions()
38
void
FeatureManager
::AddExtension(Instruction* ext) {
in AddExtension()
50
void
FeatureManager
::RemoveExtension(Extension ext) {
in RemoveExtension()
55
void
FeatureManager
::AddCapability(SpvCapability cap) {
in AddCapability()
68
void
FeatureManager
::RemoveCapability(SpvCapability cap) {
in RemoveCapability()
73
void
FeatureManager
::AddCapabilities(Module* module) {
in AddCapabilities()
79
void
FeatureManager
::AddExtInstImportIds(Module* module) {
in AddExtInstImportIds()
87
bool operator==(const
FeatureManager
& a, const
FeatureManager
[all...]
H
A
D
feature_manager.h
25
// Tracks features enabled by a module. The IRContext has a
FeatureManager
.
26
class
FeatureManager
{
class
28
explicit
FeatureManager
(const AssemblyGrammar& grammar) : grammar_(grammar) {}
in FeatureManager()
function in spvtools::opt::FeatureManager
33
// Removes the given |extension| from the current
FeatureManager
.
41
// Removes the given |capability| from the current
FeatureManager
.
62
friend bool operator==(const
FeatureManager
& a, const
FeatureManager
& b);
63
friend bool operator!=(const
FeatureManager
& a, const
FeatureManager
& b) {
in operator !=()
68
//
FeatureManager
[all...]
H
A
D
pass.h
78
FeatureManager
* get_feature_mgr() const {
in get_feature_mgr()
H
A
D
ir_context.h
525
FeatureManager
* get_feature_mgr() {
in get_feature_mgr()
721
feature_mgr_ = MakeUnique<
FeatureManager
>(grammar_);
in AnalyzeFeatures()
776
std::unique_ptr<
FeatureManager
> feature_mgr_;
H
A
D
ir_context.cpp
361
FeatureManager
current(grammar_);
in IsConsistent()
H
A
D
const_folding_rules.cpp
1200
FeatureManager
* feature_manager = context_->get_feature_mgr();
H
A
D
folding_rules.cpp
2626
FeatureManager
* feature_manager = context_->get_feature_mgr();
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
feature_manager.cpp
26
void
FeatureManager
::Analyze(Module* module) {
in Analyze()
32
void
FeatureManager
::AddExtensions(Module* module) {
in AddExtensions()
38
void
FeatureManager
::AddExtension(Instruction* ext) {
in AddExtension()
50
void
FeatureManager
::RemoveExtension(Extension ext) {
in RemoveExtension()
55
void
FeatureManager
::AddCapability(SpvCapability cap) {
in AddCapability()
68
void
FeatureManager
::RemoveCapability(SpvCapability cap) {
in RemoveCapability()
73
void
FeatureManager
::AddCapabilities(Module* module) {
in AddCapabilities()
79
void
FeatureManager
::AddExtInstImportIds(Module* module) {
in AddExtInstImportIds()
87
bool operator==(const
FeatureManager
& a, const
FeatureManager
[all...]
H
A
D
feature_manager.h
25
// Tracks features enabled by a module. The IRContext has a
FeatureManager
.
26
class
FeatureManager
{
class
28
explicit
FeatureManager
(const AssemblyGrammar& grammar) : grammar_(grammar) {}
in FeatureManager()
function in spvtools::opt::FeatureManager
33
// Removes the given |extension| from the current
FeatureManager
.
41
// Removes the given |capability| from the current
FeatureManager
.
62
friend bool operator==(const
FeatureManager
& a, const
FeatureManager
& b);
63
friend bool operator!=(const
FeatureManager
& a, const
FeatureManager
& b) {
in operator !=()
68
//
FeatureManager
[all...]
H
A
D
pass.h
78
FeatureManager
* get_feature_mgr() const {
in get_feature_mgr()
H
A
D
ir_context.h
525
FeatureManager
* get_feature_mgr() {
in get_feature_mgr()
721
feature_mgr_ = MakeUnique<
FeatureManager
>(grammar_);
in AnalyzeFeatures()
776
std::unique_ptr<
FeatureManager
> feature_mgr_;
H
A
D
ir_context.cpp
361
FeatureManager
current(grammar_);
in IsConsistent()
H
A
D
const_folding_rules.cpp
1296
FeatureManager
* feature_manager = context_->get_feature_mgr();
H
A
D
folding_rules.cpp
2626
FeatureManager
* feature_manager = context_->get_feature_mgr();
/third_party/spirv-tools/source/opt/
H
A
D
feature_manager.cpp
24
void
FeatureManager
::Analyze(Module* module) {
in Analyze()
30
void
FeatureManager
::AddExtensions(Module* module) {
in AddExtensions()
36
void
FeatureManager
::AddExtension(Instruction* ext) {
in AddExtension()
47
void
FeatureManager
::RemoveExtension(Extension ext) {
in RemoveExtension()
52
void
FeatureManager
::AddCapability(spv::Capability cap) {
in AddCapability()
67
void
FeatureManager
::RemoveCapability(spv::Capability cap) {
in RemoveCapability()
72
void
FeatureManager
::AddCapabilities(Module* module) {
in AddCapabilities()
78
void
FeatureManager
::AddExtInstImportIds(Module* module) {
in AddExtInstImportIds()
86
bool operator==(const
FeatureManager
& a, const
FeatureManager
[all...]
H
A
D
feature_manager.h
25
// Tracks features enabled by a module. The IRContext has a
FeatureManager
.
26
class
FeatureManager
{
class
54
friend bool operator==(const
FeatureManager
& a, const
FeatureManager
& b);
55
friend bool operator!=(const
FeatureManager
& a, const
FeatureManager
& b) {
in operator !=()
60
explicit
FeatureManager
(const AssemblyGrammar& grammar) : grammar_(grammar) {}
in FeatureManager()
function in spvtools::opt::FeatureManager
71
// Removes the given |extension| from the current
FeatureManager
.
75
//
FeatureManager
.
81
// Removes the given |capability| from the current
FeatureManager
[all...]
H
A
D
pass.h
85
FeatureManager
* get_feature_mgr() const {
in get_feature_mgr()
H
A
D
ir_context.h
583
FeatureManager
* get_feature_mgr() {
in get_feature_mgr()
801
std::unique_ptr<
FeatureManager
>(new
FeatureManager
(grammar_));
in AnalyzeFeatures()
856
std::unique_ptr<
FeatureManager
> feature_mgr_;
H
A
D
trim_capabilities_pass.cpp
123
static bool Has16BitCapability(const
FeatureManager
* feature_manager) {
in Has16BitCapability()
540
const
FeatureManager
* feature_manager = context()->get_feature_mgr();
in TrimUnrequiredCapabilities()
H
A
D
ir_context.cpp
416
FeatureManager
current(grammar_);
in IsConsistent()
H
A
D
const_folding_rules.cpp
1666
FeatureManager
* feature_manager = context_->get_feature_mgr();
H
A
D
folding_rules.cpp
3034
FeatureManager
* feature_manager = context_->get_feature_mgr();
Completed in 30 milliseconds