Home
last modified time | relevance | path

Searched refs:GetResources (Results 1 – 14 of 14) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dbuffer_backed_descriptor.cc38 auto resources = GetResources(); in RecordCopyDataToResourceIfNeeded()
63 if (GetResources().empty()) { in RecordCopyDataToHost()
69 for (const auto& r : GetResources()) in RecordCopyDataToHost()
81 auto resources = GetResources(); in MoveResourceToBufferOutput()
Dbuffer_descriptor.h56 std::vector<Resource*> GetResources() override;
Dimage_descriptor.h46 std::vector<Resource*> GetResources() override;
Dbuffer_backed_descriptor.h54 virtual std::vector<Resource*> GetResources() = 0;
Dbuffer_descriptor.cc119 std::vector<Resource*> BufferDescriptor::GetResources() { in GetResources() function in amber::vulkan::BufferDescriptor
Dimage_descriptor.cc180 std::vector<Resource*> ImageDescriptor::GetResources() { in GetResources() function in amber::vulkan::ImageDescriptor
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h360 ExecutionSession &ES, ResourcesGetter GetResources,
371 ResourcesGetter GetResources,
375 : ES(ES), GetResources(std::move(GetResources)), in ES()
400 auto R = GetResources(K); in addObject()
470 ResourcesGetter GetResources; variable
/external/tensorflow/tensorflow/lite/kernels/hashtable/
Dhashtable_ops_test.cc660 resource::ResourceMap& GetResources() { in GetResources() function in tflite::__anon861f49270111::HashtableOpModel
670 EXPECT_EQ(m.GetResources().size(), 0); in TEST()
673 auto& resources = m.GetResources(); in TEST()
771 auto& resources = GetResources(); in CreateHashtableResource()
783 resource::ResourceMap& GetResources() { in GetResources() function in tflite::__anon861f49270111::BaseHashtableOpModel
849 &m.GetResources(), kResourceId, kTfLiteString, kTfLiteInt64, in TEST()
867 &m.GetResources(), kResourceId, kTfLiteInt64, kTfLiteString, {4, 5, 6}, in TEST()
915 EXPECT_EQ(m.GetResources().size(), 0); in TEST()
922 auto& resources = m.GetResources(); in TEST()
936 EXPECT_EQ(m.GetResources().size(), 0); in TEST()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp263 ExecutionSession &ES, ResourcesGetter GetResources, in LegacyRTDyldObjectLinkingLayer() argument
266 : ES(ES), GetResources(std::move(GetResources)), in LegacyRTDyldObjectLinkingLayer()
/external/webrtc/call/adaptation/
Dresource_adaptation_processor_interface.h65 virtual std::vector<rtc::scoped_refptr<Resource>> GetResources() const = 0;
Dresource_adaptation_processor.h71 std::vector<rtc::scoped_refptr<Resource>> GetResources() const override;
Dresource_adaptation_processor.cc139 ResourceAdaptationProcessor::GetResources() const { in GetResources() function in webrtc::ResourceAdaptationProcessor
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting.cc245 auto& GetResources() { return resources_; } in GetResources() function in mlir::__anon1f2fad2f0111::RegionResourceHoister
449 for (auto& resource_it : GetResources()) { in GenerateHoistedReads()
630 for (auto& it : hoister.GetResources()) { in HoistResourcesOutOfWhileRegion()
644 for (auto& it : hoister.GetResources()) { in HoistResourcesOutOfWhileRegion()
814 for (auto& it : hoister.GetResources()) { in LiftArgRetResourcesForFunction()
/external/webrtc/video/
Dvideo_stream_encoder.cc495 return resource_adaptation_processor_->GetResources(); in GetAdaptationResources()