Home
last modified time | relevance | path

Searched refs:GetIndexValue (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h103 uint64_t GetIndexValue(Instruction* index_inst);
Dupgrade_memory_model.cpp300 uint64_t value = GetIndexValue(index_inst); in CheckType()
367 uint64_t UpgradeMemoryModel::GetIndexValue(Instruction* index_inst) { in GetIndexValue() function in spvtools::opt::UpgradeMemoryModel
539 uint64_t semantics_value = GetIndexValue(semantics_inst); in UpgradeBarriers()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h103 uint64_t GetIndexValue(Instruction* index_inst);
Dupgrade_memory_model.cpp283 uint64_t value = GetIndexValue(index_inst); in CheckType()
350 uint64_t UpgradeMemoryModel::GetIndexValue(Instruction* index_inst) { in GetIndexValue() function in spvtools::opt::UpgradeMemoryModel
522 uint64_t semantics_value = GetIndexValue(semantics_inst); in UpgradeBarriers()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1164 func (m *IndexPostfix) GetIndexValue() []*IndexPostfix_IndexValue { func