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
defs:operand_id
(Results
1 - 25
of
32
) sorted by relevance
1
2
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H
A
D
change_operand_to_undef_reduction_opportunity.cpp
31
auto
operand_id
= operand.words[0];
in Apply()
local
H
A
D
operand_to_undef_reduction_opportunity_finder.cpp
47
const auto
operand_id
= operand.words[0];
in GetAvailableOpportunities()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H
A
D
change_operand_to_undef_reduction_opportunity.cpp
31
auto
operand_id
= operand.words[0];
in Apply()
local
H
A
D
operand_to_undef_reduction_opportunity_finder.cpp
47
const auto
operand_id
= operand.words[0];
in GetAvailableOpportunities()
local
/third_party/spirv-tools/source/reduce/
H
A
D
change_operand_to_undef_reduction_opportunity.cpp
31
auto
operand_id
= operand.words[0];
in Apply()
local
H
A
D
operand_to_undef_reduction_opportunity_finder.cpp
47
const auto
operand_id
= operand.words[0];
in GetAvailableOpportunities()
local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
eliminate_dead_constant_pass.cpp
71
uint32_t
operand_id
= inst->GetSingleWordInOperand(i);
in Process()
local
H
A
D
fold_spec_constant_op_and_composite_pass.cpp
241
uint32_t
operand_id
= inst->GetSingleWordInOperand(i);
in DoVectorShuffle()
local
H
A
D
ssa_rewrite_pass.h
91
void AddUser(uint32_t
operand_id
) { users_.push_back(
operand_id
); }
in AddUser()
argument
H
A
D
vector_dce.cpp
103
uint32_t
operand_id
=
in MarkExtractUseAsLive()
local
134
uint32_t
operand_id
= current_item.instruction->GetSingleWordInOperand(
in MarkInsertUsesAsLive()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
eliminate_dead_constant_pass.cpp
71
uint32_t
operand_id
= inst->GetSingleWordInOperand(i);
in Process()
local
H
A
D
fold_spec_constant_op_and_composite_pass.cpp
241
uint32_t
operand_id
= inst->GetSingleWordInOperand(i);
in DoVectorShuffle()
local
H
A
D
ssa_rewrite_pass.h
91
void AddUser(uint32_t
operand_id
) { users_.push_back(
operand_id
); }
in AddUser()
argument
/third_party/spirv-tools/source/opt/
H
A
D
eliminate_dead_constant_pass.cpp
70
uint32_t
operand_id
= inst->GetSingleWordInOperand(i);
in Process()
local
H
A
D
fix_func_call_arguments.cpp
82
uint32_t
operand_id
= operand_inst->result_id();
in ReplaceAccessChainFuncCallArguments()
local
H
A
D
ssa_rewrite_pass.h
91
void AddUser(uint32_t
operand_id
) { users_.push_back(
operand_id
); }
in AddUser()
argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H
A
D
validate_id.cpp
43
const uint32_t
operand_id
= inst->word(operand.offset);
in UpdateIdUse()
local
H
A
D
validate_mode_setting.cpp
271
const auto
operand_id
= inst->GetOperandAs<uint32_t>(2);
in ValidateExecutionMode()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H
A
D
validate_id.cpp
43
const uint32_t
operand_id
= inst->word(operand.offset);
in UpdateIdUse()
local
H
A
D
validate_mode_setting.cpp
271
const auto
operand_id
= inst->GetOperandAs<uint32_t>(2);
in ValidateExecutionMode()
local
/third_party/spirv-tools/source/val/
H
A
D
validate_id.cpp
32
const uint32_t
operand_id
= inst->word(operand.offset);
in UpdateIdUse()
local
H
A
D
validate_mode_setting.cpp
345
const auto
operand_id
= inst->GetOperandAs<uint32_t>(2);
in ValidateExecutionMode()
local
H
A
D
validate_non_uniform.cpp
338
const auto
operand_id
= inst->GetOperandAs<uint32_t>(5);
in ValidateGroupNonUniformArithmetic()
local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H
A
D
fuzzer_pass_obfuscate_constants.cpp
419
auto
operand_id
= inst.GetSingleWordInOperand(in_operand_index);
in MaybeAddConstantIdUse()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H
A
D
fuzzer_pass_obfuscate_constants.cpp
419
auto
operand_id
= inst.GetSingleWordInOperand(in_operand_index);
in MaybeAddConstantIdUse()
local
Completed in 16 milliseconds
1
2