Home
last modified time | relevance | path

Searched refs:GetU64 (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp230 if (!unsigned_int_binop_evaluates_to(lhs_constant->GetU64(), in IsApplicable()
231 rhs_constant->GetU64(), in IsApplicable()
H A Dfuzzer_pass_obfuscate_constants.cpp233 unsigned_int_constant_1->GetU64() > unsigned_int_constant_2->GetU64(); in ObfuscateBoolConstantViaUnsignedIntConstantPair()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp230 if (!unsigned_int_binop_evaluates_to(lhs_constant->GetU64(), in IsApplicable()
231 rhs_constant->GetU64(), in IsApplicable()
H A Dfuzzer_pass_obfuscate_constants.cpp233 unsigned_int_constant_1->GetU64() > unsigned_int_constant_2->GetU64(); in ObfuscateBoolConstantViaUnsignedIntConstantPair()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp232 if (!unsigned_int_binop_evaluates_to(lhs_constant->GetU64(), in IsApplicable()
233 rhs_constant->GetU64(), in IsApplicable()
H A Dfuzzer_pass_obfuscate_constants.cpp234 unsigned_int_constant_1->GetU64() > unsigned_int_constant_2->GetU64(); in ObfuscateBoolConstantViaUnsignedIntConstantPair()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp503 return index_constant->GetU64(); in GetIndexValue()
716 return static_cast<uint32_t>(constant->GetU64()) == SpvScopeDevice; in IsDeviceScope()
H A Dconst_folding_rules.cpp935 uint64_t va = a->GetU64();
936 uint64_t vb = b->GetU64();
975 uint64_t va = a->GetU64();
976 uint64_t vb = b->GetU64();
H A Dconstants.cpp70 uint64_t Constant::GetU64() const { in GetU64() function in spvtools::opt::analysis::Constant
H A Dfolding_rules.cpp141 uint64_t uval = static_cast<uint64_t>(c->GetU64()); in GetWordsFromScalarIntConstant()
219 uint64_t uval = static_cast<uint64_t>(0 - c->GetU64()); in NegateIntegerConstant()
569 uint64_t val = input1->GetU64() op input2->GetU64(); \
H A Dconstants.h109 uint64_t GetU64() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.cpp503 return index_constant->GetU64(); in GetIndexValue()
716 return static_cast<uint32_t>(constant->GetU64()) == SpvScopeDevice; in IsDeviceScope()
H A Dconst_folding_rules.cpp1031 uint64_t va = a->GetU64();
1032 uint64_t vb = b->GetU64();
1071 uint64_t va = a->GetU64();
1072 uint64_t vb = b->GetU64();
H A Dconstants.cpp70 uint64_t Constant::GetU64() const { in GetU64() function in spvtools::opt::analysis::Constant
H A Dfolding_rules.cpp141 uint64_t uval = static_cast<uint64_t>(c->GetU64()); in GetWordsFromScalarIntConstant()
219 uint64_t uval = static_cast<uint64_t>(0 - c->GetU64()); in NegateIntegerConstant()
569 uint64_t val = input1->GetU64() op input2->GetU64(); \
H A Dconstants.h109 uint64_t GetU64() const;
/third_party/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp505 return index_constant->GetU64(); in GetIndexValue()
726 return static_cast<spv::Scope>(constant->GetU64()) == spv::Scope::Device; in IsDeviceScope()
H A Dconst_folding_rules.cpp1395 uint64_t va = a->GetU64();
1396 uint64_t vb = b->GetU64();
1435 uint64_t va = a->GetU64();
1436 uint64_t vb = b->GetU64();
H A Dconstants.cpp69 uint64_t Constant::GetU64() const { in GetU64() function in spvtools::opt::analysis::Constant
H A Dconstants.h109 uint64_t GetU64() const;
H A Dfolding_rules.cpp140 uint64_t uval = static_cast<uint64_t>(c->GetU64()); in GetWordsFromScalarIntConstant()
221 uint64_t uval = static_cast<uint64_t>(0 - c->GetU64()); in NegateIntegerConstant()
585 uint64_t val = input1->GetU64() op input2->GetU64(); \

Completed in 34 milliseconds