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:feature_manager
(Results
1 - 9
of
9
) sorted by relevance
/third_party/spirv-tools/source/opt/
H
A
D
trim_capabilities_pass.cpp
123
static bool Has16BitCapability(const FeatureManager*
feature_manager
) {
in Has16BitCapability()
argument
124
const CapabilitySet& capabilities =
feature_manager
->GetCapabilities();
in Has16BitCapability()
242
const auto*
feature_manager
= instruction->context()->get_feature_mgr();
in Handler_OpTypePointer_StorageUniform16()
local
243
if (!Has16BitCapability(
feature_manager
)) {
in Handler_OpTypePointer_StorageUniform16()
248
feature_manager
->GetCapabilities().contains(
in Handler_OpTypePointer_StorageUniform16()
540
const FeatureManager*
feature_manager
= context()->get_feature_mgr();
in TrimUnrequiredCapabilities()
local
542
for (auto capability :
feature_manager
->GetCapabilities()) {
in TrimUnrequiredCapabilities()
H
A
D
const_folding_rules.cpp
1666
FeatureManager*
feature_manager
= context_->get_feature_mgr();
1668
feature_manager
->GetExtInstImportId_GLSLstd450();
H
A
D
folding_rules.cpp
3034
FeatureManager*
feature_manager
= context_->get_feature_mgr();
3037
feature_manager
->GetExtInstImportId_GLSLstd450();
/third_party/skia/third_party/externals/spirv-tools/
H
A
D
Android.mk
110
source/opt/
feature_manager
.cpp \
/third_party/spirv-tools/
H
A
D
Android.mk
117
source/opt/
feature_manager
.cpp \
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
const_folding_rules.cpp
1200
FeatureManager*
feature_manager
= context_->get_feature_mgr();
1202
feature_manager
->GetExtInstImportId_GLSLstd450();
H
A
D
folding_rules.cpp
2626
FeatureManager*
feature_manager
= context_->get_feature_mgr();
2629
feature_manager
->GetExtInstImportId_GLSLstd450();
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
const_folding_rules.cpp
1296
FeatureManager*
feature_manager
= context_->get_feature_mgr();
1298
feature_manager
->GetExtInstImportId_GLSLstd450();
H
A
D
folding_rules.cpp
2626
FeatureManager*
feature_manager
= context_->get_feature_mgr();
2629
feature_manager
->GetExtInstImportId_GLSLstd450();
Completed in 16 milliseconds