/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 181 struct Dependency struct 186 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function 378 Dependency<Buffer> buffer; 379 Dependency<DeviceMemory> memory; 503 Dependency<Image> image; 504 Dependency<DeviceMemory> memory; 902 MovePtr<Dependency<Sampler>> immutableSampler; 911 immutableSampler = de::newMovePtr<Dependency<Sampler>>(env, Sampler::Parameters()); 975 typedef SharedPtr<Dependency<DescriptorSetLayout>> DescriptorSetLayoutDepSp; 987 descriptorSetLayouts.push_back(DescriptorSetLayoutDepSp(new Dependency<DescriptorSetLayou in Resources() [all...] |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 157 struct Dependency struct 162 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function 356 Dependency<Buffer> buffer; 357 Dependency<DeviceMemory> memory; 481 Dependency<Image> image; 482 Dependency<DeviceMemory> memory; 887 MovePtr<Dependency<Sampler>> immutableSampler; 896 immutableSampler = de::newMovePtr<Dependency<Sampler>>(env, Sampler::Parameters()); 960 typedef SharedPtr<Dependency<DescriptorSetLayout>> DescriptorSetLayoutDepSp; 972 descriptorSetLayouts.push_back(DescriptorSetLayoutDepSp(new Dependency<DescriptorSetLayou in Resources() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 149 struct Dependency struct 154 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function 339 Dependency<Buffer> buffer; 340 Dependency<DeviceMemory> memory; 464 Dependency<Image> image; 465 Dependency<DeviceMemory> memory; 863 MovePtr<Dependency<Sampler>> immutableSampler; 872 immutableSampler = de::newMovePtr<Dependency<Sampler>>(env, Sampler::Parameters()); 936 typedef SharedPtr<Dependency<DescriptorSetLayout>> DescriptorSetLayoutDepSp; 948 descriptorSetLayouts.push_back(DescriptorSetLayoutDepSp(new Dependency<DescriptorSetLayou in Resources() [all...] |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 154 struct Dependency struct 159 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function 350 Dependency<Buffer> buffer; 351 Dependency<DeviceMemory> memory; 475 Dependency<Image> image; 476 Dependency<DeviceMemory> memory; 881 MovePtr<Dependency<Sampler>> immutableSampler; 890 immutableSampler = de::newMovePtr<Dependency<Sampler>>(env, Sampler::Parameters()); 954 typedef SharedPtr<Dependency<DescriptorSetLayout>> DescriptorSetLayoutDepSp; 966 descriptorSetLayouts.push_back(DescriptorSetLayoutDepSp(new Dependency<DescriptorSetLayou in Resources() [all...] |
/third_party/gn/src/gn/ |
H A D | rust_project_writer_helpers.h | 29 using Dependency = std::pair<CrateIndex, std::string>; 30 using DependencyList = std::vector<Dependency>;
|
H A D | label.cc | 279 *err = Err(input, "Dependency is not a string."); 284 *err = Err(input, "Dependency string is empty.");
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FileDescriptor.cs | 225 if (index < 0 || index >= proto.Dependency.Count) 229 string name = proto.Dependency[index]; 384 if (dependencies.Length != proto.Dependency.Count) in BuildFrom() 497 foreach (var dependencyName in proto.Dependency) in BuildFromByteStrings() 502 throw new ArgumentException($"Dependency missing: {dependencyName}"); in BuildFromByteStrings()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 327 struct Dependency struct 332 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function 576 Dependency<Instance> instance; 724 Dependency<Instance> instance; 1002 Dependency<Buffer> buffer; 1003 Dependency<DeviceMemory> memory; 1145 Dependency<Image> image; 1146 Dependency<DeviceMemory> memory; 1638 MovePtr<Dependency<Sampler> > immutableSampler; 1648 immutableSampler = de::newMovePtr<Dependency<Sample [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 327 struct Dependency struct 332 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() function 576 Dependency<Instance> instance; 724 Dependency<Instance> instance; 1002 Dependency<Buffer> buffer; 1003 Dependency<DeviceMemory> memory; 1145 Dependency<Image> image; 1146 Dependency<DeviceMemory> memory; 1638 MovePtr<Dependency<Sampler> > immutableSampler; 1648 immutableSampler = de::newMovePtr<Dependency<Sample [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 689 Instruction *Dependency = Dep.getInst(); in handleFree() local 690 if (!hasAnalyzableMemoryWrite(Dependency, *TLI) || in handleFree() 691 !isRemovable(Dependency)) in handleFree() 695 GetUnderlyingObject(getStoredPointerOperand(Dependency), DL); in handleFree() 703 << *Dependency << '\n'); in handleFree() 706 BasicBlock::iterator BBI(Dependency); in handleFree() 707 deleteDeadInstruction(Dependency, &BBI, *MD, *TLI, IOL, OBB, in handleFree() 712 // Inst's old Dependency is now deleted. Compute the next dependency, in handleFree()
|
/third_party/skia/src/gpu/ |
H A D | GrTTopoSort.h | 51 if (!GrTTopoSort_Visit<T, Traits>(Traits::Dependency(node, i), counter)) { in GrTTopoSort_Visit() 78 // static T* Dependency(T* t, int index) { ... } // nodes on which it depends
|
H A D | GrRenderTask.h | 251 static GrRenderTask* Dependency(GrRenderTask* renderTask, int index) { in Dependency() function in GrRenderTask
|
/third_party/eudev/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/lame/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/lame/libmp3lame/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/lame/mpglib/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/lame/frontend/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/lame/misc/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/node/deps/cares/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/node/deps/cares/config/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/libevdev/build-aux/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/skia/third_party/externals/libpng/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/third_party/skia/tools/ |
H A D | ToolUtils.h | 197 static TopoTestNode* Dependency(TopoTestNode* node, int index) { in Dependency() function in ToolUtils::TopoTestNode
|
/third_party/node/deps/v8/src/compiler/ |
H A D | compilation-dependencies.cc | 55 #define V(Name) class Name##Dependency; 60 #define V(Name) #Name "Dependency", in CompilationDependencyKindToString() 80 V8_ALLOW_UNUSED const Name##Dependency* As##Name() const; 1292 const Name##Dependency* CompilationDependency::As##Name() const { \ 1294 return static_cast<const Name##Dependency*>(this); \
|