Home
last modified time | relevance | path

Searched refs:GetU32 (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp314 if (last_access->GetU32() != 0) { in BuildMemoryObjectFromCompositeConstruct()
347 if (last_access->GetU32() != i) { in BuildMemoryObjectFromCompositeConstruct()
372 number_of_elements = length_const->AsIntConstant()->GetU32(); in BuildMemoryObjectFromInsert()
408 if (last_access->GetU32() != number_of_elements - 1) { in BuildMemoryObjectFromInsert()
456 if (current_last_access->GetU32() != i - 1) { in BuildMemoryObjectFromInsert()
516 access_chain.push_back(index_const->AsIntConstant()->GetU32()); in CanUpdateUses()
615 access_chain.push_back(index_const->AsIntConstant()->GetU32()); in UpdateUses()
737 uint32_t array_length = length_const->AsIntConstant()->GetU32(); in GenerateCopy()
820 return length_const->AsIntConstant()->GetU32(); in GetNumberOfMembers()
847 access_indices.push_back(element_index_const->AsIntConstant()->GetU32()); in GetAccessIds()
Dreduce_load_size.cpp163 total_size = size_const->GetU32(); in ShouldReplaceExtract()
Dcode_sink.cpp252 uint32_t mem_semantics_int = mem_semantics_const->GetU32(); in IsSyncOnUniform()
Dupgrade_memory_model.cpp379 return index_constant->GetU32(); in GetIndexValue()
589 return static_cast<uint32_t>(constant->GetU32()) == SpvScopeDevice; in IsDeviceScope()
Dcombine_access_chains.cpp64 return constant_inst->GetU32(); in GetConstantValue()
Dconstants.cpp58 uint32_t Constant::GetU32() const { in GetU32() function in spvtools::opt::analysis::Constant
Dconstants.h105 uint32_t GetU32() const;
Dfolding_rules.cpp128 words.push_back(static_cast<uint32_t>(0 - c->GetU32())); in NegateIntegerConstant()
482 uint32_t val = input1->GetU32() op input2->GetU32(); \ in PerformIntegerOperation()
Dscalar_replacement_pass.cpp772 result->insert(index_const->GetU32()); in GetUsedComponents()
Dconst_folding_rules.cpp391 uint32_t ua = a->GetU32(); in FoldIToFOp()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp314 if (last_access->GetU32() != 0) { in BuildMemoryObjectFromCompositeConstruct()
347 if (last_access->GetU32() != i) { in BuildMemoryObjectFromCompositeConstruct()
372 number_of_elements = length_const->AsIntConstant()->GetU32(); in BuildMemoryObjectFromInsert()
408 if (last_access->GetU32() != number_of_elements - 1) { in BuildMemoryObjectFromInsert()
456 if (current_last_access->GetU32() != i - 1) { in BuildMemoryObjectFromInsert()
516 access_chain.push_back(index_const->AsIntConstant()->GetU32()); in CanUpdateUses()
615 access_chain.push_back(index_const->AsIntConstant()->GetU32()); in UpdateUses()
737 uint32_t array_length = length_const->AsIntConstant()->GetU32(); in GenerateCopy()
820 return length_const->AsIntConstant()->GetU32(); in GetNumberOfMembers()
847 access_indices.push_back(element_index_const->AsIntConstant()->GetU32()); in GetAccessIds()
Dreduce_load_size.cpp162 total_size = size_const->GetU32(); in ShouldReplaceExtract()
Dupgrade_memory_model.cpp362 return index_constant->GetU32(); in GetIndexValue()
572 return static_cast<uint32_t>(constant->GetU32()) == SpvScopeDevice; in IsDeviceScope()
Dcombine_access_chains.cpp64 return constant_inst->GetU32(); in GetConstantValue()
Dconstants.cpp58 uint32_t Constant::GetU32() const { in GetU32() function in spvtools::opt::analysis::Constant
Dconstants.h105 uint32_t GetU32() const;
Dfolding_rules.cpp128 words.push_back(static_cast<uint32_t>(0 - c->GetU32())); in NegateIntegerConstant()
482 uint32_t val = input1->GetU32() op input2->GetU32(); \ in PerformIntegerOperation()
Dscalar_replacement_pass.cpp770 result->insert(index_const->GetU32()); in GetUsedComponents()
Dconst_folding_rules.cpp391 uint32_t ua = a->GetU32(); in FoldIToFOp()
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go935 func (m *KnownTypes) GetU32() *wrappers.UInt32Value { func
/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_test.cpp545 EXPECT_EQ(tc.expected_result[i], componenets[i]->GetU32()); in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp586 EXPECT_EQ(tc.expected_result[i], componenets[i]->GetU32()); in TEST_P()