/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzzer_pass_outline_functions_test.cpp | 141 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 28); in TEST() 148 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 32); in TEST() 155 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 41); in TEST() 186 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 310 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 319 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 101); in TEST() 328 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 22); in TEST() 338 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 104); in TEST() 473 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 39); in TEST() 481 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 100); in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzer_pass_outline_functions_test.cpp | 141 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 28); in TEST() 148 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 32); in TEST() 155 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 41); in TEST() 186 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 310 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 319 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 101); in TEST() 328 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 22); in TEST() 338 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 104); in TEST() 473 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 39); in TEST() 481 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 100); in TEST() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | fuzzer_pass_outline_functions_test.cpp | 141 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 28); in TEST() 148 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 32); in TEST() 155 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 41); in TEST() 186 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 310 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 100); in TEST() 319 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 101); in TEST() 328 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 22); in TEST() 338 ASSERT_TRUE(suitable_entry_block->GetLabel()->result_id() == 104); in TEST() 473 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 39); in TEST() 481 ASSERT_TRUE(suitable_exit_block->GetLabel()->result_id() == 100); in TEST() [all …]
|
/external/armnn/samples/ObjectDetection/test/delegate/ |
D | ArmnnDelegateNetworkExecutorTest.cpp | 64 CHECK(detections[0].GetLabel() == "0"); 65 CHECK(detections[1].GetLabel() == "0"); 118 CHECK(detections[0].GetLabel() == "0"); 119 CHECK(detections[1].GetLabel() == "0");
|
/external/armnn/samples/ObjectDetection/src/ |
D | NonMaxSuppression.cpp | 77 …if (inputDetections[sortedIndicies[j]].GetLabel() == inputDetections[sortedIndicies[i]].GetLabel()) in NonMaxSuppression()
|
D | DetectedObject.cpp | 31 const std::string &DetectedObject::GetLabel() const in GetLabel() function in od::DetectedObject
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 122 GetIRContext()->cfg()->preds(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining() 133 GetOrCreateSimpleLoopPreheader(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 122 GetIRContext()->cfg()->preds(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining() 133 GetOrCreateSimpleLoopPreheader(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 122 GetIRContext()->cfg()->preds(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining() 133 GetOrCreateSimpleLoopPreheader(entry_block->GetLabel()->result_id()); in MaybeGetEntryBlockSuitableForOutlining()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_pagelabel.h | 21 absl::optional<WideString> GetLabel(int nPage) const;
|
D | cpdf_pagelabel.cpp | 84 absl::optional<WideString> CPDF_PageLabel::GetLabel(int nPage) const { in GetLabel() function in CPDF_PageLabel
|
/external/armnn/samples/ObjectDetection/include/ |
D | DetectedObject.hpp | 49 const std::string& GetLabel() const;
|
/external/armnn/samples/ObjectDetection/test/ |
D | PipelineTest.cpp | 57 CHECK(detects[0].GetLabel() == "0"); in __anon0c004fe00102()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | function.cpp | 231 blocks_.front()->GetLabel()->context()->GetPostDominatorAnalysis(this); in HasEarlyReturn() 242 IRContext* ctx = blocks_.front()->GetLabel()->context(); in IsRecursive()
|
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | function.cpp | 229 blocks_.front()->GetLabel()->context()->GetPostDominatorAnalysis(this); in HasEarlyReturn() 240 IRContext* ctx = blocks_.front()->GetLabel()->context(); in IsRecursive()
|
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | function.cpp | 231 blocks_.front()->GetLabel()->context()->GetPostDominatorAnalysis(this); in HasEarlyReturn() 242 IRContext* ctx = blocks_.front()->GetLabel()->context(); in IsRecursive()
|
D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
|
/external/angle/src/tests/ |
D | capture_replay_tests.py | 383 def GetLabel(self): member in Test 388 label = self.GetLabel() 556 self.UnlinkContextStateJsonFilesIfPresent(replay_build_dir, test.GetLabel()) 641 if test.GetLabel() == label: 651 data = {'traces': [test.GetLabel() for test in tests]}
|
/external/golang-protobuf/reflect/protodesc/ |
D | desc_init.go | 133 f.L1.Cardinality = protoreflect.Cardinality(fd.GetLabel()) 173 x.L1.Cardinality = protoreflect.Cardinality(xd.GetLabel())
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel()->context()->IsReachable( in PreconditionHolds()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetPreview.py | 89 if button.GetLabel() == JetDefs.BUT_MUTE:
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel()->context()->IsReachable( in PreconditionHolds()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 30 return loop_construct_header_->GetLabel()->context()->IsReachable( in PreconditionHolds()
|